Skip to content

Commit 8f899ea

Browse files
committed
Renaming AuthDriver to RegistrationDriverHub
Signed-off-by: Amrutha <[email protected]>
1 parent 10c2d55 commit 8f899ea

3 files changed

+35
-35
lines changed

operator/v1/types_clustermanager.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ type RegistrationHubConfiguration struct {
109109
// +optional
110110
FeatureGates []FeatureGate `json:"featureGates,omitempty"`
111111

112-
// AuthDrivers represent the list of authentication drivers for registration
113-
// An AuthDriver helps to specify the type of authentication to be supported by the hub
112+
// RegistrationDrivers represent the list of hub registration drivers that contain information used by hub to initialize the hub cluster
113+
// A RegistrationDriverHub contains details of authentication type and the hub cluster ARN
114114
// +optional
115-
AuthDrivers []AuthDriver `json:"authDrivers,omitempty"`
115+
RegistrationDrivers []RegistrationDriverHub `json:"registrationDrivers,omitempty"`
116116
}
117117

118-
type AuthDriver struct {
118+
type RegistrationDriverHub struct {
119119

120120
// Type of the authentication used by hub to initialize the Hub cluster. Possible values are csr and awsirsa.
121121
// +required

operator/v1/zz_generated.deepcopy.go

+19-19
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

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

0 commit comments

Comments
 (0)