basicclient

package
v0.0.0-...-1eb0d77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicCRD

type BasicCRD struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              BasicSpec `json:"spec,omitempty"`
}

func (BasicCRD) GetUnstructuredData

func (basicCR BasicCRD) GetUnstructuredData() *unstructured.Unstructured

type BasicClient

type BasicClient struct {
	SchemaGVR     schema.GroupVersionResource
	DynamicClient *dynamic.DynamicClient
}

func (*BasicClient) ExportCRD

func (basicClient *BasicClient) ExportCRD(namespace string, structCRD exporterclient.StructCustomResourceDefinition)

func (*BasicClient) NewClient

func (basicClient *BasicClient) NewClient() error

type BasicSpec

type BasicSpec struct {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL