Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExporterClient ¶
type ExporterClient interface {
NewClient() error
ExportCRD(namespace string, crd StructCustomResourceDefinition)
GetSchemaGVR() schema.GroupVersionResource
GetDynamicClient() dynamic.DynamicClient
}
type StructCustomResourceDefinition ¶
type StructCustomResourceDefinition interface {
GetUnstructuredData() *unstructured.Unstructured
}
Click to show internal directories.
Click to hide internal directories.