Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ksonnet #159

Merged
merged 1 commit into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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