Skip to content

Commit 639a1a3

Browse files
committed
OIDC identity provider description matches field name
1 parent cfdcb14 commit 639a1a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/crd/bases/controlplane.cluster.x-k8s.io_awsmanagedcontrolplanes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3043,7 +3043,7 @@ spec:
30433043
type: object
30443044
oidcIdentityProviderConfig:
30453045
description: |-
3046-
IdentityProviderconfig is used to specify the oidc provider config
3046+
OIDCIdentityProviderConfig is used to specify the OIDC provider config
30473047
to be attached with this eks cluster
30483048
properties:
30493049
clientId:

config/crd/bases/controlplane.cluster.x-k8s.io_awsmanagedcontrolplanetemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ spec:
873873
type: object
874874
oidcIdentityProviderConfig:
875875
description: |-
876-
IdentityProviderconfig is used to specify the oidc provider config
876+
OIDCIdentityProviderConfig is used to specify the OIDC provider config
877877
to be attached with this eks cluster
878878
properties:
879879
clientId:

controlplane/eks/api/v1beta2/awsmanagedcontrolplane_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ type AWSManagedControlPlaneSpec struct { //nolint: maligned
187187
// +optional
188188
Addons *[]Addon `json:"addons,omitempty"`
189189

190-
// IdentityProviderconfig is used to specify the oidc provider config
190+
// OIDCIdentityProviderConfig is used to specify the OIDC provider config
191191
// to be attached with this eks cluster
192192
// +optional
193193
OIDCIdentityProviderConfig *OIDCIdentityProviderConfig `json:"oidcIdentityProviderConfig,omitempty"`

0 commit comments

Comments
 (0)