File tree 5 files changed +14
-0
lines changed
5 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ docs/man/man1/kubectl-create-clusterrolebinding.1
41
41
docs/man/man1/kubectl-create-configmap.1
42
42
docs/man/man1/kubectl-create-deployment.1
43
43
docs/man/man1/kubectl-create-namespace.1
44
+ docs/man/man1/kubectl-create-poddisruptionbudget.1
44
45
docs/man/man1/kubectl-create-quota.1
45
46
docs/man/man1/kubectl-create-secret-docker-registry.1
46
47
docs/man/man1/kubectl-create-secret-generic.1
@@ -122,6 +123,7 @@ docs/user-guide/kubectl/kubectl_create_clusterrolebinding.md
122
123
docs/user-guide/kubectl/kubectl_create_configmap.md
123
124
docs/user-guide/kubectl/kubectl_create_deployment.md
124
125
docs/user-guide/kubectl/kubectl_create_namespace.md
126
+ docs/user-guide/kubectl/kubectl_create_poddisruptionbudget.md
125
127
docs/user-guide/kubectl/kubectl_create_quota.md
126
128
docs/user-guide/kubectl/kubectl_create_secret.md
127
129
docs/user-guide/kubectl/kubectl_create_secret_docker-registry.md
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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 -->
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ go_library(
29
29
"interfaces.go" ,
30
30
"kubectl.go" ,
31
31
"namespace.go" ,
32
+ "pdb.go" ,
32
33
"proxy_server.go" ,
33
34
"quota.go" ,
34
35
"resource_filter.go" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ go_library(
30
30
"create_configmap.go" ,
31
31
"create_deployment.go" ,
32
32
"create_namespace.go" ,
33
+ "create_pdb.go" ,
33
34
"create_quota.go" ,
34
35
"create_secret.go" ,
35
36
"create_service.go" ,
You can’t perform that action at this time.
0 commit comments