ocp4 egress ips
#4274
Replies: 2 comments
-
I think you should be able to use it using Fabric8 Dynamic Client API ( GenericKubernetesResource): https://github.com/fabric8io/kubernetes-client/blob/master/doc/CHEATSHEET.md#resource-typeless-api |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. That worked perfectly.
…On Thu, Jul 14, 2022, 1:43 AM Rohan Kumar ***@***.***> wrote:
I think you should be able to use it using Fabric8 Dynamic Client API (
GenericKubernetesResource):
https://github.com/fabric8io/kubernetes-client/blob/master/doc/CHEATSHEET.md#resource-typeless-api
—
Reply to this email directly, view it on GitHub
<#4274 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKKF7BSGAVNQL23HX5F3F53VT6SIZANCNFSM53QGZKQA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the equivalent of
oc get egressip
in OCP4 using openshift-client? The API group is k8s.ovn.org.client.hasAPiGroup("k8s.ovn.org", true) returns true.
I think I may have to use the CRD API but not sure how to proceed.
Can anyone point me to example code?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions