Skip to content

Commit

Permalink
Update hetznerbaremetalremediation_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayanta66 committed Feb 29, 2024
1 parent ee9da5e commit 3225b39
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/hetznerbaremetalremediation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (

// HetznerBareMetalRemediationSpec defines the desired state of HetznerBareMetalRemediation.
type HetznerBareMetalRemediationSpec struct {
// Strategy field defines remediation strategy.
// Strategy field defines the remediation strategy to be applied.
Strategy *RemediationStrategy `json:"strategy,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ spec:
x-kubernetes-map-type: atomic
description:
description: Description is a human-entered text used to help identify
the host
the host. It can be used to store some valuable information about
the host.
type: string
maintenanceMode:
description: MaintenanceMode indicates that a machine is supposed
Expand All @@ -145,9 +146,13 @@ spec:
type: object
serverID:
description: ServerID defines the ID of the server provided by Hetzner.
Find it on your Hetzner robot dashboard.
type: integer
status:
description: Status contains all status information. DO NOT EDIT!!!
description: Status contains all status information. The controller
writes this status. As some cannot be regenerated during any reconcilement,
the status is in the specs of the object - not the actual status.
DO NOT EDIT!!!
properties:
conditions:
description: Conditions defines current service state of the HetznerBareMetalHost.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ spec:
of HetznerBareMetalRemediation.
properties:
strategy:
description: Strategy field defines remediation strategy.
description: Strategy field defines the remediation strategy to be
applied.
properties:
retryLimit:
description: Sets maximum number of remediation retries.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ spec:
of the HetznerBareMetalRemediation.
properties:
strategy:
description: Strategy field defines remediation strategy.
description: Strategy field defines the remediation strategy
to be applied.
properties:
retryLimit:
description: Sets maximum number of remediation retries.
Expand Down

0 comments on commit 3225b39

Please sign in to comment.