Skip to content
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

Merged
merged 2 commits into from
Oct 26, 2021

Conversation

dsimansk
Copy link
Contributor

@dsimansk dsimansk commented Oct 13, 2021

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 

/cc @rhuss
Is too verbove, I can't make up my mind if APIVersion should be part of the output?

Changes

  • Fix domain describe reference

Reference

Fixes #1450

@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Oct 13, 2021
@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 13, 2021
Copy link
Contributor

@knative-prow-robot knative-prow-robot left a 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.

@knative-prow-robot knative-prow-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 13, 2021
@dsimansk dsimansk changed the title Fix domain describe reference Fix domain describe reference Oct 13, 2021
@codecov
Copy link

codecov bot commented Oct 13, 2021

Codecov Report

Merging #1477 (b3d718d) into main (b1e4132) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
pkg/kn/commands/domain/describe.go 80.76% <100.00%> (+6.85%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1e4132...b3d718d. Read the comment docs.

@dsimansk
Copy link
Contributor Author

/retest

@knative-prow-robot knative-prow-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 14, 2021
@dsimansk dsimansk force-pushed the pr/fix-domain-describe branch from 3ceb5e8 to b3d718d Compare October 14, 2021 11:54
@knative-metrics-robot
Copy link

The following is the coverage report on the affected files.
Say /test pull-knative-client-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/kn/commands/domain/describe.go 85.4% 89.4% 4.0

@dsimansk
Copy link
Contributor Author

dsimansk commented Oct 14, 2021

net/http: TLS handshake timeout

/retest

@dsimansk
Copy link
Contributor Author

dsimansk commented Oct 18, 2021

PTAL
/cc @knative/client-writers

@itsmurugappan
Copy link
Contributor

Having the API version seems ok for me.

@itsmurugappan
Copy link
Contributor

looks good to me

@dsimansk
Copy link
Contributor Author

@rhuss or @maximilien or @navidshaikh PTAL:)

@knative-prow-robot knative-prow-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 20, 2021
@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 20, 2021
@knative-prow-robot
Copy link
Contributor

[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:
  • OWNERS [dsimansk,navidshaikh]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@dsimansk
Copy link
Contributor Author

Per Navid's comment moving on with current impl.
/unhold

@knative-prow-robot knative-prow-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 26, 2021
@knative-prow-robot knative-prow-robot merged commit 2939f36 into knative:main Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kn domain list & describe fails for mapped Routes
5 participants