Skip to content

Commit a8cbc21

Browse files
Merge pull request openshift#2371 from hongkailiu/NO-JIRA-fix-a-typo
NO-JIRA: Fix typos in the doc about clusterversion.spec.channel
2 parents 5df20f3 + 942a21b commit a8cbc21

11 files changed

+19
-19
lines changed

config/v1/types_cluster_version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ type ClusterVersionSpec struct {
8383
//
8484
// +optional
8585
Upstream URL `json:"upstream,omitempty"`
86-
// channel is an identifier for explicitly requesting that a non-default
87-
// set of updates be applied to this cluster. The default channel will be
86+
// channel is an identifier for explicitly requesting a non-default set
87+
// of updates to be applied to this cluster. The default channel will
8888
// contain stable updates that are appropriate for production clusters.
8989
//
9090
// +optional

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ spec:
120120
type: object
121121
channel:
122122
description: |-
123-
channel is an identifier for explicitly requesting that a non-default
124-
set of updates be applied to this cluster. The default channel will be
123+
channel is an identifier for explicitly requesting a non-default set
124+
of updates to be applied to this cluster. The default channel will
125125
contain stable updates that are appropriate for production clusters.
126126
type: string
127127
clusterID:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ spec:
120120
type: object
121121
channel:
122122
description: |-
123-
channel is an identifier for explicitly requesting that a non-default
124-
set of updates be applied to this cluster. The default channel will be
123+
channel is an identifier for explicitly requesting a non-default set
124+
of updates to be applied to this cluster. The default channel will
125125
contain stable updates that are appropriate for production clusters.
126126
type: string
127127
clusterID:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ spec:
120120
type: object
121121
channel:
122122
description: |-
123-
channel is an identifier for explicitly requesting that a non-default
124-
set of updates be applied to this cluster. The default channel will be
123+
channel is an identifier for explicitly requesting a non-default set
124+
of updates to be applied to this cluster. The default channel will
125125
contain stable updates that are appropriate for production clusters.
126126
type: string
127127
clusterID:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ spec:
120120
type: object
121121
channel:
122122
description: |-
123-
channel is an identifier for explicitly requesting that a non-default
124-
set of updates be applied to this cluster. The default channel will be
123+
channel is an identifier for explicitly requesting a non-default set
124+
of updates to be applied to this cluster. The default channel will
125125
contain stable updates that are appropriate for production clusters.
126126
type: string
127127
clusterID:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ spec:
122122
type: object
123123
channel:
124124
description: |-
125-
channel is an identifier for explicitly requesting that a non-default
126-
set of updates be applied to this cluster. The default channel will be
125+
channel is an identifier for explicitly requesting a non-default set
126+
of updates to be applied to this cluster. The default channel will
127127
contain stable updates that are appropriate for production clusters.
128128
type: string
129129
clusterID:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ spec:
122122
type: object
123123
channel:
124124
description: |-
125-
channel is an identifier for explicitly requesting that a non-default
126-
set of updates be applied to this cluster. The default channel will be
125+
channel is an identifier for explicitly requesting a non-default set
126+
of updates to be applied to this cluster. The default channel will
127127
contain stable updates that are appropriate for production clusters.
128128
type: string
129129
clusterID:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ spec:
122122
type: object
123123
channel:
124124
description: |-
125-
channel is an identifier for explicitly requesting that a non-default
126-
set of updates be applied to this cluster. The default channel will be
125+
channel is an identifier for explicitly requesting a non-default set
126+
of updates to be applied to this cluster. The default channel will
127127
contain stable updates that are appropriate for production clusters.
128128
type: string
129129
clusterID:

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)