Skip to content

Commit

Permalink
update kyverno crd types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting committed Nov 14, 2020
1 parent 047b2b8 commit 365dd6e
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 2,506 deletions.
626 changes: 4 additions & 622 deletions charts/kyverno/crds/crds.yaml

Large diffs are not rendered by default.

615 changes: 0 additions & 615 deletions definitions/crds/crds.yaml

This file was deleted.

1 change: 0 additions & 1 deletion definitions/crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ./crds.yaml
- ./kyverno.io_clusterpolicies.yaml
- ./kyverno.io_clusterreportchangerequests.yaml
- ./kyverno.io_generaterequests.yaml
Expand Down
3 changes: 2 additions & 1 deletion definitions/crds/kyverno.io_clusterpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ spec:
description: Specifies resource namespace.
type: string
synchronize:
default: false
description: To keep resources synchronized with source
resource.
type: boolean
Expand Down Expand Up @@ -408,7 +409,7 @@ spec:
description: Specifies conditions to deny validation.
properties:
conditions:
description: Specifies set of condition to deny validation.
description: Specifies set of condition to deny.
items:
description: Condition defines the evaluation condition.
properties:
Expand Down
2 changes: 0 additions & 2 deletions definitions/crds/kyverno.io_clusterreportchangerequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ spec:
kind: ClusterReportChangeRequest
listKind: ClusterReportChangeRequestList
plural: clusterreportchangerequests
shortNames:
- cpol
singular: clusterreportchangerequest
scope: Cluster
versions:
Expand Down
3 changes: 2 additions & 1 deletion definitions/crds/kyverno.io_policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ spec:
description: Specifies resource namespace.
type: string
synchronize:
default: false
description: To keep resources synchronized with source
resource.
type: boolean
Expand Down Expand Up @@ -408,7 +409,7 @@ spec:
description: Specifies conditions to deny validation.
properties:
conditions:
description: Specifies set of condition to deny validation.
description: Specifies set of condition to deny.
items:
description: Condition defines the evaluation condition.
properties:
Expand Down

0 comments on commit 365dd6e

Please sign in to comment.