0

I want to play with kubernetes api with gke. But gke use a special api (networking.gke.io/v1beta1). I want to be able to query it, but the go-client of kubernetes dont have this api. How can I query it?

I try REST API, but dont know at all how to use it, and the documentation is not clear.

1 Answer 1

1

GKE networking apis and clients are in this repo : gke-managed-certs

Clients are in this package: /pkg/clients

Sign up to request clarification or add additional context in comments.

2 Comments

Do you have an exemple of code? I'm not able to understand
No. You can check the tests to see how clients are used: github.com/GoogleCloudPlatform/gke-managed-certs/tree/master/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.