Documentation
¶
Index ¶
- func ApplyResources(ctx context.Context, client *dynamic.DynamicClient, logger *zap.SugaredLogger, ...) error
- func CopyComposites(ctx context.Context, logger *zap.SugaredLogger, ...) error
- func GetXResources(ctx context.Context, dynamicClient *dynamic.DynamicClient, ...) []unstructured.Unstructured
- type XResource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyResources ¶
func ApplyResources(ctx context.Context, client *dynamic.DynamicClient, logger *zap.SugaredLogger, file string) error
func CopyComposites ¶
func GetXResources ¶
func GetXResources(ctx context.Context, dynamicClient *dynamic.DynamicClient, logger *zap.SugaredLogger) []unstructured.Unstructured
Types ¶
type XResource ¶
type XResource struct { Resource string unstructured.Unstructured }
func (*XResource) GetSchemaFormFromXRDefinition ¶
func (xr *XResource) GetSchemaFormFromXRDefinition(ctx context.Context, xrd crossv1.CompositeResourceDefinition, client *dynamic.DynamicClient, logger *zap.SugaredLogger) *huh.Form
Click to show internal directories.
Click to hide internal directories.