Skip to content

Commit b1c4e9c

Browse files
committed
standardizing registration driver names
Signed-off-by: Alex <[email protected]>
1 parent a47331a commit b1c4e9c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

operator/v1/types_clustermanager.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ type RegistrationDriverHub struct {
127127

128128
// CSR represents the configuration for csr driver.
129129
// +optional
130-
CSR *CSRDriverConfig `json:"csr,omitempty"`
130+
CSR *CSRConfig `json:"csr,omitempty"`
131131

132132
// AwsIrsa represents the configuration for awsisra driver.
133133
// +optional
134134
AwsIrsa *AwsIrsaConfig `json:"awsisra,omitempty"`
135135
}
136136

137-
type CSRDriverConfig struct {
137+
type CSRConfig struct {
138138
// AutoApprovedIdentities represent a list of approved users
139139
// +optional
140140
AutoApprovedIdentities []string `json:"autoApprovedIdentities,omitempty"`

operator/v1/zz_generated.deepcopy.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

operator/v1/zz_generated.swagger_doc_generated.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)