Skip to content

Commit 6ec5650

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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"`

0 commit comments

Comments
 (0)