diff --git a/pkg/cmd/install/hubaddon/scenario/addon/policy/policy.open-cluster-management.io_policysets.yaml b/pkg/cmd/install/hubaddon/scenario/addon/policy/policy.open-cluster-management.io_policysets.yaml index 74bd976fb..6dc00341f 100644 --- a/pkg/cmd/install/hubaddon/scenario/addon/policy/policy.open-cluster-management.io_policysets.yaml +++ b/pkg/cmd/install/hubaddon/scenario/addon/policy/policy.open-cluster-management.io_policysets.yaml @@ -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 @@ -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