Skip to content

Commit

Permalink
Sync OperatorPolicy CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
(cherry picked from commit 67a38dcb64ccf208c0b012db012b590119c7b40b)
  • Loading branch information
dhaiducek authored and magic-mirror-bot[bot] committed Dec 17, 2024
1 parent c55b789 commit 9bca4b2
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ spec:
type: string
operatorGroup:
description: >-
OperatorGroup specifies which `OperatorGroup` to inspect. Include the name, namespace, and any `spec` fields for the operator group. For more info, see `kubectl explain operatorgroups.spec` or view https://olm.operatorframework.io/docs/concepts/crds/operatorgroup/.
OperatorGroup specifies which `OperatorGroup` to inspect. This resource is generated by the operator policy controller. Include the name, namespace, and any `spec` fields for the operator group. By default, if the `operatorGroup` field is not specified, and no OperatorGroup already exists in the namespace, then the controller generates an `AllNamespaces` type `OperatorGroup` in the same namespace as the subscription, if supported.
For more info, see `kubectl explain operatorgroups.spec` or view https://olm.operatorframework.io/docs/concepts/crds/operatorgroup/.
type: object
x-kubernetes-preserve-unknown-fields: true
remediationAction:
Expand Down Expand Up @@ -160,7 +162,9 @@ spec:
type: string
subscription:
description: >-
Subscription specifies which operator `Subscription` resource to inspect. Include the namespace, and any `spec` fields for the Subscription. For more info, see `kubectl explain subscriptions.operators.coreos.com.spec` or view https://olm.operatorframework.io/docs/concepts/crds/subscription/.
Subscription specifies which operator `Subscription` resource to inspect. Include the namespace, and any `spec` fields for the Subscription.
For more info, see `kubectl explain subscriptions.operators.coreos.com.spec` or view https://olm.operatorframework.io/docs/concepts/crds/subscription/.
type: object
x-kubernetes-preserve-unknown-fields: true
upgradeApproval:
Expand Down

0 comments on commit 9bca4b2

Please sign in to comment.