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 committed Jan 4, 2023
1 parent 70a0f5f commit 1184b85
Showing 1 changed file with 18 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 @@ -135,6 +143,7 @@ spec:
description: ComplianceState shows the state of enforcement
enum:
- Compliant
- Pending
- NonCompliant
type: string
details:
Expand Down Expand Up @@ -272,6 +281,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 @@ -305,6 +318,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 @@ -350,6 +367,7 @@ spec:
description: ComplianceState shows the state of enforcement
enum:
- Compliant
- Pending
- NonCompliant
type: string
details:
Expand Down

0 comments on commit 1184b85

Please sign in to comment.