Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct {
// Name is the name of the Kubernetes Namespace to create.
Name string
// PulumiOptions are additional options to pass to the Pulumi resource.
PulumiOptions []pulumi.ResourceOption
}
CreateOptions defines the options for creating a Kubernetes Namespace.
Click to show internal directories.
Click to hide internal directories.