Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1
name: v1beta1
schema:
openAPIV3Schema:
description: PolicySet is the Schema for the policysets API
Expand Down Expand Up @@ -72,32 +72,6 @@ spec:
type: string
type: object
type: array
results:
items:
description: PolicySetStatusResult shows the compliance status of
a policy in the set
properties:
clusters:
items:
description: PolicySetResultCluster shows the compliance status
of a policy for a specific cluster
properties:
clusterName:
type: string
clusterNamespace:
type: string
compliant:
type: string
type: object
type: array
compliant:
type: string
message:
type: string
policy:
type: string
type: object
type: array
type: object
required:
- spec
Expand Down