Class CustomResourceCreateDemo


  • public class CustomResourceCreateDemo
    extends Object
    This example is Java equivalent to `kubectl create -f test-customresource.yaml`. It applies the specified Custom Resource. It assumes that CustomResourceDefinition for the particular CustomResource is already created.
    • Constructor Detail

      • CustomResourceCreateDemo

        public CustomResourceCreateDemo()
    • Method Detail

      • main

        public static void main​(String[] args)