Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, client apiextensionsv1client.CustomResourceDefinitionInterface, grs ...metav1.GroupResource) error
Create creates the given CRDs using the target client and waits for all of them to become established in parallel. This call is blocking.
func CreateFromFS ¶
func CreateFromFS(ctx context.Context, client apiextensionsv1client.CustomResourceDefinitionInterface, fs embed.FS, grs ...metav1.GroupResource) error
CreateFromFS creates the given CRDs using the target client from the provided filesystem and waits for it to become established. This call is blocking.
func CreateSingle ¶ added in v0.6.0
func CreateSingle(ctx context.Context, client apiextensionsv1client.CustomResourceDefinitionInterface, rawCRD *apiextensionsv1.CustomResourceDefinition) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.