mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Rename ConditionFull->ConditionTrue, ConditionNone->ConditionFalse
This commit is contained in:
@@ -52,15 +52,15 @@ sane state but not allowed to accept new pods:
|
||||
"conditions": [
|
||||
{
|
||||
"kind": "Reachable",
|
||||
"status": "Full",
|
||||
"status": "True",
|
||||
},
|
||||
{
|
||||
"kind": "Ready",
|
||||
"status": "Full",
|
||||
"status": "True",
|
||||
},
|
||||
{
|
||||
"kind": "Schedulable",
|
||||
"status": "None",
|
||||
"status": "False",
|
||||
},
|
||||
]
|
||||
```
|
||||
|
Reference in New Issue
Block a user