Skip to content

Commit

Permalink
Adding generated crd file
Browse files Browse the repository at this point in the history
Signed-off-by: Amrutha <[email protected]>
  • Loading branch information
amrcoder committed Jan 8, 2025
1 parent 8f899ea commit 3eaf176
Showing 1 changed file with 19 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,25 @@ spec:
- feature
type: object
type: array
registrationDriverHub:
description: This provides details to initialize Hub cluster
properties:
authType:
default: csr
description: Type of the authentication used by hub to initialize
the Hub cluster. Possible values are csr and awsirsa.
enum:
- csr
- awsirsa
type: string
type: object
registrationDrivers:
description: |-
RegistrationDrivers represent the list of hub registration drivers that contain information used by hub to initialize the hub cluster
A RegistrationDriverHub contains details of authentication type and the hub cluster ARN
items:
properties:
authType:
default: csr
description: Type of the authentication used by hub to initialize
the Hub cluster. Possible values are csr and awsirsa.
enum:
- csr
- awsirsa
type: string
hubClusterArn:
description: This represents the hub cluster ARN
type: string
type: object
type: array
type: object
registrationImagePullSpec:
default: quay.io/open-cluster-management/registration
Expand Down

0 comments on commit 3eaf176

Please sign in to comment.