Skip to content

Commit

Permalink
add pending to compliance enum
Browse files Browse the repository at this point in the history
Signed-off-by: Will Kutler <[email protected]>
  • Loading branch information
willkutler authored and openshift-merge-robot committed Jan 7, 2023
1 parent e090b95 commit 01fcd9e
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
type: string
compliance:
description: The ComplianceState (at path .status.compliant) required before the policy should be created
enum:
- NonCompliant
- Compliant
- Pending
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
Expand Down Expand Up @@ -90,6 +94,10 @@ spec:
type: string
compliance:
description: The ComplianceState (at path .status.compliant) required before the policy should be created
enum:
- NonCompliant
- Compliant
- Pending
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
Expand Down Expand Up @@ -286,6 +294,10 @@ spec:
type: string
compliance:
description: The ComplianceState (at path .status.compliant) required before the policy should be created
enum:
- NonCompliant
- Compliant
- Pending
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
Expand Down Expand Up @@ -332,6 +344,10 @@ spec:
type: string
compliance:
description: The ComplianceState (at path .status.compliant) required before the policy should be created
enum:
- NonCompliant
- Compliant
- Pending
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
Expand Down

0 comments on commit 01fcd9e

Please sign in to comment.