...

Text file src/k8s.io/api/testdata/v1.28.0/admissionregistration.k8s.io.v1.MutatingWebhookConfiguration.yaml

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

     1apiVersion: admissionregistration.k8s.io/v1
     2kind: MutatingWebhookConfiguration
     3metadata:
     4  annotations:
     5    annotationsKey: annotationsValue
     6  creationTimestamp: "2008-01-01T01:01:01Z"
     7  deletionGracePeriodSeconds: 10
     8  deletionTimestamp: "2009-01-01T01:01:01Z"
     9  finalizers:
    10  - finalizersValue
    11  generateName: generateNameValue
    12  generation: 7
    13  labels:
    14    labelsKey: labelsValue
    15  managedFields:
    16  - apiVersion: apiVersionValue
    17    fieldsType: fieldsTypeValue
    18    fieldsV1: {}
    19    manager: managerValue
    20    operation: operationValue
    21    subresource: subresourceValue
    22    time: "2004-01-01T01:01:01Z"
    23  name: nameValue
    24  namespace: namespaceValue
    25  ownerReferences:
    26  - apiVersion: apiVersionValue
    27    blockOwnerDeletion: true
    28    controller: true
    29    kind: kindValue
    30    name: nameValue
    31    uid: uidValue
    32  resourceVersion: resourceVersionValue
    33  selfLink: selfLinkValue
    34  uid: uidValue
    35webhooks:
    36- admissionReviewVersions:
    37  - admissionReviewVersionsValue
    38  clientConfig:
    39    caBundle: Ag==
    40    service:
    41      name: nameValue
    42      namespace: namespaceValue
    43      path: pathValue
    44      port: 4
    45    url: urlValue
    46  failurePolicy: failurePolicyValue
    47  matchConditions:
    48  - expression: expressionValue
    49    name: nameValue
    50  matchPolicy: matchPolicyValue
    51  name: nameValue
    52  namespaceSelector:
    53    matchExpressions:
    54    - key: keyValue
    55      operator: operatorValue
    56      values:
    57      - valuesValue
    58    matchLabels:
    59      matchLabelsKey: matchLabelsValue
    60  objectSelector:
    61    matchExpressions:
    62    - key: keyValue
    63      operator: operatorValue
    64      values:
    65      - valuesValue
    66    matchLabels:
    67      matchLabelsKey: matchLabelsValue
    68  reinvocationPolicy: reinvocationPolicyValue
    69  rules:
    70  - apiGroups:
    71    - apiGroupsValue
    72    apiVersions:
    73    - apiVersionsValue
    74    operations:
    75    - operationsValue
    76    resources:
    77    - resourcesValue
    78    scope: scopeValue
    79  sideEffects: sideEffectsValue
    80  timeoutSeconds: 7

View as plain text