kube_schema 1.4.7 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/copy-schemas-over +1 -0
- data/bin/create-cdi-x-values +64 -0
- data/lib/kube/monkey_patches.rb +0 -1
- data/lib/kube/schema/instance.rb +142 -21
- data/lib/kube/schema/resource.rb +0 -2
- data/lib/kube/schema/version.rb +1 -1
- data/lib/kube/schema.rb +0 -47
- data/schemas/cdi-definitions.json +1574 -0
- metadata +3 -1
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kube_schema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan K
|
|
@@ -104,6 +104,7 @@ files:
|
|
|
104
104
|
- assets/validation-error.png
|
|
105
105
|
- bin/console
|
|
106
106
|
- bin/copy-schemas-over
|
|
107
|
+
- bin/create-cdi-x-values
|
|
107
108
|
- bin/create-kubevirt-x-values
|
|
108
109
|
- bin/increment-version
|
|
109
110
|
- bin/release-gem
|
|
@@ -135,6 +136,7 @@ files:
|
|
|
135
136
|
- lib/kube/schema/version.rb
|
|
136
137
|
- lib/kube/schema/version.rb.erb
|
|
137
138
|
- readme.md
|
|
139
|
+
- schemas/cdi-definitions.json
|
|
138
140
|
- schemas/crd-definitions.json
|
|
139
141
|
- schemas/kubevirt-definitions.json
|
|
140
142
|
- schemas/loft-definitions.json
|