Skip to content

Commit e515d9c

Browse files
Merge pull request #2243 from sebrandon1/typos
Adjust typos
2 parents be976da + 06a725a commit e515d9c

File tree

74 files changed

+100
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+100
-100
lines changed

config/v1/types_cluster_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ type UpdateHistory struct {
257257

258258
// acceptedRisks records risks which were accepted to initiate the update.
259259
// For example, it may menition an Upgradeable=False or missing signature
260-
// that was overriden via desiredUpdate.force, or an update that was
260+
// that was overridden via desiredUpdate.force, or an update that was
261261
// initiated despite not being in the availableUpdates set of recommended
262262
// update targets.
263263
// +optional

config/v1/types_infrastructure.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ type IBMCloudPlatformSpec struct {
17371737
// serviceEndpoints is a list of custom endpoints which will override the default
17381738
// service endpoints of an IBM service. These endpoints are used by components
17391739
// within the cluster when trying to reach the IBM Cloud Services that have been
1740-
// overriden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
1740+
// overridden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
17411741
// endpoint is resolvable. Once validated, the cloud config and IBMCloudPlatformStatus
17421742
// are updated to reflect the same custom endpoints.
17431743
// A maximum of 13 service endpoints overrides are supported.
@@ -1771,7 +1771,7 @@ type IBMCloudPlatformStatus struct {
17711771
// serviceEndpoints is a list of custom endpoints which will override the default
17721772
// service endpoints of an IBM service. These endpoints are used by components
17731773
// within the cluster when trying to reach the IBM Cloud Services that have been
1774-
// overriden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
1774+
// overridden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
17751775
// endpoint is resolvable. Once validated, the cloud config and IBMCloudPlatformStatus
17761776
// are updated to reflect the same custom endpoints.
17771777
// +openshift:validation:FeatureGateAwareMaxItems:featureGate=DyanmicServiceEndpointIBMCloud,maxItems=13

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
@@ -748,7 +748,7 @@ spec:
748748
description: |-
749749
acceptedRisks records risks which were accepted to initiate the update.
750750
For example, it may menition an Upgradeable=False or missing signature
751-
that was overriden via desiredUpdate.force, or an update that was
751+
that was overridden via desiredUpdate.force, or an update that was
752752
initiated despite not being in the availableUpdates set of recommended
753753
update targets.
754754
type: string

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
@@ -664,7 +664,7 @@ spec:
664664
description: |-
665665
acceptedRisks records risks which were accepted to initiate the update.
666666
For example, it may menition an Upgradeable=False or missing signature
667-
that was overriden via desiredUpdate.force, or an update that was
667+
that was overridden via desiredUpdate.force, or an update that was
668668
initiated despite not being in the availableUpdates set of recommended
669669
update targets.
670670
type: string

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
@@ -748,7 +748,7 @@ spec:
748748
description: |-
749749
acceptedRisks records risks which were accepted to initiate the update.
750750
For example, it may menition an Upgradeable=False or missing signature
751-
that was overriden via desiredUpdate.force, or an update that was
751+
that was overridden via desiredUpdate.force, or an update that was
752752
initiated despite not being in the availableUpdates set of recommended
753753
update targets.
754754
type: string

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
@@ -748,7 +748,7 @@ spec:
748748
description: |-
749749
acceptedRisks records risks which were accepted to initiate the update.
750750
For example, it may menition an Upgradeable=False or missing signature
751-
that was overriden via desiredUpdate.force, or an update that was
751+
that was overridden via desiredUpdate.force, or an update that was
752752
initiated despite not being in the availableUpdates set of recommended
753753
update targets.
754754
type: string

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-CustomNoUpgrade.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ spec:
229229
serviceEndpoints is a list of custom endpoints which will override the default
230230
service endpoints of an IBM service. These endpoints are used by components
231231
within the cluster when trying to reach the IBM Cloud Services that have been
232-
overriden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
232+
overridden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
233233
endpoint is resolvable. Once validated, the cloud config and IBMCloudPlatformStatus
234234
are updated to reflect the same custom endpoints.
235235
A maximum of 13 service endpoints overrides are supported.
@@ -2095,7 +2095,7 @@ spec:
20952095
serviceEndpoints is a list of custom endpoints which will override the default
20962096
service endpoints of an IBM service. These endpoints are used by components
20972097
within the cluster when trying to reach the IBM Cloud Services that have been
2098-
overriden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
2098+
overridden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
20992099
endpoint is resolvable. Once validated, the cloud config and IBMCloudPlatformStatus
21002100
are updated to reflect the same custom endpoints.
21012101
items:

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@ spec:
16381638
serviceEndpoints is a list of custom endpoints which will override the default
16391639
service endpoints of an IBM service. These endpoints are used by components
16401640
within the cluster when trying to reach the IBM Cloud Services that have been
1641-
overriden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
1641+
overridden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
16421642
endpoint is resolvable. Once validated, the cloud config and IBMCloudPlatformStatus
16431643
are updated to reflect the same custom endpoints.
16441644
items:

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-DevPreviewNoUpgrade.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ spec:
229229
serviceEndpoints is a list of custom endpoints which will override the default
230230
service endpoints of an IBM service. These endpoints are used by components
231231
within the cluster when trying to reach the IBM Cloud Services that have been
232-
overriden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
232+
overridden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
233233
endpoint is resolvable. Once validated, the cloud config and IBMCloudPlatformStatus
234234
are updated to reflect the same custom endpoints.
235235
A maximum of 13 service endpoints overrides are supported.
@@ -2095,7 +2095,7 @@ spec:
20952095
serviceEndpoints is a list of custom endpoints which will override the default
20962096
service endpoints of an IBM service. These endpoints are used by components
20972097
within the cluster when trying to reach the IBM Cloud Services that have been
2098-
overriden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
2098+
overridden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
20992099
endpoint is resolvable. Once validated, the cloud config and IBMCloudPlatformStatus
21002100
are updated to reflect the same custom endpoints.
21012101
items:

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-TechPreviewNoUpgrade.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ spec:
229229
serviceEndpoints is a list of custom endpoints which will override the default
230230
service endpoints of an IBM service. These endpoints are used by components
231231
within the cluster when trying to reach the IBM Cloud Services that have been
232-
overriden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
232+
overridden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
233233
endpoint is resolvable. Once validated, the cloud config and IBMCloudPlatformStatus
234234
are updated to reflect the same custom endpoints.
235235
A maximum of 13 service endpoints overrides are supported.
@@ -2095,7 +2095,7 @@ spec:
20952095
serviceEndpoints is a list of custom endpoints which will override the default
20962096
service endpoints of an IBM service. These endpoints are used by components
20972097
within the cluster when trying to reach the IBM Cloud Services that have been
2098-
overriden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
2098+
overridden. The CCCMO reads in the IBMCloudPlatformSpec and validates each
20992099
endpoint is resolvable. Once validated, the cloud config and IBMCloudPlatformStatus
21002100
are updated to reflect the same custom endpoints.
21012101
items:

0 commit comments

Comments
 (0)