From dca40e459c9862d86b7c36a11675965c0f0c1b75 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Wed, 22 Nov 2023 20:08:02 +0000 Subject: [PATCH] remove duplicate 'additionalPrinterColumns' (#14654) Signed-off-by: Kenny Leung Co-authored-by: Kenny Leung --- config/core/300-resources/domain-mapping.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config/core/300-resources/domain-mapping.yaml b/config/core/300-resources/domain-mapping.yaml index 8ea083587da3..a90ad22d6b87 100644 --- a/config/core/300-resources/domain-mapping.yaml +++ b/config/core/300-resources/domain-mapping.yaml @@ -263,16 +263,6 @@ spec: url: description: URL is the URL of this DomainMapping. type: string - additionalPrinterColumns: - - name: URL - type: string - jsonPath: .status.url - - name: Ready - type: string - jsonPath: ".status.conditions[?(@.type=='Ready')].status" - - name: Reason - type: string - jsonPath: ".status.conditions[?(@.type=='Ready')].reason" names: kind: DomainMapping plural: domainmappings