Documentation ¶
Index ¶
- type ExampleV1Alpha1Client
- type ExampleV1Alpha1Interface
- type MigrationPodClient
- func (c *MigrationPodClient) Create(migration *migv1.Pod) (*migv1.Pod, error)
- func (c *MigrationPodClient) Get(name string, opts metav1.GetOptions) (*migv1.Pod, error)
- func (c *MigrationPodClient) List(opts metav1.ListOptions) (*migv1.PodList, error)
- func (c *MigrationPodClient) RESTClient() rest.Interface
- func (c *MigrationPodClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type MigrationPodInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleV1Alpha1Client ¶
type ExampleV1Alpha1Client struct {
// contains filtered or unexported fields
}
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*ExampleV1Alpha1Client, error)
func (*ExampleV1Alpha1Client) MigrationPod ¶
func (c *ExampleV1Alpha1Client) MigrationPod(namespace string) MigrationPodInterface
func (*ExampleV1Alpha1Client) RESTClient ¶
func (c *ExampleV1Alpha1Client) RESTClient() rest.Interface
type ExampleV1Alpha1Interface ¶
type ExampleV1Alpha1Interface interface { RESTClient() rest.Interface MigrationPod(namespace string) MigrationPodInterface }
type MigrationPodClient ¶
type MigrationPodClient struct {
// contains filtered or unexported fields
}
func (*MigrationPodClient) Get ¶
func (c *MigrationPodClient) Get(name string, opts metav1.GetOptions) (*migv1.Pod, error)
func (*MigrationPodClient) List ¶
func (c *MigrationPodClient) List(opts metav1.ListOptions) (*migv1.PodList, error)
func (*MigrationPodClient) RESTClient ¶
func (c *MigrationPodClient) RESTClient() rest.Interface
func (*MigrationPodClient) Watch ¶
func (c *MigrationPodClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type MigrationPodInterface ¶
Click to show internal directories.
Click to hide internal directories.