...
Text file
src/k8s.io/api/testdata/v1.29.0/admissionregistration.k8s.io.v1alpha1.ValidatingAdmissionPolicyBinding.yaml
1apiVersion: admissionregistration.k8s.io/v1alpha1
2kind: ValidatingAdmissionPolicyBinding
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 matchResources:
37 excludeResourceRules:
38 - apiGroups:
39 - apiGroupsValue
40 apiVersions:
41 - apiVersionsValue
42 operations:
43 - operationsValue
44 resourceNames:
45 - resourceNamesValue
46 resources:
47 - resourcesValue
48 scope: scopeValue
49 matchPolicy: matchPolicyValue
50 namespaceSelector:
51 matchExpressions:
52 - key: keyValue
53 operator: operatorValue
54 values:
55 - valuesValue
56 matchLabels:
57 matchLabelsKey: matchLabelsValue
58 objectSelector:
59 matchExpressions:
60 - key: keyValue
61 operator: operatorValue
62 values:
63 - valuesValue
64 matchLabels:
65 matchLabelsKey: matchLabelsValue
66 resourceRules:
67 - apiGroups:
68 - apiGroupsValue
69 apiVersions:
70 - apiVersionsValue
71 operations:
72 - operationsValue
73 resourceNames:
74 - resourceNamesValue
75 resources:
76 - resourcesValue
77 scope: scopeValue
78 paramRef:
79 name: nameValue
80 namespace: namespaceValue
81 parameterNotFoundAction: parameterNotFoundActionValue
82 selector:
83 matchExpressions:
84 - key: keyValue
85 operator: operatorValue
86 values:
87 - valuesValue
88 matchLabels:
89 matchLabelsKey: matchLabelsValue
90 policyName: policyNameValue
91 validationActions:
92 - validationActionsValue
View as plain text