Skip to content

Commit d1ca72f

Browse files
committed
Remove more files, update License, add Makefile
1 parent 46e7310 commit d1ca72f

File tree

5 files changed

+5
-110
lines changed

5 files changed

+5
-110
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Kubernetes JSON Schema
22

33
Copyright (C) 2017 Gareth Rushgrove
4+
Copyright (C) 2017 Yanh Hamon
45

56
Licensed under the Apache License, Version 2.0 (the "License");
67
you may not use this file except in compliance with the License.

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/make -f
2+
3+
gen:
4+
./build.sh

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Kubernetes JSON Schemas
22

3-
[![Netlify Status](https://api.netlify.com/api/v1/badges/43819683-5882-4ba3-ba1d-4884fad0033a/deploy-status)](https://app.netlify.com/sites/distracted-benz-b36ced/deploys)
4-
53
While exploring tooling for Kubernetes I had need for schemas to
64
describe the definition files, and went looking for something that
75
didn't require either `kubectl` or similar installed or even a working

_headers

-3
This file was deleted.

build.ps1

-105
This file was deleted.

0 commit comments

Comments
 (0)