Skip to content

Commit

Permalink
Update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
yaocw2020 authored and guangbochen committed Sep 21, 2022
1 parent 15a57c5 commit 966e14f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
19 changes: 15 additions & 4 deletions manifests/crds/network.harvesterhci.io_vlanstatuses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,29 @@ spec:
type: boolean
state:
type: string
string:
type: string
type:
type: string
required:
- string
type: object
type: array
localAreas:
items:
properties:
cidr:
type: string
vlanID:
type: integer
required:
- vlanID
type: object
type: array
node:
type: string
vlanConfig:
type: string
vlanIds:
items:
type: integer
type: array
required:
- clusterNetwork
- node
Expand Down
22 changes: 19 additions & 3 deletions pkg/apis/network.harvesterhci.io/v1beta1/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 966e14f

Please sign in to comment.