Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CEosLabDeviceOpsInterface ¶
type CEosLabDeviceOpsInterface interface { List(ctx context.Context, opts metav1.ListOptions) (*v1alpha1.CEosLabDeviceList, error) Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1alpha1.CEosLabDevice, error) Create(ctx context.Context, device *v1alpha1.CEosLabDevice, opts metav1.CreateOptions) (*v1alpha1.CEosLabDevice, error) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1alpha1.CEosLabDevice, err error) }
type CEosLabDeviceV1Alpha1Interface ¶
type CEosLabDeviceV1Alpha1Interface interface {
CEosLabDevices(namespace string) CEosLabDeviceOpsInterface
}
Click to show internal directories.
Click to hide internal directories.