Skip to content

Commit

Permalink
rename json field
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jul 26, 2024
1 parent 1f381fe commit d9278ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ spec:
- classic
- strict
type: string
disableDefaultCNI:
description: Whether or not to use the default CNI
type: boolean
extraKubeletArgs:
description: ExtraKubeletArgs is a list of extra arguments to
add to the kubelet.
Expand Down Expand Up @@ -177,9 +180,6 @@ spec:
snapstoreProxyId:
description: The snap store proxy ID
type: string
useDefaultCNI:
description: Whether or not to use the default CNI
type: boolean
type: object
type: object
status:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ spec:
- classic
- strict
type: string
disableDefaultCNI:
description: Whether or not to use the default CNI
type: boolean
extraKubeletArgs:
description: ExtraKubeletArgs is a list of extra arguments
to add to the kubelet.
Expand Down Expand Up @@ -188,9 +191,6 @@ spec:
snapstoreProxyId:
description: The snap store proxy ID
type: string
useDefaultCNI:
description: Whether or not to use the default CNI
type: boolean
type: object
type: object
type: object
Expand Down

0 comments on commit d9278ba

Please sign in to comment.