Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,14 @@ spec:
type: object
properties:
force:
description: "force allows an administrator to update to an image
that has failed verification, does not appear in the availableUpdates
list, or otherwise would be blocked by normal protections on update.
This option should only be used when the authenticity of the provided
image has been verified out of band because the provided image
will run with full administrative access to the cluster. Do not
use this flag with images that comes from unknown or potentially
malicious sources. \n This flag does not override other forms
of consistency checking that are required before a new update
is deployed."
description: force allows an administrator to update to an image
that has failed verification, failed precondition checks, or would
otherwise be blocked by normal protections on update. This option
should only be used when the authenticity of the provided image
has been verified out of band because the provided image will
run with full administrative access to the cluster. Do not use
this flag with images that comes from unknown or potentially malicious
sources.
type: boolean
image:
description: image is a container image location that contains the
Expand Down Expand Up @@ -167,16 +165,14 @@ spec:
type: object
properties:
force:
description: "force allows an administrator to update to an image
that has failed verification, does not appear in the availableUpdates
list, or otherwise would be blocked by normal protections on
update. This option should only be used when the authenticity
of the provided image has been verified out of band because
the provided image will run with full administrative access
to the cluster. Do not use this flag with images that comes
from unknown or potentially malicious sources. \n This flag
does not override other forms of consistency checking that are
required before a new update is deployed."
description: force allows an administrator to update to an image
that has failed verification, failed precondition checks, or
would otherwise be blocked by normal protections on update.
This option should only be used when the authenticity of the
provided image has been verified out of band because the provided
image will run with full administrative access to the cluster.
Do not use this flag with images that comes from unknown or
potentially malicious sources.
type: boolean
image:
description: image is a container image location that contains
Expand Down Expand Up @@ -235,16 +231,14 @@ spec:
type: object
properties:
force:
description: "force allows an administrator to update to an image
that has failed verification, does not appear in the availableUpdates
list, or otherwise would be blocked by normal protections on update.
This option should only be used when the authenticity of the provided
image has been verified out of band because the provided image
will run with full administrative access to the cluster. Do not
use this flag with images that comes from unknown or potentially
malicious sources. \n This flag does not override other forms
of consistency checking that are required before a new update
is deployed."
description: force allows an administrator to update to an image
that has failed verification, failed precondition checks, or would
otherwise be blocked by normal protections on update. This option
should only be used when the authenticity of the provided image
has been verified out of band because the provided image will
run with full administrative access to the cluster. Do not use
this flag with images that comes from unknown or potentially malicious
sources.
type: boolean
image:
description: image is a container image location that contains the
Expand Down
19 changes: 9 additions & 10 deletions config/v1/types_cluster_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,15 @@ type Update struct {
//
// +optional
Image string `json:"image"`
// force allows an administrator to update to an image that has failed
// verification, does not appear in the availableUpdates list, or otherwise
// would be blocked by normal protections on update. This option should only
// be used when the authenticity of the provided image has been verified out
// of band because the provided image will run with full administrative access
// to the cluster. Do not use this flag with images that comes from unknown
// or potentially malicious sources.
//
// This flag does not override other forms of consistency checking that are
// required before a new update is deployed.

// force allows an administrator to update to an image that has
// failed verification, failed precondition checks, or would
// otherwise be blocked by normal protections on update. This option
// should only be used when the authenticity of the provided image
// has been verified out of band because the provided image will run
// with full administrative access to the cluster. Do not use this
// flag with images that comes from unknown or potentially malicious
// sources.
//
// +optional
Force bool `json:"force"`
Expand Down
2 changes: 1 addition & 1 deletion config/v1/zz_generated.swagger_doc_generated.go

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