Skip to content

Commit

Permalink
Sync CRDs
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
  • Loading branch information
JustinKuli authored and openshift-merge-bot[bot] committed Aug 7, 2024
1 parent a12131d commit e667abb
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ spec:
description: >-
Disabled is a boolean parameter you can use to enable and disable the policy. When disabled, the policy is removed from managed clusters.
type: boolean
hubTemplateOptions:
description: HubTemplateOptions changes the default behavior of hub templates.
properties:
serviceAccountName:
type: string
type: object
policy-templates:
description: >-
PolicyTemplates is a list of definitions of policy engine resources to apply to managed clusters along with configurations on how it should be applied.
Expand Down Expand Up @@ -377,6 +383,12 @@ spec:
description: >-
Disabled is a boolean parameter you can use to enable and disable the policy. When disabled, the policy is removed from managed clusters.
type: boolean
hubTemplateOptions:
description: HubTemplateOptions changes the default behavior of hub templates.
properties:
serviceAccountName:
type: string
type: object
policy-templates:
description: >-
PolicyTemplates is a list of definitions of policy engine resources to apply to managed clusters along with configurations on how it should be applied.
Expand Down

0 comments on commit e667abb

Please sign in to comment.