Skip to content

Commit c20c442

Browse files
adellapePer Goncalves da Silva
authored and
ci-robot
committed
OCPBUGS#30001: Fix catalogsource typo for API docs (#402)
* Fix catalogsource typo for API docs * update generated files Signed-off-by: Per Goncalves da Silva <[email protected]> --------- Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]> Upstream-repository: api Upstream-commit: b4021ba449fae5b379958272df7cd592a6809a3f
1 parent aedc2ed commit c20c442

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

staging/api/crds/operators.coreos.com_catalogsources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ spec:
10271027
specified. Specifying a value other than `legacy` or `restricted` result in a validation error. When using older
10281028
catalog images, which can not run in `restricted` mode, the SecurityContextConfig should be set to `legacy`.
10291029
1030-
More information about PSA can be found here: https://kubernetes.io/docs/concepts/security/pod-security-admission/'
1030+
More information about PSA can be found here: https://kubernetes.io/docs/concepts/security/pod-security-admission/
10311031
type: string
10321032
enum:
10331033
- legacy

staging/api/crds/zz_defs.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.

staging/api/pkg/operators/v1alpha1/catalogsource_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ type GrpcPodConfig struct {
139139
// specified. Specifying a value other than `legacy` or `restricted` result in a validation error. When using older
140140
// catalog images, which can not run in `restricted` mode, the SecurityContextConfig should be set to `legacy`.
141141
//
142-
// More information about PSA can be found here: https://kubernetes.io/docs/concepts/security/pod-security-admission/'
142+
// More information about PSA can be found here: https://kubernetes.io/docs/concepts/security/pod-security-admission/
143143
// +optional
144144
// +kubebuilder:validation:Enum=legacy;restricted
145145
SecurityContextConfig SecurityConfig `json:"securityContextConfig,omitempty"`

vendor/github.com/operator-framework/api/crds/operators.coreos.com_catalogsources.yaml

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

vendor/github.com/operator-framework/api/crds/zz_defs.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.

vendor/github.com/operator-framework/api/pkg/operators/v1alpha1/catalogsource_types.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)