# Functions
GetCustomResource gets an existing CustomResource resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
NewCustomResource registers a new resource with the given unique name, arguments, and options.
# Structs
CustomResource represents a resource definition we'd use to create an instance of a Kubernetes CustomResourceDefinition (CRD).
The set of arguments for constructing a Deployment resource.
No description provided by the author