Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Install ¶
func Install( ctx context.Context, k8sClient ctrlclient.Client, mutateFn func(kind string, obj *unstructured.Unstructured) error) error
Install installs the CRDs into the provided Kubernetes environment based on the current set of feature/capability flags. This will also remove any APIs from the provided environment if their flags have been disabled.
func UnstructuredBases ¶
func UnstructuredBases() ([]unstructured.Unstructured, error)
UnstructuredBases returns a list of the base CRDs.
func UnstructuredExternal ¶
func UnstructuredExternal() ([]unstructured.Unstructured, error)
UnstructuredExternal returns a list of the external CRDs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.