...

Text file src/k8s.io/api/testdata/v1.28.0/core.v1.ResourceQuota.json

Documentation: k8s.io/api/testdata/v1.28.0

     1{
     2  "kind": "ResourceQuota",
     3  "apiVersion": "v1",
     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    "hard": {
    48      "hardKey": "0"
    49    },
    50    "scopes": [
    51      "scopesValue"
    52    ],
    53    "scopeSelector": {
    54      "matchExpressions": [
    55        {
    56          "scopeName": "scopeNameValue",
    57          "operator": "operatorValue",
    58          "values": [
    59            "valuesValue"
    60          ]
    61        }
    62      ]
    63    }
    64  },
    65  "status": {
    66    "hard": {
    67      "hardKey": "0"
    68    },
    69    "used": {
    70      "usedKey": "0"
    71    }
    72  }
    73}

View as plain text