...

Text file src/k8s.io/api/testdata/v1.29.0/policy.v1beta1.Eviction.yaml

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

     1apiVersion: policy/v1beta1
     2deleteOptions:
     3  dryRun:
     4  - dryRunValue
     5  gracePeriodSeconds: 1
     6  orphanDependents: true
     7  preconditions:
     8    resourceVersion: resourceVersionValue
     9    uid: uidValue
    10  propagationPolicy: propagationPolicyValue
    11kind: Eviction
    12metadata:
    13  annotations:
    14    annotationsKey: annotationsValue
    15  creationTimestamp: "2008-01-01T01:01:01Z"
    16  deletionGracePeriodSeconds: 10
    17  deletionTimestamp: "2009-01-01T01:01:01Z"
    18  finalizers:
    19  - finalizersValue
    20  generateName: generateNameValue
    21  generation: 7
    22  labels:
    23    labelsKey: labelsValue
    24  managedFields:
    25  - apiVersion: apiVersionValue
    26    fieldsType: fieldsTypeValue
    27    fieldsV1: {}
    28    manager: managerValue
    29    operation: operationValue
    30    subresource: subresourceValue
    31    time: "2004-01-01T01:01:01Z"
    32  name: nameValue
    33  namespace: namespaceValue
    34  ownerReferences:
    35  - apiVersion: apiVersionValue
    36    blockOwnerDeletion: true
    37    controller: true
    38    kind: kindValue
    39    name: nameValue
    40    uid: uidValue
    41  resourceVersion: resourceVersionValue
    42  selfLink: selfLinkValue
    43  uid: uidValue

View as plain text