Documentation LimitRange Policies (#14086)
* Documentation LimitRange Policies * Fixing limirange docs issues * Style and grammar * Reviewer wanted * syntax and grammar feedbacks
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6b46deab6e
commit
37df3efaf9
@@ -320,6 +320,12 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"cpu-defaults-pod": {&api.Pod{}},
|
||||
"cpu-defaults-pod-2": {&api.Pod{}},
|
||||
"cpu-defaults-pod-3": {&api.Pod{}},
|
||||
"limit-mem-cpu-container": {&api.LimitRange{}},
|
||||
"limit-mem-cpu-pod": {&api.LimitRange{}},
|
||||
"limit-range-pod-1": {&api.Pod{}},
|
||||
"limit-range-pod-2": {&api.Pod{}},
|
||||
"limit-range-pod-3": {&api.Pod{}},
|
||||
"limit-memory-ratio-pod": {&api.LimitRange{}},
|
||||
"memory-constraints": {&api.LimitRange{}},
|
||||
"memory-constraints-pod": {&api.Pod{}},
|
||||
"memory-constraints-pod-2": {&api.Pod{}},
|
||||
@@ -329,6 +335,8 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"memory-defaults-pod": {&api.Pod{}},
|
||||
"memory-defaults-pod-2": {&api.Pod{}},
|
||||
"memory-defaults-pod-3": {&api.Pod{}},
|
||||
"pvc-limit-lower": {&api.PersistentVolumeClaim{}},
|
||||
"pvc-limit-greater": {&api.PersistentVolumeClaim{}},
|
||||
"quota-mem-cpu": {&api.ResourceQuota{}},
|
||||
"quota-mem-cpu-pod": {&api.Pod{}},
|
||||
"quota-mem-cpu-pod-2": {&api.Pod{}},
|
||||
@@ -337,6 +345,7 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"quota-objects-pvc-2": {&api.PersistentVolumeClaim{}},
|
||||
"quota-pod": {&api.ResourceQuota{}},
|
||||
"quota-pod-deployment": {&apps.Deployment{}},
|
||||
"storagelimits": {&api.LimitRange{}},
|
||||
},
|
||||
"admin/sched": {
|
||||
"my-scheduler": {&api.ServiceAccount{}, &rbac.ClusterRoleBinding{}, &apps.Deployment{}},
|
||||
@@ -405,8 +414,8 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"zookeeper": {&api.Service{}, &api.Service{}, &policy.PodDisruptionBudget{}, &apps.StatefulSet{}},
|
||||
},
|
||||
"configmap": {
|
||||
"configmaps": {&api.ConfigMap{}, &api.ConfigMap{}},
|
||||
"configmap-multikeys": {&api.ConfigMap{}},
|
||||
"configmaps": {&api.ConfigMap{}, &api.ConfigMap{}},
|
||||
"configmap-multikeys": {&api.ConfigMap{}},
|
||||
},
|
||||
"controllers": {
|
||||
"daemonset": {&apps.DaemonSet{}},
|
||||
|
||||
Reference in New Issue
Block a user