dep ensure -update k8s.io/client-go (#197)
This commit is contained in:
3
vendor/k8s.io/client-go/examples/create-update-delete-deployment/BUILD
generated
vendored
3
vendor/k8s.io/client-go/examples/create-update-delete-deployment/BUILD
generated
vendored
@@ -8,8 +8,7 @@ load(
|
||||
|
||||
go_binary(
|
||||
name = "create-update-delete-deployment",
|
||||
importpath = "k8s.io/client-go/examples/create-update-delete-deployment",
|
||||
library = ":go_default_library",
|
||||
embed = [":go_default_library"],
|
||||
)
|
||||
|
||||
go_library(
|
||||
|
||||
2
vendor/k8s.io/client-go/examples/create-update-delete-deployment/README.md
generated
vendored
2
vendor/k8s.io/client-go/examples/create-update-delete-deployment/README.md
generated
vendored
@@ -48,7 +48,7 @@ Running this command will execute the following operations on your cluster:
|
||||
dependent ReplicaSet resource. Verify with `kubectl get deployments`.
|
||||
|
||||
Each step is separated by an interactive prompt. You must hit the
|
||||
<kbd>Return</kbd> key to proceeed to the next step. You can use these prompts as
|
||||
<kbd>Return</kbd> key to proceed to the next step. You can use these prompts as
|
||||
a break to take time to run `kubectl` and inspect the result of the operations
|
||||
executed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user