kompose/pkg
Abhishek 55ad1d9b1f delete objects based on label
This PR uses the "SelectorFromSet()" function which takes alabel or
selector as an argument returns all the object that uses that label or
selector. Once we get the object that uses a particular label we can
further do the delete operation on them. This is similar to "kubectl
delete <object> --selector=<key>=<value>". Also the label has been
modified from service to io.kompose.service.
2017-03-24 00:31:33 +05:30
..
app add github.com/pkg/errors to glide and vendor 2017-03-15 19:41:28 +05:30
kobject Added support for tmpfs 2017-03-16 22:14:39 +05:30
loader Added support for tmpfs 2017-03-16 22:14:39 +05:30
testutils Test Headless Services 2017-01-25 11:28:29 +01:00
transformer delete objects based on label 2017-03-24 00:31:33 +05:30