Skip to content

Commit 0a725b1

Browse files
Rectify registration driver (#372)
Signed-off-by: suvaanshkumar <[email protected]> Co-authored-by: suvaanshkumar <[email protected]>
1 parent 8c97932 commit 0a725b1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

operator/v1/0000_01_operator.open-cluster-management.io_clustermanagers.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ spec:
269269
- csr
270270
- awsirsa
271271
type: string
272-
awsisra:
273-
description: AwsIrsa represents the configuration for awsisra
272+
awsirsa:
273+
description: AwsIrsa represents the configuration for awsirsa
274274
driver.
275275
properties:
276276
autoApprovedIdentities:

operator/v1/types_clustermanager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ type RegistrationDriverHub struct {
129129
// +optional
130130
CSR *CSRConfig `json:"csr,omitempty"`
131131

132-
// AwsIrsa represents the configuration for awsisra driver.
132+
// AwsIrsa represents the configuration for awsirsa driver.
133133
// +optional
134-
AwsIrsa *AwsIrsaConfig `json:"awsisra,omitempty"`
134+
AwsIrsa *AwsIrsaConfig `json:"awsirsa,omitempty"`
135135
}
136136

137137
type CSRConfig struct {

operator/v1/zz_generated.swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)