Skip to content

Commit

Permalink
go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Jul 22, 2020
1 parent 9f24f90 commit a94c4d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
16 changes: 9 additions & 7 deletions crds/eksclusterconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,29 +117,31 @@ spec:
nullable: true
type: object
required:
- displayName
- publicAccess
- displayName
- region
- privateAccess
- amazonCredentialSecret
- privateAccess
type: object
status:
properties:
failureMessage:
type: string
generatedSecurityGroups:
networkFieldsSource:
type: string
phase:
type: string
securityGroups:
items:
type: string
nullable: true
type: array
generatedSubnets:
subnets:
items:
type: string
nullable: true
type: array
generatedVirtualNetwork:
type: string
phase:
virtualNetwork:
type: string
type: object
type: object
Expand Down
8 changes: 4 additions & 4 deletions pkg/apis/eks.cattle.io/v1/zz_generated_deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a94c4d1

Please sign in to comment.