Skip to content

Commit

Permalink
go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Jul 13, 2020
1 parent 27e8a4e commit 5c34446
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions crds/eksclusterconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,12 @@ spec:
openAPIV3Schema:
properties:
spec:
anyOf:
- required:
- imported
- cloudCredential
- displayName
- required:
- publicAccess
- privateAccess
- cloudCredential
- displayName
properties:
amazonCredentialSecret:
type: string
displayName:
type: string
imported:
enum:
- true
nullable: true
type: boolean
kmsKey:
Expand Down Expand Up @@ -131,11 +119,10 @@ spec:
type: object
required:
- privateAccess
- amazonCredentialSecret
- displayName
- kubernetesVersion
- region
- publicAccess
- amazonCredentialSecret
- region
type: object
status:
properties:
Expand Down

0 comments on commit 5c34446

Please sign in to comment.