-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Replace createOrReplace entries in CHEATSHEET with createOr or serverSideApply #5176
Comments
@manusa is this issue closed or can i work on this issue |
manusa
changed the title
Replace createOrReplace entries in CHEATSHEET with serverSideApply
Replace createOrReplace entries in CHEATSHEET with createOr or serverSideApply
Sep 6, 2023
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Oct 20, 2023
…rverSideApply (fabric8io#5176) Update doc/CHEATSHEET.md to remove usages of createOrReplace methods since it's been deperacated. Use create() or serverSideApply() as alternatives wherever applicable. Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Oct 20, 2023
…rverSideApply (fabric8io#5176) Update doc/CHEATSHEET.md to remove usages of createOrReplace methods since it's been deperacated. Use create() or serverSideApply() as alternatives wherever applicable. Signed-off-by: Rohan Kumar <[email protected]>
@akshayamadhuri : This issue requires some prior knowledge about KubernetesClient DSL. You would need to know which method to replace deprecated |
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Oct 20, 2023
…rverSideApply (fabric8io#5176) Update doc/CHEATSHEET.md to remove usages of createOrReplace methods since it's been deperacated. Use create() or serverSideApply() as alternatives wherever applicable. Signed-off-by: Rohan Kumar <[email protected]>
11 tasks
manusa
pushed a commit
that referenced
this issue
Oct 23, 2023
…rverSideApply (#5176) Update doc/CHEATSHEET.md to remove usages of createOrReplace methods since it's been deperacated. Use create() or serverSideApply() as alternatives wherever applicable. Signed-off-by: Rohan Kumar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Child of #5057
We need to remove
createOrReplace
entries from CHEATSHEETOriginally posted by @manusa in #5174 (comment)
The text was updated successfully, but these errors were encountered: