Package io.fabric8.kubernetes.examples
Class CRDExample
- java.lang.Object
-
- io.fabric8.kubernetes.examples.CRDExample
-
public class CRDExample extends Object
-
-
Constructor Summary
Constructors Constructor Description CRDExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Example of Cluster and Namespaced scoped K8S Custom Resources.
-
-
-
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.
-
-