kube_schema 1.3.1 → 1.3.4
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/examples/custom_crds.rb +117 -0
- data/examples/vcluster.rb +659 -0
- data/lib/kube/schema/instance.rb +90 -22
- data/lib/kube/schema/manifest.rb +36 -2
- data/lib/kube/schema/resource.rb +36 -14
- data/lib/kube/schema/version.rb +1 -1
- data/lib/kube/schema.rb +85 -3
- data/schemas/loft-definitions.json +14010 -0
- metadata +4 -2
- data/AGENTS.md +0 -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.3.
|
|
4
|
+
version: 1.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan K
|
|
@@ -96,7 +96,6 @@ files:
|
|
|
96
96
|
- ".github/workflows/update-schemas.yml"
|
|
97
97
|
- ".gitignore"
|
|
98
98
|
- ".rubocop.yml"
|
|
99
|
-
- AGENTS.md
|
|
100
99
|
- Gemfile
|
|
101
100
|
- Gemfile.lock
|
|
102
101
|
- README.md
|
|
@@ -111,7 +110,9 @@ files:
|
|
|
111
110
|
- bin/test
|
|
112
111
|
- bin/update-schema-index
|
|
113
112
|
- examples/basic.rb
|
|
113
|
+
- examples/custom_crds.rb
|
|
114
114
|
- examples/manifest.rb
|
|
115
|
+
- examples/vcluster.rb
|
|
115
116
|
- flake.lock
|
|
116
117
|
- flake.nix
|
|
117
118
|
- kube_schema.gemspec
|
|
@@ -124,6 +125,7 @@ files:
|
|
|
124
125
|
- lib/kube/schema/version.rb
|
|
125
126
|
- lib/kube/schema/version.rb.erb
|
|
126
127
|
- schemas/crd-definitions.json
|
|
128
|
+
- schemas/loft-definitions.json
|
|
127
129
|
- schemas/v1.19.json
|
|
128
130
|
- schemas/v1.20.json
|
|
129
131
|
- schemas/v1.21.json
|
data/AGENTS.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
The "schemas" branch is FUCKING HUGE!!!!!!!!!!!! DO NOT FUCKING DOWNLOAD IT!!!!!!
|