Skip to content

Commit bb4ca7e

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

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
@@ -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:

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)