@@ -3364,6 +3364,49 @@ spec:
33643364 resource group where the cluster should be installed. If empty,
33653365 a new resource group will be created for the cluster.
33663366 type : string
3367+ serviceEndpoints :
3368+ description : ServiceEndpoints is a list which contains custom
3369+ endpoints to override default service endpoints of IBM Cloud
3370+ Services. There must only be one ServiceEndpoint for a service
3371+ (no duplicates).
3372+ items :
3373+ description : IBMCloudServiceEndpoint stores the configuration
3374+ of a custom url to override existing defaults of IBM Cloud
3375+ Services.
3376+ properties :
3377+ name :
3378+ description : ' name is the name of the IBM Cloud service.
3379+ Possible values are: CIS, COS, DNSServices, GlobalSearch,
3380+ GlobalTagging, HyperProtect, IAM, KeyProtect, ResourceController,
3381+ ResourceManager, or VPC. For example, the IBM Cloud Private
3382+ IAM service could be configured with the service `name`
3383+ of `IAM` and `url` of `https://private.iam.cloud.ibm.com`
3384+ Whereas the IBM Cloud Private VPC service for US South
3385+ (Dallas) could be configured with the service `name` of
3386+ `VPC` and `url` of `https://us.south.private.iaas.cloud.ibm.com`'
3387+ enum :
3388+ - CIS
3389+ - COS
3390+ - DNSServices
3391+ - GlobalSearch
3392+ - GlobalTagging
3393+ - HyperProtect
3394+ - IAM
3395+ - KeyProtect
3396+ - ResourceController
3397+ - ResourceManager
3398+ - VPC
3399+ type : string
3400+ url :
3401+ description : url is fully qualified URI with scheme https,
3402+ that overrides the default generated endpoint for a client.
3403+ This must be provided and cannot be empty.
3404+ type : string
3405+ required :
3406+ - name
3407+ - url
3408+ type : object
3409+ type : array
33673410 vpcName :
33683411 description : VPCName is the name of an already existing VPC to
33693412 be used during cluster creation.
0 commit comments