-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix domain describe
reference
#1477
Fix domain describe
reference
#1477
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dsimansk: 0 warnings.
In response to this:
Description
➜ client git:(pr/fix-domain-describe) kn domain describe hello.nip.io Name: hello.nip.io Namespace: default Age: 2h URL: http://hello.nip.io Reference: APIVersion: serving.knative.dev/v1 Kind: Route Name: hello Conditions: OK TYPE AGE REASON !! Ready 2h DomainAlreadyClaimed ?? CertificateProvisioned 2h !! DomainClaimed 2h DomainAlreadyClaimed ?? IngressReady 2h IngressNotConfigured ?? ReferenceResolved 2h
Changes
- Fix domain describe reference
Reference
Fixes #1450
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Codecov Report
@@ Coverage Diff @@
## main #1477 +/- ##
==========================================
+ Coverage 79.10% 79.14% +0.03%
==========================================
Files 162 162
Lines 8443 8449 +6
==========================================
+ Hits 6679 6687 +8
+ Misses 1080 1079 -1
+ Partials 684 683 -1
Continue to review full report at Codecov.
|
/retest |
3ceb5e8
to
b3d718d
Compare
The following is the coverage report on the affected files.
|
/retest |
PTAL |
Having the API version seems ok for me. |
looks good to me |
@rhuss or @maximilien or @navidshaikh PTAL:) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, navidshaikh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Per Navid's comment moving on with current impl. |
Description
/cc @rhuss
Is too verbove, I can't make up my mind if
APIVersion
should be part of the output?Changes
Reference
Fixes #1450