...

Text file src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta2.PriorityLevelConfiguration.json

Documentation: k8s.io/api/testdata/HEAD

     1{
     2  "kind": "PriorityLevelConfiguration",
     3  "apiVersion": "flowcontrol.apiserver.k8s.io/v1beta2",
     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    "type": "typeValue",
    48    "limited": {
    49      "assuredConcurrencyShares": 1,
    50      "limitResponse": {
    51        "type": "typeValue",
    52        "queuing": {
    53          "queues": 1,
    54          "handSize": 2,
    55          "queueLengthLimit": 3
    56        }
    57      },
    58      "lendablePercent": 3,
    59      "borrowingLimitPercent": 4
    60    },
    61    "exempt": {
    62      "nominalConcurrencyShares": 1,
    63      "lendablePercent": 2
    64    }
    65  },
    66  "status": {
    67    "conditions": [
    68      {
    69        "type": "typeValue",
    70        "status": "statusValue",
    71        "lastTransitionTime": "2003-01-01T01:01:01Z",
    72        "reason": "reasonValue",
    73        "message": "messageValue"
    74      }
    75    ]
    76  }
    77}

View as plain text