kube_schema 1.3.9 → 1.4.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 +2 -0
- data/bin/create-kubevirt-x-values +54 -0
- data/examples/sub_specs.rb +412 -0
- data/lib/kube/schema/instance.rb +106 -0
- data/lib/kube/schema/resource.rb +2 -0
- data/lib/kube/schema/sub_spec.rb +485 -0
- data/lib/kube/schema/version.rb +1 -1
- data/lib/kube/schema.rb +1 -0
- data/schemas/kubevirt-definitions.json +143 -143
- metadata +4 -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.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan K
|
|
@@ -103,6 +103,7 @@ files:
|
|
|
103
103
|
- assets/validation-error.png
|
|
104
104
|
- bin/console
|
|
105
105
|
- bin/copy-schemas-over
|
|
106
|
+
- bin/create-kubevirt-x-values
|
|
106
107
|
- bin/increment-version
|
|
107
108
|
- bin/release-gem
|
|
108
109
|
- bin/setup
|
|
@@ -112,6 +113,7 @@ files:
|
|
|
112
113
|
- examples/basic.rb
|
|
113
114
|
- examples/custom_crds.rb
|
|
114
115
|
- examples/manifest.rb
|
|
116
|
+
- examples/sub_specs.rb
|
|
115
117
|
- examples/vcluster.rb
|
|
116
118
|
- flake.lock
|
|
117
119
|
- flake.nix
|
|
@@ -122,6 +124,7 @@ files:
|
|
|
122
124
|
- lib/kube/schema/instance.rb
|
|
123
125
|
- lib/kube/schema/manifest.rb
|
|
124
126
|
- lib/kube/schema/resource.rb
|
|
127
|
+
- lib/kube/schema/sub_spec.rb
|
|
125
128
|
- lib/kube/schema/version.rb
|
|
126
129
|
- lib/kube/schema/version.rb.erb
|
|
127
130
|
- schemas/crd-definitions.json
|