kubernetes_schemas 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +8 -0
- data/Gemfile +6 -0
- data/README.md +35 -0
- data/Rakefile +28 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/kubernetes_schemas.gemspec +30 -0
- data/lib/kubernetes_schemas/kubernetes_versions.rb +3 -0
- data/lib/kubernetes_schemas/version.rb +3 -0
- data/lib/kubernetes_schemas.rb +33 -0
- data/schemas/1.22/apigroup.json +119 -0
- data/schemas/1.22/apigrouplist.json +156 -0
- data/schemas/1.22/apiresourcelist.json +138 -0
- data/schemas/1.22/apiservice.json +431 -0
- data/schemas/1.22/apiservicelist.json +512 -0
- data/schemas/1.22/apiversions.json +76 -0
- data/schemas/1.22/binding.json +344 -0
- data/schemas/1.22/certificatesigningrequest.json +457 -0
- data/schemas/1.22/certificatesigningrequestlist.json +535 -0
- data/schemas/1.22/clusterrole.json +445 -0
- data/schemas/1.22/clusterrolebinding.json +355 -0
- data/schemas/1.22/clusterrolebindinglist.json +433 -0
- data/schemas/1.22/clusterrolelist.json +526 -0
- data/schemas/1.22/componentstatus.json +326 -0
- data/schemas/1.22/componentstatuslist.json +407 -0
- data/schemas/1.22/configmap.json +316 -0
- data/schemas/1.22/configmaplist.json +397 -0
- data/schemas/1.22/controllerrevision.json +300 -0
- data/schemas/1.22/controllerrevisionlist.json +378 -0
- data/schemas/1.22/cronjob.json +9720 -0
- data/schemas/1.22/cronjoblist.json +9801 -0
- data/schemas/1.22/csidriver.json +375 -0
- data/schemas/1.22/csidriverlist.json +453 -0
- data/schemas/1.22/csinode.json +354 -0
- data/schemas/1.22/csinodelist.json +432 -0
- data/schemas/1.22/csistoragecapacity.json +390 -0
- data/schemas/1.22/csistoragecapacitylist.json +472 -0
- data/schemas/1.22/daemonset.json +9453 -0
- data/schemas/1.22/daemonsetlist.json +9534 -0
- data/schemas/1.22/deleteoptions.json +334 -0
- data/schemas/1.22/deployment.json +9474 -0
- data/schemas/1.22/deploymentlist.json +9555 -0
- data/schemas/1.22/endpoints.json +538 -0
- data/schemas/1.22/endpointslice.json +519 -0
- data/schemas/1.22/endpointslicelist.json +594 -0
- data/schemas/1.22/endpointslist.json +619 -0
- data/schemas/1.22/event.json +523 -0
- data/schemas/1.22/eventlist.json +601 -0
- data/schemas/1.22/eviction.json +618 -0
- data/schemas/1.22/flowschema.json +619 -0
- data/schemas/1.22/flowschemalist.json +700 -0
- data/schemas/1.22/horizontalpodautoscaler.json +1770 -0
- data/schemas/1.22/horizontalpodautoscalerlist.json +1851 -0
- data/schemas/1.22/ingress.json +638 -0
- data/schemas/1.22/ingressclass.json +340 -0
- data/schemas/1.22/ingressclasslist.json +421 -0
- data/schemas/1.22/ingresslist.json +719 -0
- data/schemas/1.22/job.json +9470 -0
- data/schemas/1.22/joblist.json +9551 -0
- data/schemas/1.22/lease.json +330 -0
- data/schemas/1.22/leaselist.json +411 -0
- data/schemas/1.22/limitrange.json +429 -0
- data/schemas/1.22/limitrangelist.json +510 -0
- data/schemas/1.22/localsubjectaccessreview.json +458 -0
- data/schemas/1.22/mutatingwebhookconfiguration.json +617 -0
- data/schemas/1.22/mutatingwebhookconfigurationlist.json +698 -0
- data/schemas/1.22/namespace.json +370 -0
- data/schemas/1.22/namespacelist.json +451 -0
- data/schemas/1.22/networkpolicy.json +850 -0
- data/schemas/1.22/networkpolicylist.json +931 -0
- data/schemas/1.22/node.json +905 -0
- data/schemas/1.22/nodelist.json +986 -0
- data/schemas/1.22/persistentvolume.json +1775 -0
- data/schemas/1.22/persistentvolumeclaim.json +614 -0
- data/schemas/1.22/persistentvolumeclaimlist.json +695 -0
- data/schemas/1.22/persistentvolumelist.json +1856 -0
- data/schemas/1.22/pod.json +9911 -0
- data/schemas/1.22/poddisruptionbudget.json +505 -0
- data/schemas/1.22/poddisruptionbudgetlist.json +586 -0
- data/schemas/1.22/podlist.json +9992 -0
- data/schemas/1.22/podsecuritypolicy.json +797 -0
- data/schemas/1.22/podsecuritypolicylist.json +878 -0
- data/schemas/1.22/podtemplate.json +9180 -0
- data/schemas/1.22/podtemplatelist.json +9261 -0
- data/schemas/1.22/priorityclass.json +314 -0
- data/schemas/1.22/priorityclasslist.json +392 -0
- data/schemas/1.22/prioritylevelconfiguration.json +445 -0
- data/schemas/1.22/prioritylevelconfigurationlist.json +526 -0
- data/schemas/1.22/replicaset.json +9372 -0
- data/schemas/1.22/replicasetlist.json +9453 -0
- data/schemas/1.22/replicationcontroller.json +9320 -0
- data/schemas/1.22/replicationcontrollerlist.json +9401 -0
- data/schemas/1.22/resourcequota.json +433 -0
- data/schemas/1.22/resourcequotalist.json +514 -0
- data/schemas/1.22/role.json +363 -0
- data/schemas/1.22/rolebinding.json +355 -0
- data/schemas/1.22/rolebindinglist.json +433 -0
- data/schemas/1.22/rolelist.json +444 -0
- data/schemas/1.22/runtimeclass.json +400 -0
- data/schemas/1.22/runtimeclasslist.json +478 -0
- data/schemas/1.22/scale.json +323 -0
- data/schemas/1.22/secret.json +323 -0
- data/schemas/1.22/secretlist.json +404 -0
- data/schemas/1.22/selfsubjectaccessreview.json +412 -0
- data/schemas/1.22/selfsubjectrulesreview.json +430 -0
- data/schemas/1.22/service.json +688 -0
- data/schemas/1.22/serviceaccount.json +381 -0
- data/schemas/1.22/serviceaccountlist.json +462 -0
- data/schemas/1.22/servicelist.json +769 -0
- data/schemas/1.22/statefulset.json +10076 -0
- data/schemas/1.22/statefulsetlist.json +10157 -0
- data/schemas/1.22/status.json +180 -0
- data/schemas/1.22/storageclass.json +391 -0
- data/schemas/1.22/storageclasslist.json +469 -0
- data/schemas/1.22/subjectaccessreview.json +458 -0
- data/schemas/1.22/tokenreview.json +405 -0
- data/schemas/1.22/validatingwebhookconfiguration.json +610 -0
- data/schemas/1.22/validatingwebhookconfigurationlist.json +691 -0
- data/schemas/1.22/volumeattachment.json +1860 -0
- data/schemas/1.22/volumeattachmentlist.json +1938 -0
- data/schemas/1.22/watchevent.json +276 -0
- metadata +207 -0
@@ -0,0 +1,276 @@
|
|
1
|
+
{
|
2
|
+
"description": "Event represents a single event to a watched resource.",
|
3
|
+
"type": "object",
|
4
|
+
"required": [
|
5
|
+
"type",
|
6
|
+
"object"
|
7
|
+
],
|
8
|
+
"properties": {
|
9
|
+
"object": {
|
10
|
+
"description": "RawExtension is used to hold extensions in external versions.\n\nTo use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types.\n\n// Internal package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.Object `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// External package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.RawExtension `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// On the wire, the JSON will look something like this: {\n\t\"kind\":\"MyAPIObject\",\n\t\"apiVersion\":\"v1\",\n\t\"myPlugin\": {\n\t\t\"kind\":\"PluginA\",\n\t\t\"aOption\":\"foo\",\n\t},\n}\n\nSo what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.)",
|
11
|
+
"type": [
|
12
|
+
"object",
|
13
|
+
"null"
|
14
|
+
]
|
15
|
+
},
|
16
|
+
"type": {
|
17
|
+
"type": [
|
18
|
+
"string",
|
19
|
+
"null"
|
20
|
+
]
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"x-kubernetes-group-version-kind": [
|
24
|
+
{
|
25
|
+
"group": "",
|
26
|
+
"kind": "WatchEvent",
|
27
|
+
"version": "v1"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"group": "admission.k8s.io",
|
31
|
+
"kind": "WatchEvent",
|
32
|
+
"version": "v1"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"group": "admission.k8s.io",
|
36
|
+
"kind": "WatchEvent",
|
37
|
+
"version": "v1beta1"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"group": "admissionregistration.k8s.io",
|
41
|
+
"kind": "WatchEvent",
|
42
|
+
"version": "v1"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"group": "admissionregistration.k8s.io",
|
46
|
+
"kind": "WatchEvent",
|
47
|
+
"version": "v1beta1"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"group": "apiextensions.k8s.io",
|
51
|
+
"kind": "WatchEvent",
|
52
|
+
"version": "v1"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"group": "apiextensions.k8s.io",
|
56
|
+
"kind": "WatchEvent",
|
57
|
+
"version": "v1beta1"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"group": "apiregistration.k8s.io",
|
61
|
+
"kind": "WatchEvent",
|
62
|
+
"version": "v1"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"group": "apiregistration.k8s.io",
|
66
|
+
"kind": "WatchEvent",
|
67
|
+
"version": "v1beta1"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"group": "apps",
|
71
|
+
"kind": "WatchEvent",
|
72
|
+
"version": "v1"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"group": "apps",
|
76
|
+
"kind": "WatchEvent",
|
77
|
+
"version": "v1beta1"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"group": "apps",
|
81
|
+
"kind": "WatchEvent",
|
82
|
+
"version": "v1beta2"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"group": "authentication.k8s.io",
|
86
|
+
"kind": "WatchEvent",
|
87
|
+
"version": "v1"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"group": "authentication.k8s.io",
|
91
|
+
"kind": "WatchEvent",
|
92
|
+
"version": "v1beta1"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"group": "authorization.k8s.io",
|
96
|
+
"kind": "WatchEvent",
|
97
|
+
"version": "v1"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"group": "authorization.k8s.io",
|
101
|
+
"kind": "WatchEvent",
|
102
|
+
"version": "v1beta1"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"group": "autoscaling",
|
106
|
+
"kind": "WatchEvent",
|
107
|
+
"version": "v1"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"group": "autoscaling",
|
111
|
+
"kind": "WatchEvent",
|
112
|
+
"version": "v2beta1"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"group": "autoscaling",
|
116
|
+
"kind": "WatchEvent",
|
117
|
+
"version": "v2beta2"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"group": "batch",
|
121
|
+
"kind": "WatchEvent",
|
122
|
+
"version": "v1"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"group": "batch",
|
126
|
+
"kind": "WatchEvent",
|
127
|
+
"version": "v1beta1"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"group": "certificates.k8s.io",
|
131
|
+
"kind": "WatchEvent",
|
132
|
+
"version": "v1"
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"group": "certificates.k8s.io",
|
136
|
+
"kind": "WatchEvent",
|
137
|
+
"version": "v1beta1"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"group": "coordination.k8s.io",
|
141
|
+
"kind": "WatchEvent",
|
142
|
+
"version": "v1"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"group": "coordination.k8s.io",
|
146
|
+
"kind": "WatchEvent",
|
147
|
+
"version": "v1beta1"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"group": "discovery.k8s.io",
|
151
|
+
"kind": "WatchEvent",
|
152
|
+
"version": "v1"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"group": "discovery.k8s.io",
|
156
|
+
"kind": "WatchEvent",
|
157
|
+
"version": "v1beta1"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"group": "events.k8s.io",
|
161
|
+
"kind": "WatchEvent",
|
162
|
+
"version": "v1"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"group": "events.k8s.io",
|
166
|
+
"kind": "WatchEvent",
|
167
|
+
"version": "v1beta1"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"group": "extensions",
|
171
|
+
"kind": "WatchEvent",
|
172
|
+
"version": "v1beta1"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"group": "flowcontrol.apiserver.k8s.io",
|
176
|
+
"kind": "WatchEvent",
|
177
|
+
"version": "v1alpha1"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"group": "flowcontrol.apiserver.k8s.io",
|
181
|
+
"kind": "WatchEvent",
|
182
|
+
"version": "v1beta1"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"group": "imagepolicy.k8s.io",
|
186
|
+
"kind": "WatchEvent",
|
187
|
+
"version": "v1alpha1"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"group": "internal.apiserver.k8s.io",
|
191
|
+
"kind": "WatchEvent",
|
192
|
+
"version": "v1alpha1"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"group": "networking.k8s.io",
|
196
|
+
"kind": "WatchEvent",
|
197
|
+
"version": "v1"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"group": "networking.k8s.io",
|
201
|
+
"kind": "WatchEvent",
|
202
|
+
"version": "v1beta1"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"group": "node.k8s.io",
|
206
|
+
"kind": "WatchEvent",
|
207
|
+
"version": "v1"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"group": "node.k8s.io",
|
211
|
+
"kind": "WatchEvent",
|
212
|
+
"version": "v1alpha1"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"group": "node.k8s.io",
|
216
|
+
"kind": "WatchEvent",
|
217
|
+
"version": "v1beta1"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"group": "policy",
|
221
|
+
"kind": "WatchEvent",
|
222
|
+
"version": "v1"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"group": "policy",
|
226
|
+
"kind": "WatchEvent",
|
227
|
+
"version": "v1beta1"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"group": "rbac.authorization.k8s.io",
|
231
|
+
"kind": "WatchEvent",
|
232
|
+
"version": "v1"
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"group": "rbac.authorization.k8s.io",
|
236
|
+
"kind": "WatchEvent",
|
237
|
+
"version": "v1alpha1"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"group": "rbac.authorization.k8s.io",
|
241
|
+
"kind": "WatchEvent",
|
242
|
+
"version": "v1beta1"
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"group": "scheduling.k8s.io",
|
246
|
+
"kind": "WatchEvent",
|
247
|
+
"version": "v1"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"group": "scheduling.k8s.io",
|
251
|
+
"kind": "WatchEvent",
|
252
|
+
"version": "v1alpha1"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"group": "scheduling.k8s.io",
|
256
|
+
"kind": "WatchEvent",
|
257
|
+
"version": "v1beta1"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"group": "storage.k8s.io",
|
261
|
+
"kind": "WatchEvent",
|
262
|
+
"version": "v1"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"group": "storage.k8s.io",
|
266
|
+
"kind": "WatchEvent",
|
267
|
+
"version": "v1alpha1"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"group": "storage.k8s.io",
|
271
|
+
"kind": "WatchEvent",
|
272
|
+
"version": "v1beta1"
|
273
|
+
}
|
274
|
+
],
|
275
|
+
"$schema": "http://json-schema.org/schema#"
|
276
|
+
}
|
metadata
ADDED
@@ -0,0 +1,207 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: kubernetes_schemas
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Pavel Forkert
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-06-27 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: json-schema
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: bundler
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.17'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.17'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rake
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '10.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '10.0'
|
55
|
+
description: Validate your kubernetes resources against specific version of kubernetes
|
56
|
+
api
|
57
|
+
email:
|
58
|
+
- fxposter@gmail.com
|
59
|
+
executables: []
|
60
|
+
extensions: []
|
61
|
+
extra_rdoc_files: []
|
62
|
+
files:
|
63
|
+
- ".gitignore"
|
64
|
+
- Gemfile
|
65
|
+
- README.md
|
66
|
+
- Rakefile
|
67
|
+
- bin/console
|
68
|
+
- bin/setup
|
69
|
+
- kubernetes_schemas.gemspec
|
70
|
+
- lib/kubernetes_schemas.rb
|
71
|
+
- lib/kubernetes_schemas/kubernetes_versions.rb
|
72
|
+
- lib/kubernetes_schemas/version.rb
|
73
|
+
- schemas/1.22/apigroup.json
|
74
|
+
- schemas/1.22/apigrouplist.json
|
75
|
+
- schemas/1.22/apiresourcelist.json
|
76
|
+
- schemas/1.22/apiservice.json
|
77
|
+
- schemas/1.22/apiservicelist.json
|
78
|
+
- schemas/1.22/apiversions.json
|
79
|
+
- schemas/1.22/binding.json
|
80
|
+
- schemas/1.22/certificatesigningrequest.json
|
81
|
+
- schemas/1.22/certificatesigningrequestlist.json
|
82
|
+
- schemas/1.22/clusterrole.json
|
83
|
+
- schemas/1.22/clusterrolebinding.json
|
84
|
+
- schemas/1.22/clusterrolebindinglist.json
|
85
|
+
- schemas/1.22/clusterrolelist.json
|
86
|
+
- schemas/1.22/componentstatus.json
|
87
|
+
- schemas/1.22/componentstatuslist.json
|
88
|
+
- schemas/1.22/configmap.json
|
89
|
+
- schemas/1.22/configmaplist.json
|
90
|
+
- schemas/1.22/controllerrevision.json
|
91
|
+
- schemas/1.22/controllerrevisionlist.json
|
92
|
+
- schemas/1.22/cronjob.json
|
93
|
+
- schemas/1.22/cronjoblist.json
|
94
|
+
- schemas/1.22/csidriver.json
|
95
|
+
- schemas/1.22/csidriverlist.json
|
96
|
+
- schemas/1.22/csinode.json
|
97
|
+
- schemas/1.22/csinodelist.json
|
98
|
+
- schemas/1.22/csistoragecapacity.json
|
99
|
+
- schemas/1.22/csistoragecapacitylist.json
|
100
|
+
- schemas/1.22/daemonset.json
|
101
|
+
- schemas/1.22/daemonsetlist.json
|
102
|
+
- schemas/1.22/deleteoptions.json
|
103
|
+
- schemas/1.22/deployment.json
|
104
|
+
- schemas/1.22/deploymentlist.json
|
105
|
+
- schemas/1.22/endpoints.json
|
106
|
+
- schemas/1.22/endpointslice.json
|
107
|
+
- schemas/1.22/endpointslicelist.json
|
108
|
+
- schemas/1.22/endpointslist.json
|
109
|
+
- schemas/1.22/event.json
|
110
|
+
- schemas/1.22/eventlist.json
|
111
|
+
- schemas/1.22/eviction.json
|
112
|
+
- schemas/1.22/flowschema.json
|
113
|
+
- schemas/1.22/flowschemalist.json
|
114
|
+
- schemas/1.22/horizontalpodautoscaler.json
|
115
|
+
- schemas/1.22/horizontalpodautoscalerlist.json
|
116
|
+
- schemas/1.22/ingress.json
|
117
|
+
- schemas/1.22/ingressclass.json
|
118
|
+
- schemas/1.22/ingressclasslist.json
|
119
|
+
- schemas/1.22/ingresslist.json
|
120
|
+
- schemas/1.22/job.json
|
121
|
+
- schemas/1.22/joblist.json
|
122
|
+
- schemas/1.22/lease.json
|
123
|
+
- schemas/1.22/leaselist.json
|
124
|
+
- schemas/1.22/limitrange.json
|
125
|
+
- schemas/1.22/limitrangelist.json
|
126
|
+
- schemas/1.22/localsubjectaccessreview.json
|
127
|
+
- schemas/1.22/mutatingwebhookconfiguration.json
|
128
|
+
- schemas/1.22/mutatingwebhookconfigurationlist.json
|
129
|
+
- schemas/1.22/namespace.json
|
130
|
+
- schemas/1.22/namespacelist.json
|
131
|
+
- schemas/1.22/networkpolicy.json
|
132
|
+
- schemas/1.22/networkpolicylist.json
|
133
|
+
- schemas/1.22/node.json
|
134
|
+
- schemas/1.22/nodelist.json
|
135
|
+
- schemas/1.22/persistentvolume.json
|
136
|
+
- schemas/1.22/persistentvolumeclaim.json
|
137
|
+
- schemas/1.22/persistentvolumeclaimlist.json
|
138
|
+
- schemas/1.22/persistentvolumelist.json
|
139
|
+
- schemas/1.22/pod.json
|
140
|
+
- schemas/1.22/poddisruptionbudget.json
|
141
|
+
- schemas/1.22/poddisruptionbudgetlist.json
|
142
|
+
- schemas/1.22/podlist.json
|
143
|
+
- schemas/1.22/podsecuritypolicy.json
|
144
|
+
- schemas/1.22/podsecuritypolicylist.json
|
145
|
+
- schemas/1.22/podtemplate.json
|
146
|
+
- schemas/1.22/podtemplatelist.json
|
147
|
+
- schemas/1.22/priorityclass.json
|
148
|
+
- schemas/1.22/priorityclasslist.json
|
149
|
+
- schemas/1.22/prioritylevelconfiguration.json
|
150
|
+
- schemas/1.22/prioritylevelconfigurationlist.json
|
151
|
+
- schemas/1.22/replicaset.json
|
152
|
+
- schemas/1.22/replicasetlist.json
|
153
|
+
- schemas/1.22/replicationcontroller.json
|
154
|
+
- schemas/1.22/replicationcontrollerlist.json
|
155
|
+
- schemas/1.22/resourcequota.json
|
156
|
+
- schemas/1.22/resourcequotalist.json
|
157
|
+
- schemas/1.22/role.json
|
158
|
+
- schemas/1.22/rolebinding.json
|
159
|
+
- schemas/1.22/rolebindinglist.json
|
160
|
+
- schemas/1.22/rolelist.json
|
161
|
+
- schemas/1.22/runtimeclass.json
|
162
|
+
- schemas/1.22/runtimeclasslist.json
|
163
|
+
- schemas/1.22/scale.json
|
164
|
+
- schemas/1.22/secret.json
|
165
|
+
- schemas/1.22/secretlist.json
|
166
|
+
- schemas/1.22/selfsubjectaccessreview.json
|
167
|
+
- schemas/1.22/selfsubjectrulesreview.json
|
168
|
+
- schemas/1.22/service.json
|
169
|
+
- schemas/1.22/serviceaccount.json
|
170
|
+
- schemas/1.22/serviceaccountlist.json
|
171
|
+
- schemas/1.22/servicelist.json
|
172
|
+
- schemas/1.22/statefulset.json
|
173
|
+
- schemas/1.22/statefulsetlist.json
|
174
|
+
- schemas/1.22/status.json
|
175
|
+
- schemas/1.22/storageclass.json
|
176
|
+
- schemas/1.22/storageclasslist.json
|
177
|
+
- schemas/1.22/subjectaccessreview.json
|
178
|
+
- schemas/1.22/tokenreview.json
|
179
|
+
- schemas/1.22/validatingwebhookconfiguration.json
|
180
|
+
- schemas/1.22/validatingwebhookconfigurationlist.json
|
181
|
+
- schemas/1.22/volumeattachment.json
|
182
|
+
- schemas/1.22/volumeattachmentlist.json
|
183
|
+
- schemas/1.22/watchevent.json
|
184
|
+
homepage: https://github.com/fxposter/kubernetes_schemas
|
185
|
+
licenses: []
|
186
|
+
metadata: {}
|
187
|
+
post_install_message:
|
188
|
+
rdoc_options: []
|
189
|
+
require_paths:
|
190
|
+
- lib
|
191
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
192
|
+
requirements:
|
193
|
+
- - ">="
|
194
|
+
- !ruby/object:Gem::Version
|
195
|
+
version: '0'
|
196
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
197
|
+
requirements:
|
198
|
+
- - ">="
|
199
|
+
- !ruby/object:Gem::Version
|
200
|
+
version: '0'
|
201
|
+
requirements: []
|
202
|
+
rubygems_version: 3.0.3.1
|
203
|
+
signing_key:
|
204
|
+
specification_version: 4
|
205
|
+
summary: Validate your kubernetes resources against specific version of kubernetes
|
206
|
+
api
|
207
|
+
test_files: []
|