Skip to content

Commit

Permalink
sync w/ correct type and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Hayes authored and Jared Hayes committed Nov 18, 2024
1 parent 42999b6 commit 86d218d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/v1/types_infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -1520,10 +1520,11 @@ type IBMCloudServiceEndpoint struct {
// IBMCloudPlatformSpec holds the desired state of the IBMCloud infrastructure provider.
// This only includes fields that can be modified in the cluster.
type IBMCloudPlatformSpec struct {
// ServiceEndpoints contains custom endpoints designated to
// override existing defaults of IBM Cloud Services.
// +listType=atomic
// +openshift:enable:FeatureGate=DyanmicServiceEndpointIBMCloud
// serviceEndpoints is a list of custom endpoints which will override the default
// service endpoints of an IBM Cloud service. These endpoints are consumed by
// components within the cluster to reach the respective IBM Cloud Services.
// +listType=map
// +listMapKey=name
// +optional
ServiceEndpoints []IBMCloudServiceEndpoint `json:"serviceEndpoints,omitempty"`
}
Expand Down

0 comments on commit 86d218d

Please sign in to comment.