From 41637ca26533b5425c40498889709d861af679e9 Mon Sep 17 00:00:00 2001 From: Justin Kulikauskas Date: Fri, 7 Jun 2024 14:00:42 -0400 Subject: [PATCH] Sync OperatorPolicy CRD Syncs changes from https://github.com/open-cluster-management-io/config-policy-controller/pull/258 Refs: - https://issues.redhat.com/browse/ACM-11453 Signed-off-by: Justin Kulikauskas --- ...y.open-cluster-management.io_operatorpolicies_crd.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkg/addon/configpolicy/manifests/managedclusterchart/templates/policy.open-cluster-management.io_operatorpolicies_crd.yaml b/pkg/addon/configpolicy/manifests/managedclusterchart/templates/policy.open-cluster-management.io_operatorpolicies_crd.yaml index c6a6f9a7..a657a42f 100644 --- a/pkg/addon/configpolicy/manifests/managedclusterchart/templates/policy.open-cluster-management.io_operatorpolicies_crd.yaml +++ b/pkg/addon/configpolicy/manifests/managedclusterchart/templates/policy.open-cluster-management.io_operatorpolicies_crd.yaml @@ -354,6 +354,14 @@ spec: resolvedSubscriptionLabel: description: The resolved name.namespace of the subscription type: string + subscriptionInterventionTime: + description: |- + Timestamp for a possible intervention to help a Subscription stuck with a + ConstraintsNotSatisfiable condition. Can be in the future, indicating the + policy is waiting for OLM to resolve the situation. If in the recent past, + the policy may update the status of the Subscription. + format: date-time + type: string type: object type: object served: true