Tools to unpack a Crossplane package
Go to file
Daniel Mangum 376559578c
Merge pull request #7 from hasheddan/ci
Add Jenkins pipelines
2020-09-24 16:38:51 -05:00
.github meta: Add OWNERS file and PR/Issue templates 2020-09-22 15:39:23 -07:00
build@af023ee602 integrate build submodule 2020-09-18 16:20:40 +03:00
cluster/images/pkg-unpack add default WORKDIR for base image and bring in helpful crossplane Make fallthrough 2020-09-23 15:36:57 -05:00
cmd/pkg-unpack Parse all files as 'objects', not metadata. 2020-09-23 16:42:54 -07:00
examples/configuration add fallthrough to Makefile to make sure submodules are initialized 2020-09-21 11:38:43 +03:00
.gitignore add README and example 2020-09-18 16:32:58 +03:00
.gitmodules integrate build submodule 2020-09-18 16:20:40 +03:00
CODE_OF_CONDUCT.md initial commit 2020-09-18 14:30:03 +03:00
Jenkinsfile Disable test steps in CI until tests exists 2020-09-24 16:26:39 -05:00
Jenkinsfile.promote Add promotion Jenkinsfile 2020-09-24 16:26:38 -05:00
Jenkinsfile.tag Add tag Jenkinsfile 2020-09-24 16:26:38 -05:00
LICENSE initial commit 2020-09-18 14:30:03 +03:00
Makefile Add missing Makefile commands 2020-09-24 16:26:37 -05:00
OWNERS.md meta: Add OWNERS file and PR/Issue templates 2020-09-22 15:39:23 -07:00
README.md add README and example 2020-09-18 16:32:58 +03:00
go.mod Parse all files as 'objects', not metadata. 2020-09-23 16:42:54 -07:00
go.sum Clean up go modules 2020-09-24 16:26:37 -05:00

README.md

Unpack Tool for Crossplane Packages

pkg-unpack is a utility to print all YAML files in the given directory. You can use it as base image for your Crossplane packages.

Check out the examples folder!

Build

Run make build to get an image.