mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
kubectl Pod Disruption Budget V1 min-available parameter is not required
Signed-off-by: Ferran Rodenas <frodenas@gmail.com>
This commit is contained in:
parent
0a7ff7fa8b
commit
ca3d3e14c0
@ -38,7 +38,7 @@ var _ StructuredGenerator = &PodDisruptionBudgetV1Generator{}
|
||||
func (PodDisruptionBudgetV1Generator) ParamNames() []GeneratorParam {
|
||||
return []GeneratorParam{
|
||||
{"name", true},
|
||||
{"min-available", true},
|
||||
{"min-available", false},
|
||||
{"selector", true},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user