...

Text file src/k8s.io/api/testdata/HEAD/policy.v1beta1.PodDisruptionBudget.json

Documentation: k8s.io/api/testdata/HEAD

     1{
     2  "kind": "PodDisruptionBudget",
     3  "apiVersion": "policy/v1beta1",
     4  "metadata": {
     5    "name": "nameValue",
     6    "generateName": "generateNameValue",
     7    "namespace": "namespaceValue",
     8    "selfLink": "selfLinkValue",
     9    "uid": "uidValue",
    10    "resourceVersion": "resourceVersionValue",
    11    "generation": 7,
    12    "creationTimestamp": "2008-01-01T01:01:01Z",
    13    "deletionTimestamp": "2009-01-01T01:01:01Z",
    14    "deletionGracePeriodSeconds": 10,
    15    "labels": {
    16      "labelsKey": "labelsValue"
    17    },
    18    "annotations": {
    19      "annotationsKey": "annotationsValue"
    20    },
    21    "ownerReferences": [
    22      {
    23        "apiVersion": "apiVersionValue",
    24        "kind": "kindValue",
    25        "name": "nameValue",
    26        "uid": "uidValue",
    27        "controller": true,
    28        "blockOwnerDeletion": true
    29      }
    30    ],
    31    "finalizers": [
    32      "finalizersValue"
    33    ],
    34    "managedFields": [
    35      {
    36        "manager": "managerValue",
    37        "operation": "operationValue",
    38        "apiVersion": "apiVersionValue",
    39        "time": "2004-01-01T01:01:01Z",
    40        "fieldsType": "fieldsTypeValue",
    41        "fieldsV1": {},
    42        "subresource": "subresourceValue"
    43      }
    44    ]
    45  },
    46  "spec": {
    47    "minAvailable": "minAvailableValue",
    48    "selector": {
    49      "matchLabels": {
    50        "matchLabelsKey": "matchLabelsValue"
    51      },
    52      "matchExpressions": [
    53        {
    54          "key": "keyValue",
    55          "operator": "operatorValue",
    56          "values": [
    57            "valuesValue"
    58          ]
    59        }
    60      ]
    61    },
    62    "maxUnavailable": "maxUnavailableValue",
    63    "unhealthyPodEvictionPolicy": "unhealthyPodEvictionPolicyValue"
    64  },
    65  "status": {
    66    "observedGeneration": 1,
    67    "disruptedPods": {
    68      "disruptedPodsKey": null
    69    },
    70    "disruptionsAllowed": 3,
    71    "currentHealthy": 4,
    72    "desiredHealthy": 5,
    73    "expectedPods": 6,
    74    "conditions": [
    75      {
    76        "type": "typeValue",
    77        "status": "statusValue",
    78        "observedGeneration": 3,
    79        "lastTransitionTime": "2004-01-01T01:01:01Z",
    80        "reason": "reasonValue",
    81        "message": "messageValue"
    82      }
    83    ]
    84  }
    85}

View as plain text