@@ -22335,6 +22335,12 @@ objects:
2233522335 description: AccountID is the IBMCloud account id. This
2233622336 field is immutable. Once set, It can't be changed.
2233722337 type: string
22338+ cisInstanceCRN:
22339+ description: CISInstanceCRN is the IBMCloud CIS Service
22340+ Instance's Cloud Resource Name This field is immutable.
22341+ Once set, It can't be changed.
22342+ pattern: '^crn:'
22343+ type: string
2233822344 controlPlaneOperatorCreds:
2233922345 description: "ControlPlaneOperatorCreds is a reference to
2234022346 a secret containing cloud credentials with permissions
@@ -22347,6 +22353,16 @@ objects:
2234722353 TODO: Add other useful fields. apiVersion, kind, uid?'
2234822354 type: string
2234922355 type: object
22356+ ingressOperatorCloudCreds:
22357+ description: IngressOperatorCloudCreds is a reference to
22358+ a secret containing ibm cloud credentials for ingress
22359+ operator to get authenticated with ibm cloud.
22360+ properties:
22361+ name:
22362+ description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
22363+ TODO: Add other useful fields. apiVersion, kind, uid?'
22364+ type: string
22365+ type: object
2235022366 kubeCloudControllerCreds:
2235122367 description: "KubeCloudControllerCreds is a reference to
2235222368 a secret containing cloud credentials with permissions
@@ -22442,7 +22458,9 @@ objects:
2244222458 type: string
2244322459 required:
2244422460 - accountID
22461+ - cisInstanceCRN
2244522462 - controlPlaneOperatorCreds
22463+ - ingressOperatorCloudCreds
2244622464 - kubeCloudControllerCreds
2244722465 - nodePoolManagementCreds
2244822466 - region
@@ -25316,6 +25334,12 @@ objects:
2531625334 description: AccountID is the IBMCloud account id. This
2531725335 field is immutable. Once set, It can't be changed.
2531825336 type: string
25337+ cisInstanceCRN:
25338+ description: CISInstanceCRN is the IBMCloud CIS Service
25339+ Instance's Cloud Resource Name This field is immutable.
25340+ Once set, It can't be changed.
25341+ pattern: '^crn:'
25342+ type: string
2531925343 controlPlaneOperatorCreds:
2532025344 description: "ControlPlaneOperatorCreds is a reference to
2532125345 a secret containing cloud credentials with permissions
@@ -25328,6 +25352,16 @@ objects:
2532825352 TODO: Add other useful fields. apiVersion, kind, uid?'
2532925353 type: string
2533025354 type: object
25355+ ingressOperatorCloudCreds:
25356+ description: IngressOperatorCloudCreds is a reference to
25357+ a secret containing ibm cloud credentials for ingress
25358+ operator to get authenticated with ibm cloud.
25359+ properties:
25360+ name:
25361+ description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
25362+ TODO: Add other useful fields. apiVersion, kind, uid?'
25363+ type: string
25364+ type: object
2533125365 kubeCloudControllerCreds:
2533225366 description: "KubeCloudControllerCreds is a reference to
2533325367 a secret containing cloud credentials with permissions
@@ -25423,7 +25457,9 @@ objects:
2542325457 type: string
2542425458 required:
2542525459 - accountID
25460+ - cisInstanceCRN
2542625461 - controlPlaneOperatorCreds
25462+ - ingressOperatorCloudCreds
2542725463 - kubeCloudControllerCreds
2542825464 - nodePoolManagementCreds
2542925465 - region
0 commit comments