airshipctl/pkg/document
Kostiantyn Kalynovskyi e1bc8ee07d [AIR-97] Adding initinfra subcommand
Command will deploy initial inftrastructure that is identified by
airshipctl document module, bundle interface, documents will be fitered
based on label and annotation, which will indicate that it belongs to
initial infrastructure.

After the documents are identified, they will be labeled
indicating that these resources are deployed by initinfra, if flag
`prune` is specified, resources that have initinfra annotation and
deployedBy initinfra label, but are not part of the documents supplied
by bundle interface will be deleted. If user wants to avoid pruning of
some resources he can remove label deployBy manually from the kubernetes
resources that should not prunned.

Change-Id: I143835291d449be420bfcb2944ba7eaec37c3411
2020-02-27 08:38:51 -06:00
..
plugins Implement document plugin loader 2020-01-21 10:25:57 +00:00
pull [#50] Clean up temp files from unit tests 2020-02-20 11:48:11 -06:00
render Add render sub-command frame 2020-02-17 11:27:22 +00:00
repo [#50] Clean up temp files from unit tests 2020-02-20 11:48:11 -06:00
testdata Initial commit for document pkg library 2019-10-04 14:22:26 -07:00
bundle_test.go Tighten the restrictions of the linter 2020-01-10 14:54:34 -06:00
bundle.go Fix various code style issues 2020-02-07 09:28:18 -06:00
constants.go [AIR-97] Adding initinfra subcommand 2020-02-27 08:38:51 -06:00
document_test.go Fix various code style issues 2020-02-07 09:28:18 -06:00
document.go Tighten the restrictions of the linter 2020-01-10 14:54:34 -06:00
errors.go Change document labeling 2020-02-19 20:51:21 +00:00