Skip to content

Commit 2e89059

Browse files
Merge pull request #2560 from wking/images-comes-typo
OCPBUGS-63311: config/v1/types_cluster_version: Fix "images that comes" typo
2 parents 33ccad5 + 3fdc938 commit 2e89059

11 files changed

+11
-11
lines changed

config/v1/types_cluster_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ type Update struct {
727727
// operator and you have verified the authenticity of the provided
728728
// image yourself.
729729
// The provided image will run with full administrative access
730-
// to the cluster. Do not use this flag with images that comes from unknown
730+
// to the cluster. Do not use this flag with images that come from unknown
731731
// or potentially malicious sources.
732732
//
733733
// +optional

config/v1/zz_generated.crd-manifests/0000_00_cluster-version-operator_01_clusterversions-CustomNoUpgrade.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ spec:
180180
operator and you have verified the authenticity of the provided
181181
image yourself.
182182
The provided image will run with full administrative access
183-
to the cluster. Do not use this flag with images that comes from unknown
183+
to the cluster. Do not use this flag with images that come from unknown
184184
or potentially malicious sources.
185185
type: boolean
186186
image:

config/v1/zz_generated.crd-manifests/0000_00_cluster-version-operator_01_clusterversions-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ spec:
180180
operator and you have verified the authenticity of the provided
181181
image yourself.
182182
The provided image will run with full administrative access
183-
to the cluster. Do not use this flag with images that comes from unknown
183+
to the cluster. Do not use this flag with images that come from unknown
184184
or potentially malicious sources.
185185
type: boolean
186186
image:

config/v1/zz_generated.crd-manifests/0000_00_cluster-version-operator_01_clusterversions-DevPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ spec:
180180
operator and you have verified the authenticity of the provided
181181
image yourself.
182182
The provided image will run with full administrative access
183-
to the cluster. Do not use this flag with images that comes from unknown
183+
to the cluster. Do not use this flag with images that come from unknown
184184
or potentially malicious sources.
185185
type: boolean
186186
image:

config/v1/zz_generated.crd-manifests/0000_00_cluster-version-operator_01_clusterversions-TechPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ spec:
180180
operator and you have verified the authenticity of the provided
181181
image yourself.
182182
The provided image will run with full administrative access
183-
to the cluster. Do not use this flag with images that comes from unknown
183+
to the cluster. Do not use this flag with images that come from unknown
184184
or potentially malicious sources.
185185
type: boolean
186186
image:

config/v1/zz_generated.featuregated-crd-manifests/clusterversions.config.openshift.io/AAA_ungated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
operator and you have verified the authenticity of the provided
183183
image yourself.
184184
The provided image will run with full administrative access
185-
to the cluster. Do not use this flag with images that comes from unknown
185+
to the cluster. Do not use this flag with images that come from unknown
186186
or potentially malicious sources.
187187
type: boolean
188188
image:

config/v1/zz_generated.featuregated-crd-manifests/clusterversions.config.openshift.io/ImageStreamImportMode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
operator and you have verified the authenticity of the provided
183183
image yourself.
184184
The provided image will run with full administrative access
185-
to the cluster. Do not use this flag with images that comes from unknown
185+
to the cluster. Do not use this flag with images that come from unknown
186186
or potentially malicious sources.
187187
type: boolean
188188
image:

config/v1/zz_generated.featuregated-crd-manifests/clusterversions.config.openshift.io/SignatureStores.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
operator and you have verified the authenticity of the provided
183183
image yourself.
184184
The provided image will run with full administrative access
185-
to the cluster. Do not use this flag with images that comes from unknown
185+
to the cluster. Do not use this flag with images that come from unknown
186186
or potentially malicious sources.
187187
type: boolean
188188
image:

config/v1/zz_generated.swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/generated_openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)