...

Text file src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicyBinding.json

Documentation: k8s.io/api/testdata/HEAD

     1{
     2  "kind": "ValidatingAdmissionPolicyBinding",
     3  "apiVersion": "admissionregistration.k8s.io/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    "policyName": "policyNameValue",
    48    "paramRef": {
    49      "name": "nameValue",
    50      "namespace": "namespaceValue",
    51      "selector": {
    52        "matchLabels": {
    53          "matchLabelsKey": "matchLabelsValue"
    54        },
    55        "matchExpressions": [
    56          {
    57            "key": "keyValue",
    58            "operator": "operatorValue",
    59            "values": [
    60              "valuesValue"
    61            ]
    62          }
    63        ]
    64      },
    65      "parameterNotFoundAction": "parameterNotFoundActionValue"
    66    },
    67    "matchResources": {
    68      "namespaceSelector": {
    69        "matchLabels": {
    70          "matchLabelsKey": "matchLabelsValue"
    71        },
    72        "matchExpressions": [
    73          {
    74            "key": "keyValue",
    75            "operator": "operatorValue",
    76            "values": [
    77              "valuesValue"
    78            ]
    79          }
    80        ]
    81      },
    82      "objectSelector": {
    83        "matchLabels": {
    84          "matchLabelsKey": "matchLabelsValue"
    85        },
    86        "matchExpressions": [
    87          {
    88            "key": "keyValue",
    89            "operator": "operatorValue",
    90            "values": [
    91              "valuesValue"
    92            ]
    93          }
    94        ]
    95      },
    96      "resourceRules": [
    97        {
    98          "resourceNames": [
    99            "resourceNamesValue"
   100          ],
   101          "operations": [
   102            "operationsValue"
   103          ],
   104          "apiGroups": [
   105            "apiGroupsValue"
   106          ],
   107          "apiVersions": [
   108            "apiVersionsValue"
   109          ],
   110          "resources": [
   111            "resourcesValue"
   112          ],
   113          "scope": "scopeValue"
   114        }
   115      ],
   116      "excludeResourceRules": [
   117        {
   118          "resourceNames": [
   119            "resourceNamesValue"
   120          ],
   121          "operations": [
   122            "operationsValue"
   123          ],
   124          "apiGroups": [
   125            "apiGroupsValue"
   126          ],
   127          "apiVersions": [
   128            "apiVersionsValue"
   129          ],
   130          "resources": [
   131            "resourcesValue"
   132          ],
   133          "scope": "scopeValue"
   134        }
   135      ],
   136      "matchPolicy": "matchPolicyValue"
   137    },
   138    "validationActions": [
   139      "validationActionsValue"
   140    ]
   141  }
   142}

View as plain text