pkg/apis/policy: Fix "informatio" -> "information" comment typo

Typo from kubernetes/kubernetes@8e2347370e (Add observedGeneration to
PodDisruptionBudgetStatus, 2016-11-08, kubernetes/kubernetes#36438).
This commit is contained in:
W. Trevor King
2019-10-08 12:27:50 -07:00
parent e856613dd5
commit a05cabb3a6
6 changed files with 6 additions and 6 deletions

View File

@@ -14664,7 +14664,7 @@
"type": "integer"
},
"observedGeneration": {
"description": "Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation.",
"description": "Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation.",
"format": "int64",
"type": "integer"
}