...

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

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

     1apiVersion: v1
     2kind: Endpoints
     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
    35subsets:
    36- addresses:
    37  - hostname: hostnameValue
    38    ip: ipValue
    39    nodeName: nodeNameValue
    40    targetRef:
    41      apiVersion: apiVersionValue
    42      fieldPath: fieldPathValue
    43      kind: kindValue
    44      name: nameValue
    45      namespace: namespaceValue
    46      resourceVersion: resourceVersionValue
    47      uid: uidValue
    48  notReadyAddresses:
    49  - hostname: hostnameValue
    50    ip: ipValue
    51    nodeName: nodeNameValue
    52    targetRef:
    53      apiVersion: apiVersionValue
    54      fieldPath: fieldPathValue
    55      kind: kindValue
    56      name: nameValue
    57      namespace: namespaceValue
    58      resourceVersion: resourceVersionValue
    59      uid: uidValue
    60  ports:
    61  - appProtocol: appProtocolValue
    62    name: nameValue
    63    port: 2
    64    protocol: protocolValue

View as plain text