package
4.21.1
Repository: https://github.com/pulumi/pulumi-kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.
NewCustomResourcePatch 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 CustomResource resource.
CustomResourcePatch represents a resource definition we'd use to create an instance of a Kubernetes CustomResourceDefinition (CRD).
The set of arguments for constructing a CustomResourcePatch resource.
No description provided by the author