Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions operator/v1/types_machineconfiguration.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ type NodeDisruptionPolicySpecFile struct {
// actions represents the series of commands to be executed on changes to the file at
// the corresponding file path. Actions will be applied in the order that
// they are set in this list. If there are other incoming changes to other MachineConfig
// entries in the same update that require a reboot, the reboot will supercede these actions.
// entries in the same update that require a reboot, the reboot will supersede these actions.
// Valid actions are Reboot, Drain, Reload, DaemonReload and None.
// The Reboot action and the None action cannot be used in conjunction with any of the other actions.
// This list supports a maximum of 10 entries.
Expand All @@ -529,7 +529,7 @@ type NodeDisruptionPolicyStatusFile struct {
// actions represents the series of commands to be executed on changes to the file at
// the corresponding file path. Actions will be applied in the order that
// they are set in this list. If there are other incoming changes to other MachineConfig
// entries in the same update that require a reboot, the reboot will supercede these actions.
// entries in the same update that require a reboot, the reboot will supersede these actions.
// Valid actions are Reboot, Drain, Reload, DaemonReload and None.
// The Reboot action and the None action cannot be used in conjunction with any of the other actions.
// This list supports a maximum of 10 entries.
Expand All @@ -554,7 +554,7 @@ type NodeDisruptionPolicySpecUnit struct {
// actions represents the series of commands to be executed on changes to the file at
// the corresponding file path. Actions will be applied in the order that
// they are set in this list. If there are other incoming changes to other MachineConfig
// entries in the same update that require a reboot, the reboot will supercede these actions.
// entries in the same update that require a reboot, the reboot will supersede these actions.
// Valid actions are Reboot, Drain, Reload, DaemonReload and None.
// The Reboot action and the None action cannot be used in conjunction with any of the other actions.
// This list supports a maximum of 10 entries.
Expand All @@ -579,7 +579,7 @@ type NodeDisruptionPolicyStatusUnit struct {
// actions represents the series of commands to be executed on changes to the file at
// the corresponding file path. Actions will be applied in the order that
// they are set in this list. If there are other incoming changes to other MachineConfig
// entries in the same update that require a reboot, the reboot will supercede these actions.
// entries in the same update that require a reboot, the reboot will supersede these actions.
// Valid actions are Reboot, Drain, Reload, DaemonReload and None.
// The Reboot action and the None action cannot be used in conjunction with any of the other actions.
// This list supports a maximum of 10 entries.
Expand All @@ -596,7 +596,7 @@ type NodeDisruptionPolicySpecSSHKey struct {
// actions represents the series of commands to be executed on changes to the file at
// the corresponding file path. Actions will be applied in the order that
// they are set in this list. If there are other incoming changes to other MachineConfig
// entries in the same update that require a reboot, the reboot will supercede these actions.
// entries in the same update that require a reboot, the reboot will supersede these actions.
// Valid actions are Reboot, Drain, Reload, DaemonReload and None.
// The Reboot action and the None action cannot be used in conjunction with any of the other actions.
// This list supports a maximum of 10 entries.
Expand All @@ -613,7 +613,7 @@ type NodeDisruptionPolicyStatusSSHKey struct {
// actions represents the series of commands to be executed on changes to the file at
// the corresponding file path. Actions will be applied in the order that
// they are set in this list. If there are other incoming changes to other MachineConfig
// entries in the same update that require a reboot, the reboot will supercede these actions.
// entries in the same update that require a reboot, the reboot will supersede these actions.
// Valid actions are Reboot, Drain, Reload, DaemonReload and None.
// The Reboot action and the None action cannot be used in conjunction with any of the other actions.
// This list supports a maximum of 10 entries.
Expand Down
12 changes: 6 additions & 6 deletions operator/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.