...
Text file
src/k8s.io/api/testdata/v1.29.0/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicy.yaml
1apiVersion: admissionregistration.k8s.io/v1beta1
2kind: ValidatingAdmissionPolicy
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 auditAnnotations:
37 - key: keyValue
38 valueExpression: valueExpressionValue
39 failurePolicy: failurePolicyValue
40 matchConditions:
41 - expression: expressionValue
42 name: nameValue
43 matchConstraints:
44 excludeResourceRules:
45 - apiGroups:
46 - apiGroupsValue
47 apiVersions:
48 - apiVersionsValue
49 operations:
50 - operationsValue
51 resourceNames:
52 - resourceNamesValue
53 resources:
54 - resourcesValue
55 scope: scopeValue
56 matchPolicy: matchPolicyValue
57 namespaceSelector:
58 matchExpressions:
59 - key: keyValue
60 operator: operatorValue
61 values:
62 - valuesValue
63 matchLabels:
64 matchLabelsKey: matchLabelsValue
65 objectSelector:
66 matchExpressions:
67 - key: keyValue
68 operator: operatorValue
69 values:
70 - valuesValue
71 matchLabels:
72 matchLabelsKey: matchLabelsValue
73 resourceRules:
74 - apiGroups:
75 - apiGroupsValue
76 apiVersions:
77 - apiVersionsValue
78 operations:
79 - operationsValue
80 resourceNames:
81 - resourceNamesValue
82 resources:
83 - resourcesValue
84 scope: scopeValue
85 paramKind:
86 apiVersion: apiVersionValue
87 kind: kindValue
88 validations:
89 - expression: expressionValue
90 message: messageValue
91 messageExpression: messageExpressionValue
92 reason: reasonValue
93 variables:
94 - expression: expressionValue
95 name: nameValue
96status:
97 conditions:
98 - lastTransitionTime: "2004-01-01T01:01:01Z"
99 message: messageValue
100 observedGeneration: 3
101 reason: reasonValue
102 status: statusValue
103 type: typeValue
104 observedGeneration: 1
105 typeChecking:
106 expressionWarnings:
107 - fieldRef: fieldRefValue
108 warning: warningValue
View as plain text