Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/v1/0000_10_config-operator_01_infrastructure.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@ spec:
infrastructure provider.
type: object
properties:
cisInstanceCRN:
description: CISInstanceCRN is the CRN of the Cloud Internet
Services instance managing the DNS zone for the cluster's
base domain
type: string
location:
description: Location is where the cluster has been deployed
type: string
Expand Down
4 changes: 4 additions & 0 deletions config/v1/types_infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,10 @@ type IBMCloudPlatformStatus struct {

// ProviderType indicates the type of cluster that was created
ProviderType IBMCloudProviderType `json:"providerType,omitempty"`

// CISInstanceCRN is the CRN of the Cloud Internet Services instance managing
// the DNS zone for the cluster's base domain
CISInstanceCRN string `json:"cisInstanceCRN,omitempty"`
}

// KubevirtPlatformSpec holds the desired state of the kubevirt infrastructure provider.
Expand Down
1 change: 1 addition & 0 deletions config/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.