kompose/pkg/transformer/kubernetes
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
..
k8sutils_test.go return errors instead of logrus.Fatal calls 2017-03-15 13:30:21 +05:30
k8sutils.go Added support for tmpfs 2017-03-16 22:14:39 +05:30
kubernetes_test.go Added support for tmpfs 2017-03-16 22:14:39 +05:30
kubernetes.go delete objects based on label 2017-03-24 00:31:33 +05:30