Skip to content

Commit 4ac6f2f

Browse files
committed
fix: docs in crds
1 parent 1d1524f commit 4ac6f2f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

api/v1alpha1/metalstackfirewalldeployment_types.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ type MetalStackFirewallDeploymentSpec struct {
2828
AutoUpdate *MetalStackFirewallAutoUpdate `json:"autoUpdate,omitempty"`
2929
}
3030

31-
// MetalStackFirewallAutoUpdate defines the auto update settings for the firewall deployment.
3231
type MetalStackFirewallAutoUpdate struct {
33-
// MachineImage auto updates the os image of the firewall within the maintenance time window
34-
// in case a newer version of the os is available.
3532
MachineImage bool `json:"machineImage,omitempty"`
3633
}
3734

config/crd/bases/infrastructure.cluster.x-k8s.io_metalstackfirewalldeployments.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ spec:
7070
description: AutoUpdate defines the behavior for automatic updates.
7171
properties:
7272
machineImage:
73-
description: |-
74-
MachineImage auto updates the os image of the firewall within the maintenance time window
75-
in case a newer version of the os is available.
7673
type: boolean
7774
type: object
7875
firewallTemplateRef:

0 commit comments

Comments
 (0)