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.