Skip to content

Commit 617e4b5

Browse files
authored
Merge pull request #5579 from joshfrench/fix-oidc-docstring
📖 OIDC identity provider description matches field name
2 parents 8ff7054 + 639a1a3 commit 617e4b5

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
@@ -3111,7 +3111,7 @@ spec:
31113111
type: object
31123112
oidcIdentityProviderConfig:
31133113
description: |-
3114-
IdentityProviderconfig is used to specify the oidc provider config
3114+
OIDCIdentityProviderConfig is used to specify the OIDC provider config
31153115
to be attached with this eks cluster
31163116
properties:
31173117
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
@@ -900,7 +900,7 @@ spec:
900900
type: object
901901
oidcIdentityProviderConfig:
902902
description: |-
903-
IdentityProviderconfig is used to specify the oidc provider config
903+
OIDCIdentityProviderConfig is used to specify the OIDC provider config
904904
to be attached with this eks cluster
905905
properties:
906906
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)