Skip to content
Merged
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
2 changes: 1 addition & 1 deletion config/v1/types_cluster_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ type Update struct {
// operator and you have verified the authenticity of the provided
// image yourself.
// The provided image will run with full administrative access
// to the cluster. Do not use this flag with images that comes from unknown
// to the cluster. Do not use this flag with images that come from unknown
// or potentially malicious sources.
//
// +optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
operator and you have verified the authenticity of the provided
image yourself.
The provided image will run with full administrative access
to the cluster. Do not use this flag with images that comes from unknown
to the cluster. Do not use this flag with images that come from unknown
or potentially malicious sources.
type: boolean
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
operator and you have verified the authenticity of the provided
image yourself.
The provided image will run with full administrative access
to the cluster. Do not use this flag with images that comes from unknown
to the cluster. Do not use this flag with images that come from unknown
or potentially malicious sources.
type: boolean
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
operator and you have verified the authenticity of the provided
image yourself.
The provided image will run with full administrative access
to the cluster. Do not use this flag with images that comes from unknown
to the cluster. Do not use this flag with images that come from unknown
or potentially malicious sources.
type: boolean
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
operator and you have verified the authenticity of the provided
image yourself.
The provided image will run with full administrative access
to the cluster. Do not use this flag with images that comes from unknown
to the cluster. Do not use this flag with images that come from unknown
or potentially malicious sources.
type: boolean
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
operator and you have verified the authenticity of the provided
image yourself.
The provided image will run with full administrative access
to the cluster. Do not use this flag with images that comes from unknown
to the cluster. Do not use this flag with images that come from unknown
or potentially malicious sources.
type: boolean
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
operator and you have verified the authenticity of the provided
image yourself.
The provided image will run with full administrative access
to the cluster. Do not use this flag with images that comes from unknown
to the cluster. Do not use this flag with images that come from unknown
or potentially malicious sources.
type: boolean
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
operator and you have verified the authenticity of the provided
image yourself.
The provided image will run with full administrative access
to the cluster. Do not use this flag with images that comes from unknown
to the cluster. Do not use this flag with images that come from unknown
or potentially malicious sources.
type: boolean
image:
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.

2 changes: 1 addition & 1 deletion openapi/generated_openapi/zz_generated.openapi.go

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

2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11262,7 +11262,7 @@
"default": ""
},
"force": {
"description": "force allows an administrator to update to an image that has failed verification or upgradeable checks that are designed to keep your cluster safe. Only use this if: * you are testing unsigned release images in short-lived test clusters or * you are working around a known bug in the cluster-version\n operator and you have verified the authenticity of the provided\n image yourself.\nThe 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.",
"description": "force allows an administrator to update to an image that has failed verification or upgradeable checks that are designed to keep your cluster safe. Only use this if: * you are testing unsigned release images in short-lived test clusters or * you are working around a known bug in the cluster-version\n operator and you have verified the authenticity of the provided\n image yourself.\nThe provided image will run with full administrative access to the cluster. Do not use this flag with images that come from unknown or potentially malicious sources.",
"type": "boolean",
"default": false
},
Expand Down