We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47331a commit 6ec5650Copy full SHA for 6ec5650
operator/v1/types_clustermanager.go
@@ -127,14 +127,14 @@ type RegistrationDriverHub struct {
127
128
// CSR represents the configuration for csr driver.
129
// +optional
130
- CSR *CSRDriverConfig `json:"csr,omitempty"`
+ CSR *CSRConfig `json:"csr,omitempty"`
131
132
// AwsIrsa represents the configuration for awsisra driver.
133
134
AwsIrsa *AwsIrsaConfig `json:"awsisra,omitempty"`
135
}
136
137
-type CSRDriverConfig struct {
+type CSRConfig struct {
138
// AutoApprovedIdentities represent a list of approved users
139
140
AutoApprovedIdentities []string `json:"autoApprovedIdentities,omitempty"`
0 commit comments