-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: sort keys of ApiObject manifests (#67)
Fixes #17 Using [`json-stable-stringify`](https://github.com/substack/json-stable-stringify) to sort output alphabetically and recursively. Signed-off-by: campionfellin <[email protected]>
- Loading branch information
1 parent
7b1d613
commit 1fe89bd
Showing
8 changed files
with
313 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
apiVersion: v1 | ||
kind: Pod | ||
metadata: | ||
name: test-pod-84164e5f | ||
spec: | ||
containers: | ||
- name: hello-kubernetes | ||
image: paulbouwer/hello-kubernetes:1.7 | ||
- image: paulbouwer/hello-kubernetes:1.7 | ||
name: hello-kubernetes | ||
ports: | ||
- containerPort: 8080 | ||
kind: Pod | ||
apiVersion: v1 | ||
metadata: | ||
name: test-pod-84164e5f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
apiVersion: v1 | ||
kind: Pod | ||
metadata: | ||
name: test-pod-84164e5f | ||
spec: | ||
containers: | ||
- name: hello-kubernetes | ||
image: paulbouwer/hello-kubernetes:1.7 | ||
- image: paulbouwer/hello-kubernetes:1.7 | ||
name: hello-kubernetes | ||
ports: | ||
- containerPort: 8080 | ||
kind: Pod | ||
apiVersion: v1 | ||
metadata: | ||
name: test-pod-84164e5f |
Oops, something went wrong.