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 30ba873
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apis/v1beta1/microk8sconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type InitConfiguration struct {

// Whether or not to use the default CNI
// +optional
DisableDefaultCNI bool `json:"useDefaultCNI,omitempty"`
DisableDefaultCNI bool `json:"disableDefaultCNI,omitempty"`

// The snap store proxy domain
// +optional
Expand Down
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 30ba873

Please sign in to comment.