...

Text file src/k8s.io/api/testdata/v1.29.0/admissionregistration.k8s.io.v1beta1.ValidatingWebhookConfiguration.json

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

     1{
     2  "kind": "ValidatingWebhookConfiguration",
     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  "webhooks": [
    47    {
    48      "name": "nameValue",
    49      "clientConfig": {
    50        "url": "urlValue",
    51        "service": {
    52          "namespace": "namespaceValue",
    53          "name": "nameValue",
    54          "path": "pathValue",
    55          "port": 4
    56        },
    57        "caBundle": "Ag=="
    58      },
    59      "rules": [
    60        {
    61          "operations": [
    62            "operationsValue"
    63          ],
    64          "apiGroups": [
    65            "apiGroupsValue"
    66          ],
    67          "apiVersions": [
    68            "apiVersionsValue"
    69          ],
    70          "resources": [
    71            "resourcesValue"
    72          ],
    73          "scope": "scopeValue"
    74        }
    75      ],
    76      "failurePolicy": "failurePolicyValue",
    77      "matchPolicy": "matchPolicyValue",
    78      "namespaceSelector": {
    79        "matchLabels": {
    80          "matchLabelsKey": "matchLabelsValue"
    81        },
    82        "matchExpressions": [
    83          {
    84            "key": "keyValue",
    85            "operator": "operatorValue",
    86            "values": [
    87              "valuesValue"
    88            ]
    89          }
    90        ]
    91      },
    92      "objectSelector": {
    93        "matchLabels": {
    94          "matchLabelsKey": "matchLabelsValue"
    95        },
    96        "matchExpressions": [
    97          {
    98            "key": "keyValue",
    99            "operator": "operatorValue",
   100            "values": [
   101              "valuesValue"
   102            ]
   103          }
   104        ]
   105      },
   106      "sideEffects": "sideEffectsValue",
   107      "timeoutSeconds": 7,
   108      "admissionReviewVersions": [
   109        "admissionReviewVersionsValue"
   110      ],
   111      "matchConditions": [
   112        {
   113          "name": "nameValue",
   114          "expression": "expressionValue"
   115        }
   116      ]
   117    }
   118  ]
   119}

View as plain text