Class CRDExample


  • public class CRDExample
    extends Object
    • Constructor Detail

      • CRDExample

        public CRDExample()
    • Method Detail

      • main

        public static void main​(String[] args)
        Example of Cluster and Namespaced scoped K8S Custom Resources. To test Cluster scoped resource use "--cluster" as first argument. To test Namespaced resource provide namespace as first argument (namespace must exists in K8S).
        Parameters:
        args - Either "--cluster" or namespace name.