...
Text file
src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1.PriorityLevelConfiguration.yaml
1apiVersion: flowcontrol.apiserver.k8s.io/v1
2kind: PriorityLevelConfiguration
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
35spec:
36 exempt:
37 lendablePercent: 2
38 nominalConcurrencyShares: 1
39 limited:
40 borrowingLimitPercent: 4
41 lendablePercent: 3
42 limitResponse:
43 queuing:
44 handSize: 2
45 queueLengthLimit: 3
46 queues: 1
47 type: typeValue
48 nominalConcurrencyShares: 1
49 type: typeValue
50status:
51 conditions:
52 - lastTransitionTime: "2003-01-01T01:01:01Z"
53 message: messageValue
54 reason: reasonValue
55 status: statusValue
56 type: typeValue
View as plain text