diff --git a/operator/v1/types_machineconfiguration.go b/operator/v1/types_machineconfiguration.go index f0c1e01c785..cd0e2767533 100644 --- a/operator/v1/types_machineconfiguration.go +++ b/operator/v1/types_machineconfiguration.go @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. diff --git a/operator/v1/zz_generated.swagger_doc_generated.go b/operator/v1/zz_generated.swagger_doc_generated.go index 27e09161681..160857026e3 100644 --- a/operator/v1/zz_generated.swagger_doc_generated.go +++ b/operator/v1/zz_generated.swagger_doc_generated.go @@ -1685,7 +1685,7 @@ func (NodeDisruptionPolicySpecAction) SwaggerDoc() map[string]string { var map_NodeDisruptionPolicySpecFile = map[string]string{ "": "NodeDisruptionPolicySpecFile is a file entry and corresponding actions to take and is used in the NodeDisruptionPolicyConfig object", "path": "path is the location of a file being managed through a MachineConfig. The Actions in the policy will apply to changes to the file at this path.", - "actions": "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. 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.", + "actions": "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 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.", } func (NodeDisruptionPolicySpecFile) SwaggerDoc() map[string]string { @@ -1694,7 +1694,7 @@ func (NodeDisruptionPolicySpecFile) SwaggerDoc() map[string]string { var map_NodeDisruptionPolicySpecSSHKey = map[string]string{ "": "NodeDisruptionPolicySpecSSHKey is actions to take for any SSHKey change and is used in the NodeDisruptionPolicyConfig object", - "actions": "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. 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.", + "actions": "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 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.", } func (NodeDisruptionPolicySpecSSHKey) SwaggerDoc() map[string]string { @@ -1704,7 +1704,7 @@ func (NodeDisruptionPolicySpecSSHKey) SwaggerDoc() map[string]string { var map_NodeDisruptionPolicySpecUnit = map[string]string{ "": "NodeDisruptionPolicySpecUnit is a systemd unit name and corresponding actions to take and is used in the NodeDisruptionPolicyConfig object", "name": "name represents the service name of a systemd service managed through a MachineConfig Actions specified will be applied for changes to the named service. Service names should be of the format ${NAME}${SERVICETYPE} and can up to 255 characters long. ${NAME} must be atleast 1 character long and can only consist of alphabets, digits, \":\", \"-\", \"_\", \".\", and \"\". ${SERVICETYPE} must be one of \".service\", \".socket\", \".device\", \".mount\", \".automount\", \".swap\", \".target\", \".path\", \".timer\", \".snapshot\", \".slice\" or \".scope\".", - "actions": "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. 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.", + "actions": "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 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.", } func (NodeDisruptionPolicySpecUnit) SwaggerDoc() map[string]string { @@ -1732,7 +1732,7 @@ func (NodeDisruptionPolicyStatusAction) SwaggerDoc() map[string]string { var map_NodeDisruptionPolicyStatusFile = map[string]string{ "": "NodeDisruptionPolicyStatusFile is a file entry and corresponding actions to take and is used in the NodeDisruptionPolicyClusterStatus object", "path": "path is the location of a file being managed through a MachineConfig. The Actions in the policy will apply to changes to the file at this path.", - "actions": "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. 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.", + "actions": "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 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.", } func (NodeDisruptionPolicyStatusFile) SwaggerDoc() map[string]string { @@ -1741,7 +1741,7 @@ func (NodeDisruptionPolicyStatusFile) SwaggerDoc() map[string]string { var map_NodeDisruptionPolicyStatusSSHKey = map[string]string{ "": "NodeDisruptionPolicyStatusSSHKey is actions to take for any SSHKey change and is used in the NodeDisruptionPolicyClusterStatus object", - "actions": "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. 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.", + "actions": "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 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.", } func (NodeDisruptionPolicyStatusSSHKey) SwaggerDoc() map[string]string { @@ -1751,7 +1751,7 @@ func (NodeDisruptionPolicyStatusSSHKey) SwaggerDoc() map[string]string { var map_NodeDisruptionPolicyStatusUnit = map[string]string{ "": "NodeDisruptionPolicyStatusUnit is a systemd unit name and corresponding actions to take and is used in the NodeDisruptionPolicyClusterStatus object", "name": "name represents the service name of a systemd service managed through a MachineConfig Actions specified will be applied for changes to the named service. Service names should be of the format ${NAME}${SERVICETYPE} and can up to 255 characters long. ${NAME} must be atleast 1 character long and can only consist of alphabets, digits, \":\", \"-\", \"_\", \".\", and \"\". ${SERVICETYPE} must be one of \".service\", \".socket\", \".device\", \".mount\", \".automount\", \".swap\", \".target\", \".path\", \".timer\", \".snapshot\", \".slice\" or \".scope\".", - "actions": "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. 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.", + "actions": "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 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.", } func (NodeDisruptionPolicyStatusUnit) SwaggerDoc() map[string]string {