@lavalamp commented on this pull request.
In staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go:
> @@ -333,9 +333,12 @@ type ListOptions struct {
// add, update, and remove notifications. Specify resourceVersion.
// +optional
Watch bool `json:"watch,omitempty" protobuf:"varint,3,opt,name=watch"`
- // When specified with a watch call, shows changes that occur after that particular version of a resource.
+ // When specified with a watch call:
+ // shows changes that occur after that particular version of a resource.
+ // If it's 0, then the result will be current objects directory defined by key in "ADDED" events
+1 to this, plus also include the leading - on these bullet points for clarity, or convert to prose (but - bullet points are consistent with the list section).
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.![]()
@liggitt commented on this pull request.
In staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go:
> @@ -333,9 +333,12 @@ type ListOptions struct {
// add, update, and remove notifications. Specify resourceVersion.
// +optional
Watch bool `json:"watch,omitempty" protobuf:"varint,3,opt,name=watch"`
- // When specified with a watch call, shows changes that occur after that particular version of a resource.
+ // When specified with a watch call:
+ // shows changes that occur after that particular version of a resource.
+ // If it's 0, then the result will be current objects directory defined by key in "ADDED" events
fwiw, the bullets don't render great in contexts like https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#list-62
[MILESTONENOTIFIER] Milestone Pull Request Labels Incomplete
Action required: This pull request requires label changes. If the required changes are not made within 2 days, the pull request will be moved out of the v1.11 milestone.
kind: Must specify exactly one of kind/bug, kind/cleanup or kind/feature.
priority: Must specify exactly one of priority/critical-urgent, priority/important-longterm or priority/important-soon.
/cc @jpbetz
Removing this from milestone; it's not ready, it's not approved, and it's not clear that we need it for 1.11.
@mbohlool: The following test failed, say /retest to rerun them all:
| Test name | Commit | Details | Rerun command |
|---|---|---|---|
| pull-kubernetes-verify | 36eb4fb | link | /test pull-kubernetes-verify |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
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.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: mbohlool
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: liggitt
If they are not already assigned, you can assign the PR to them by writing /assign @liggitt in a comment when ready.
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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@mbohlool: The following test failed, say /retest to rerun them all:
| Test name | Commit | Details | Rerun command |
|---|
| pull-kubernetes-verify | 2b03f37 | link | /test pull-kubernetes-verify |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
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.
—
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
/remove-lifecycle stale
/test pull-kubernetes-verify
@mbohlool: The following test failed, say /retest to rerun them all:
| Test name | Commit | Details | Rerun command |
|---|---|---|---|
| pull-kubernetes-verify | 2b03f37 | link | /test pull-kubernetes-verify |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
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-kubernetes-verify
@mbohlool: The following test failed, say /retest to rerun them all:
| Test name | Commit | Details | Rerun command |
|---|---|---|---|
| pull-kubernetes-verify | 2b03f37 | link | /test pull-kubernetes-verify |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
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.
—
@liggitt commented on this pull request.
In staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go:
> @@ -333,9 +333,12 @@ type ListOptions struct {
// add, update, and remove notifications. Specify resourceVersion.
// +optional
Watch bool `json:"watch,omitempty" protobuf:"varint,3,opt,name=watch"`
- // When specified with a watch call, shows changes that occur after that particular version of a resource.
+ // When specified with a watch call:
+ // shows changes that occur after that particular version of a resource.
+ // If it's 0, then the result will be current objects directory defined by key in "ADDED" events
"current objects directory defined by key" doesn't have a lot of meaning for a REST API call
closing for lack of activity
/close
@liggitt: Closed this PR.
In response to this:
closing for lack of activity
/close
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.
—
Closed #64798.