mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
client-go: Add CRUD Deployment sample
This sample adds sample code for create/list/replace/delete operations for Deployment resource for client-go library. This patch also contains documentation explaining what the example application does and how it can be executed. This patch is part of the body of work improving the client library samples. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
@@ -343,6 +343,7 @@ staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password
|
||||
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow
|
||||
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth
|
||||
staging/src/k8s.io/client-go/discovery
|
||||
staging/src/k8s.io/client-go/examples/create-update-delete-deployment
|
||||
staging/src/k8s.io/client-go/examples/in-cluster
|
||||
staging/src/k8s.io/client-go/examples/out-of-cluster
|
||||
staging/src/k8s.io/client-go/examples/third-party-resources
|
||||
|
||||
Reference in New Issue
Block a user