This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
generated from knative-extensions/sample-controller
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove duplicate additionalPrinterColumns (#192)
* remove duplicate additionalPrinterColumns Signed-off-by: Kenny Leung <[email protected]> * patch Signed-off-by: Kenny Leung <[email protected]> --------- Signed-off-by: Kenny Leung <[email protected]>
- Loading branch information
Showing
3 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/vendor/knative.dev/serving/config/core/300-resources/domain-mapping.yaml b/vendor/knative.dev/serving/config/core/300-resources/domain-mapping.yaml | ||
index 8fdeea6..eacc869 100644 | ||
--- a/vendor/knative.dev/serving/config/core/300-resources/domain-mapping.yaml | ||
+++ b/vendor/knative.dev/serving/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters