Skip to content

Commit

Permalink
standardizing registration driver names
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <[email protected]>
  • Loading branch information
alex0chan committed Feb 25, 2025
1 parent a47331a commit 6ec5650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operator/v1/types_clustermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ type RegistrationDriverHub struct {

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

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

type CSRDriverConfig struct {
type CSRConfig struct {
// AutoApprovedIdentities represent a list of approved users
// +optional
AutoApprovedIdentities []string `json:"autoApprovedIdentities,omitempty"`
Expand Down

0 comments on commit 6ec5650

Please sign in to comment.