...

Text file src/k8s.io/api/testdata/v1.29.0/core.v1.ComponentStatus.yaml

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

     1apiVersion: v1
     2conditions:
     3- error: errorValue
     4  message: messageValue
     5  status: statusValue
     6  type: typeValue
     7kind: ComponentStatus
     8metadata:
     9  annotations:
    10    annotationsKey: annotationsValue
    11  creationTimestamp: "2008-01-01T01:01:01Z"
    12  deletionGracePeriodSeconds: 10
    13  deletionTimestamp: "2009-01-01T01:01:01Z"
    14  finalizers:
    15  - finalizersValue
    16  generateName: generateNameValue
    17  generation: 7
    18  labels:
    19    labelsKey: labelsValue
    20  managedFields:
    21  - apiVersion: apiVersionValue
    22    fieldsType: fieldsTypeValue
    23    fieldsV1: {}
    24    manager: managerValue
    25    operation: operationValue
    26    subresource: subresourceValue
    27    time: "2004-01-01T01:01:01Z"
    28  name: nameValue
    29  namespace: namespaceValue
    30  ownerReferences:
    31  - apiVersion: apiVersionValue
    32    blockOwnerDeletion: true
    33    controller: true
    34    kind: kindValue
    35    name: nameValue
    36    uid: uidValue
    37  resourceVersion: resourceVersionValue
    38  selfLink: selfLinkValue
    39  uid: uidValue

View as plain text