-
Notifications
You must be signed in to change notification settings - Fork 513
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
Conformance: update objects in MustApplyObjectsWithCleanup #2380
Conversation
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Welcome @sadath-12! |
Hi @sadath-12. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
/ok-to-test |
/test pull-gateway-api-verify |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
/cc |
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.
Thanks @sadath-12 , left a few comments
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
This reverts commit 792836a.
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sadath-12 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@LiorLieberman any further suggestions on the updated on code ? |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
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.
Thanks @sadath-12 , apart from two small comments, looks good to me.
Did you test it locally ? I can help with explaining how if you need.
Thank you @LiorLieberman , Yes I tried creating a secret in the cluster with same resource specifications but with different data and passed it to this function (which creates the secret with another data) and that seems to give me the modified data content on the secret |
Can you test that the conformance tests are passing?
Using the makefile I sent you for example in envoy-gw. (
https://github.com/envoyproxy/gateway/blob/554176b8cbbc5ffa627dc7109e1b3d2b59474e99/tools/make/kube.mk#L95
)
Remove the “delete-cluster” from the end of the line, it will spin up a
kind cluster with meta lb and will leave it there.
Then you can run locally from the gateway-api repo folder (that contains
your changes).
one with cleanup `go test -v ./conformance
--gateway-class=envoy-gateway --cleanup-base-resources=true`
and one without `go test -v ./conformance --gateway-class=envoy-gateway
--cleanup-base-resources=false`
w
…On Wed, 13 Sept 2023 at 07:40, syedsadath-17 ***@***.***> wrote:
Thanks @sadath-12 <https://github.com/sadath-12> , apart from two small
comments, looks good to me. Did you test it locally ? I can help with
explaining how if you need.
Thank you @LiorLieberman <https://github.com/LiorLieberman> , Yes I tried
creating a secret in the cluster with same resource specifications but with
different data and passed it to this function (which creates the secret
with another data) and that seems to give me the modified data content on
the secret
—
Reply to this email directly, view it on GitHub
<#2380 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASLANQQQ6NY3QNITNBP6ALTX2FIN7ANCNFSM6AAAAAA4OGL3MY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
@sadath-12: The following test failed, say
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. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Looks like this PR has gone stale so I'm going to close it out for now. Feel free to reopen if you find time to work on it again. |
What type of PR is this?
What this PR does / why we need it:
MustApplyObjectsWithCleanup
updates the objects if they are already available availableWhich issue(s) this PR fixes:
Fixes #2230
Does this PR introduce a user-facing change?: