-
Notifications
You must be signed in to change notification settings - Fork 74
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.
/lgtm
/hold
In case you need to make change. This is just copying from v1alpha1 API right?
There was a single change, now mentioned in the PR description. Please take a look to make sure you are OK with it. |
/test pull-google-knative-gcp-integration-tests |
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.
/lgtm
topicCondSet.Manage(ts).MarkTrue(TopicConditionAddressable) | ||
} else { | ||
ts.Address.URL = nil | ||
topicCondSet.Manage(ts).MarkFalse(TopicConditionAddressable, "emptyHostname", "hostname is the empty string") |
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.
nit: since hostname is gone, should reword the reason?
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.
Good idea. Done. I changed both the v1alpha1 and v1beta1 branches, so that we don't suddenly change error messages when our reconcilers start using v1beta1.
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.
/lgtm
/retest |
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.
/lgtm
Don't think there's a need for the hold anymore, but @yolocs since the test just failed you have 30 minutes to object 😁
/hold cancel
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grantr, Harwayne, yolocs 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 |
/retest |
/test pull-google-knative-gcp-integration-tests |
/test pull-google-knative-gcp-integration-tests |
/test pull-google-knative-gcp-go-coverage |
/test pull-google-knative-gcp-wi-tests |
/retest |
/test pull-google-knative-gcp-wi-tests |
2 similar comments
/test pull-google-knative-gcp-wi-tests |
/test pull-google-knative-gcp-wi-tests |
/test pull-google-knative-gcp-integration-tests |
1 similar comment
/test pull-google-knative-gcp-integration-tests |
@Harwayne: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/test pull-google-knative-gcp-integration-tests |
Helps with #614
Proposed Changes
topic_lifecycle.go
because the v1beta1 duck version ofAddressable
no longer hashostname
, so its support was dropped.emptyHostname
toemptyUrl
.This was generated using:
Release Note