...
1apiVersion: apiextensions.k8s.io/v1
2kind: CustomResourceDefinition
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 conversion:
37 strategy: strategyValue
38 webhook:
39 clientConfig:
40 caBundle: Ag==
41 service:
42 name: nameValue
43 namespace: namespaceValue
44 path: pathValue
45 port: 4
46 url: urlValue
47 conversionReviewVersions:
48 - conversionReviewVersionsValue
49 group: groupValue
50 names:
51 categories:
52 - categoriesValue
53 kind: kindValue
54 listKind: listKindValue
55 plural: pluralValue
56 shortNames:
57 - shortNamesValue
58 singular: singularValue
59 preserveUnknownFields: true
60 scope: scopeValue
61 versions:
62 - additionalPrinterColumns:
63 - description: descriptionValue
64 format: formatValue
65 jsonPath: jsonPathValue
66 name: nameValue
67 priority: 5
68 type: typeValue
69 deprecated: true
70 deprecationWarning: deprecationWarningValue
71 name: nameValue
72 schema:
73 openAPIV3Schema:
74 $ref: $refValue
75 $schema: $schemaValue
76 additionalItems: true
77 additionalProperties: true
78 allOf:
79 - {}
80 anyOf:
81 - {}
82 default: defaultValue
83 definitions:
84 definitionsKey: {}
85 dependencies:
86 dependenciesKey:
87 - <no json tag> PropertyValue
88 description: descriptionValue
89 enum:
90 - enumValue
91 example: exampleValue
92 exclusiveMaximum: true
93 exclusiveMinimum: true
94 externalDocs:
95 description: descriptionValue
96 url: urlValue
97 format: formatValue
98 id: idValue
99 items:
100 - {}
101 maxItems: 16
102 maxLength: 13
103 maxProperties: 21
104 maximum: 9.5
105 minItems: 17
106 minLength: 14
107 minProperties: 22
108 minimum: 11.5
109 multipleOf: 19.5
110 nullable: true
111 oneOf:
112 - {}
113 pattern: patternValue
114 patternProperties:
115 patternPropertiesKey: {}
116 properties:
117 propertiesKey: {}
118 required:
119 - requiredValue
120 title: titleValue
121 type: typeValue
122 uniqueItems: true
123 x-kubernetes-embedded-resource: true
124 x-kubernetes-int-or-string: true
125 x-kubernetes-list-map-keys:
126 - x-kubernetes-list-map-keysValue
127 x-kubernetes-list-type: x-kubernetes-list-typeValue
128 x-kubernetes-map-type: x-kubernetes-map-typeValue
129 x-kubernetes-preserve-unknown-fields: true
130 x-kubernetes-validations:
131 - fieldPath: fieldPathValue
132 message: messageValue
133 messageExpression: messageExpressionValue
134 optionalOldSelf: true
135 reason: reasonValue
136 rule: ruleValue
137 selectableFields:
138 - jsonPath: jsonPathValue
139 served: true
140 storage: true
141 subresources:
142 scale:
143 labelSelectorPath: labelSelectorPathValue
144 specReplicasPath: specReplicasPathValue
145 statusReplicasPath: statusReplicasPathValue
146 status: {}
147status:
148 acceptedNames:
149 categories:
150 - categoriesValue
151 kind: kindValue
152 listKind: listKindValue
153 plural: pluralValue
154 shortNames:
155 - shortNamesValue
156 singular: singularValue
157 conditions:
158 - lastTransitionTime: "2003-01-01T01:01:01Z"
159 message: messageValue
160 reason: reasonValue
161 status: statusValue
162 type: typeValue
163 storedVersions:
164 - storedVersionsValue
View as plain text