Skip to content

Commit b8fab92

Browse files
committed
kubectl: generated changes for new pdb command
1 parent 065b652 commit b8fab92

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

.generated_docs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ docs/man/man1/kubectl-create-clusterrolebinding.1
4141
docs/man/man1/kubectl-create-configmap.1
4242
docs/man/man1/kubectl-create-deployment.1
4343
docs/man/man1/kubectl-create-namespace.1
44+
docs/man/man1/kubectl-create-poddisruptionbudget.1
4445
docs/man/man1/kubectl-create-quota.1
4546
docs/man/man1/kubectl-create-secret-docker-registry.1
4647
docs/man/man1/kubectl-create-secret-generic.1
@@ -122,6 +123,7 @@ docs/user-guide/kubectl/kubectl_create_clusterrolebinding.md
122123
docs/user-guide/kubectl/kubectl_create_configmap.md
123124
docs/user-guide/kubectl/kubectl_create_deployment.md
124125
docs/user-guide/kubectl/kubectl_create_namespace.md
126+
docs/user-guide/kubectl/kubectl_create_poddisruptionbudget.md
125127
docs/user-guide/kubectl/kubectl_create_quota.md
126128
docs/user-guide/kubectl/kubectl_create_secret.md
127129
docs/user-guide/kubectl/kubectl_create_secret_docker-registry.md
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This file is autogenerated, but we've stopped checking such files into the
2+
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
3+
populate this file.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This file is autogenerated, but we've stopped checking such files into the
2+
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
3+
populate this file.
4+
5+
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
6+
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl_create_poddisruptionbudget.md?pixel)]()
7+
<!-- END MUNGE: GENERATED_ANALYTICS -->

pkg/kubectl/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ go_library(
2929
"interfaces.go",
3030
"kubectl.go",
3131
"namespace.go",
32+
"pdb.go",
3233
"proxy_server.go",
3334
"quota.go",
3435
"resource_filter.go",

pkg/kubectl/cmd/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ go_library(
3030
"create_configmap.go",
3131
"create_deployment.go",
3232
"create_namespace.go",
33+
"create_pdb.go",
3334
"create_quota.go",
3435
"create_secret.go",
3536
"create_service.go",

0 commit comments

Comments
 (0)