From 239b73efe5002162ec30becbd9be6b4a48cd198a Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Wed, 22 Nov 2023 20:11:11 +0000 Subject: [PATCH] remove duplicate 'additionalPrinterColumns' (#14653) 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 8fdeea65a3b5..eacc8691d55c 100644 --- a/config/core/300-resources/domain-mapping.yaml +++ b/config/core/300-resources/domain-mapping.yaml @@ -150,16 +150,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