Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
V1alpha1() V1alpha1Interface
}
Interface has methods to work with Vmoperator resources.
type V1alpha1Interface ¶
type V1alpha1Interface interface { Client() dynamic.Interface VirtualMachines(namespace string) VirtualMachineInterface VirtualMachineServices(namespace string) VirtualMachineServiceInterface }
V1alpha1Interface has methods to work with Vmoperator V1alpha1 resources.
type VirtualMachineInterface ¶
type VirtualMachineInterface interface { Create(ctx context.Context, virtualMachine *vmopv1alpha1.VirtualMachine, opts v1.CreateOptions) (*vmopv1alpha1.VirtualMachine, error) Update(ctx context.Context, virtualMachine *vmopv1alpha1.VirtualMachine, opts v1.UpdateOptions) (*vmopv1alpha1.VirtualMachine, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*vmopv1alpha1.VirtualMachine, error) List(ctx context.Context, opts v1.ListOptions) (*vmopv1alpha1.VirtualMachineList, error) }
VirtualMachineInterface has methods to work with VirtualMachineService resources.
type VirtualMachineServiceInterface ¶
type VirtualMachineServiceInterface interface { Create(ctx context.Context, virtualMachineService *vmopv1alpha1.VirtualMachineService, opts v1.CreateOptions) (*vmopv1alpha1.VirtualMachineService, error) Update(ctx context.Context, virtualMachineService *vmopv1alpha1.VirtualMachineService, opts v1.UpdateOptions) (*vmopv1alpha1.VirtualMachineService, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*vmopv1alpha1.VirtualMachineService, error) List(ctx context.Context, opts v1.ListOptions) (*vmopv1alpha1.VirtualMachineServiceList, error) }
VirtualMachineServiceInterface has methods to work with VirtualMachineService resources.
Click to show internal directories.
Click to hide internal directories.