Skip to content

Commit e27b4d4

Browse files
committed
OIDC identity provider description matches field name
1 parent ffa284d commit e27b4d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -3010,7 +3010,7 @@ spec:
30103010
type: object
30113011
oidcIdentityProviderConfig:
30123012
description: |-
3013-
IdentityProviderconfig is used to specify the oidc provider config
3013+
OIDCIdentityProviderConfig is used to specify the OIDC provider config
30143014
to be attached with this eks cluster
30153015
properties:
30163016
clientId:

controlplane/eks/api/v1beta2/awsmanagedcontrolplane_types.go

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

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

0 commit comments

Comments
 (0)