Skip to content

Commit

Permalink
Merge pull request #159 from metalmatze/remove-ksonnet
Browse files Browse the repository at this point in the history
Remove ksonnet
  • Loading branch information
kakkoyun authored Oct 22, 2020
2 parents 419db24 + 5bda260 commit 353c898
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 39 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ Here's [example.jsonnet](example.jsonnet):

[embedmd]:# (example.jsonnet)
```jsonnet
local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
local sts = k.apps.v1.statefulSet;
local deployment = k.apps.v1.deployment;
local t = (import 'kube-thanos/thanos.libsonnet');
local t = import 'kube-thanos/thanos.libsonnet';
local commonConfig = {
config+:: {
Expand Down
5 changes: 1 addition & 4 deletions all.jsonnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
local sts = k.apps.v1.statefulSet;
local deployment = k.apps.v1.deployment;
local t = (import 'kube-thanos/thanos.libsonnet');
local t = import 'kube-thanos/thanos.libsonnet';

// THIS IS MERELY AN EXAMPLE MEANT TO SHOW HOW TO USE ALL COMPONENTS!
// Neither this example nor its manifests in examples/all/manifests/ are meant to ever be run.
Expand Down
5 changes: 1 addition & 4 deletions example.jsonnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
local sts = k.apps.v1.statefulSet;
local deployment = k.apps.v1.deployment;
local t = (import 'kube-thanos/thanos.libsonnet');
local t = import 'kube-thanos/thanos.libsonnet';

local commonConfig = {
config+:: {
Expand Down
5 changes: 1 addition & 4 deletions examples/thanos-receive.jsonnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
local sts = k.apps.v1.statefulSet;
local deployment = k.apps.v1.deployment;
local t = (import 'kube-thanos/kube-thanos-receive.libsonnet');
local t = import 'kube-thanos/kube-thanos-receive.libsonnet';

t.receive {
local tr = self,
Expand Down
13 changes: 1 addition & 12 deletions jsonnet/kube-thanos/jsonnetfile.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"version": 1,
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/ksonnet/ksonnet-lib",
"subdir": ""
}
},
"version": "master",
"name": "ksonnet"
}
],
"dependencies": [],
"legacyImports": true
}
11 changes: 0 additions & 11 deletions jsonnetfile.lock.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
{
"version": 1,
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/ksonnet/ksonnet-lib",
"subdir": ""
}
},
"version": "0d2f82676817bbf9e4acf6495b2090205f323b9f",
"sum": "h28BXZ7+vczxYJ2sCt8JuR9+yznRtU/iA6DCpQUrtEg=",
"name": "ksonnet"
},
{
"source": {
"local": {
Expand Down

0 comments on commit 353c898

Please sign in to comment.