-
Notifications
You must be signed in to change notification settings - Fork 15k
Add client-go in the accessing cluster doc #1127
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
Conversation
|
||
To use it, | ||
* Run `go get k8s.io/client-go/1.4/kubernetes` to get the library. 1.4 is a release version of your choice. | ||
* Write application atop of the client-go clients. Note that client-go defines its own API objects, so if needed, please import API definitions from client-go rather than from the main repository, e.g., `import "k8s.io/client-go/1.4/pkg/api"` is correct. |
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.
v1 ;)
looks great as soon as we get the example files in. |
Did you want to send this PR to release-1.4 branch? |
Yes, we want to. Do you know what milestone to apply? |
ba31cd1
to
7d6d512
Compare
Automatic merge from submit-queue Add client-go examples We'll wait for the publish bot to published this to kubernetes/client-go cc @devin-donnelly ref: kubernetes/website#1127
@lavalamp can I get the LGTM? Thanks. |
@devin-donnelly Is this OK to merge in the master branch or should it go to the 1.4 branch? |
I think merging in master is ok, there is nothing specific to 1.4 here. |
Review status: 0 of 1 files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. docs/user-guide/accessing-the-cluster.md, line 106 [r2] (raw file):
I would mention that 1.4 is the latest version, and tell them what the minimum supported version is. docs/user-guide/accessing-the-cluster.md, line 107 [r2] (raw file):
Write application -> Write an application Comments from Reviewable |
docs/user-guide/accessing-the-cluster.md, line 107 [r1] (raw file):
|
Review status: 0 of 1 files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. docs/user-guide/accessing-the-cluster.md, line 106 [r2] (raw file):
|
7d6d512
to
a60a29f
Compare
@devin-donnelly PTAL. Thanks. |
docs/user-guide/accessing-the-cluster.md, line 106 at r2 (raw file):
|
@caesarxuchao One suggested revision. |
a60a29f
to
1ba01e4
Compare
@devin-donnelly thanks for the edits. PTAL. Thanks. |
* update: june meetup - add video schema - add featured image Signed-off-by: Christian Mejlak <chris@mejlak.com> * Update Contour instructions (kubernetes#1123) Fixes linkerd/linkerd2#6237 - Since a few releases ago, `linkerd inject` will fail outright if `automountServiceAccountToken` is not `true`. Reshuffled the instructions to account for that. - Added note about adding the `config.linkerd.io/skip-outbound-ports: 8001` annotation when in ingress mode. - Removed the `spec.routes.services.namespace` field from the sample `HTTPProxy` resource, which doesn't appear in the resource API doc. - Replaced `127.0.0.1.xip.io` with `127.0.0.1.nip.io` as the former is down. Co-authored-by: cpretzer <cpretzer@users.noreply.github.com> * update: june meetup - add video schema - add featured image Signed-off-by: Christian Mejlak <chris@mejlak.com> Co-authored-by: Alejandro Pedraza <alejandro@buoyant.io> Co-authored-by: cpretzer <cpretzer@users.noreply.github.com>
Update dev-ko branch with main branch
ref: kubernetes/kubernetes#31751
This change is