k9s/internal/render/testdata/pdb.json

31 lines
948 B
JSON

{
"apiVersion": "policy/v1",
"kind": "PodDisruptionBudget",
"metadata": {
"annotations": {
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"policy/v1\",\"kind\":\"PodDisruptionBudget\",\"metadata\":{\"annotations\":{},\"name\":\"fred\",\"namespace\":\"default\"},\"spec\":{\"minAvailable\":2,\"selector\":{\"matchLabels\":{\"app\":\"nginx\"}}}}\n"
},
"creationTimestamp": "2019-08-31T03:48:10Z",
"generation": 1,
"name": "fred",
"namespace": "default",
"resourceVersion": "49885429",
"selfLink": "/apis/policy/v1/namespaces/default/poddisruptionbudgets/fred",
"uid": "26b6cf70-cba2-11e9-990f-42010a800218"
},
"spec": {
"minAvailable": 2,
"selector": {
"matchLabels": {
"app": "nginx"
}
}
},
"status": {
"currentHealthy": 0,
"desiredHealthy": 2,
"disruptionsAllowed": 0,
"expectedPods": 0,
"observedGeneration": 1
}
}