v1alpha1

package
v0.5.0 Latest Latest
Warning

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

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

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AmiExpansion

type AmiExpansion interface{}

type AmiInterface

type AmiInterface interface {
	Create(ctx context.Context, ami *v1alpha1.Ami, opts v1.CreateOptions) (*v1alpha1.Ami, error)
	Update(ctx context.Context, ami *v1alpha1.Ami, opts v1.UpdateOptions) (*v1alpha1.Ami, error)
	UpdateStatus(ctx context.Context, ami *v1alpha1.Ami, opts v1.UpdateOptions) (*v1alpha1.Ami, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Ami, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AmiList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Ami, err error)
	AmiExpansion
}

AmiInterface has methods to work with Ami resources.

type AmiV1alpha1Client

type AmiV1alpha1Client struct {
	// contains filtered or unexported fields
}

AmiV1alpha1Client is used to interact with features provided by the ami.aws.kubeform.com group.

func New

New creates a new AmiV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*AmiV1alpha1Client, error)

NewForConfig creates a new AmiV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AmiV1alpha1Client

NewForConfigOrDie creates a new AmiV1alpha1Client for the given config and panics if there is an error in the config.

func (*AmiV1alpha1Client) Amis

func (c *AmiV1alpha1Client) Amis(namespace string) AmiInterface

func (*AmiV1alpha1Client) Copies

func (c *AmiV1alpha1Client) Copies(namespace string) CopyInterface

func (*AmiV1alpha1Client) FromInstances

func (c *AmiV1alpha1Client) FromInstances(namespace string) FromInstanceInterface

func (*AmiV1alpha1Client) LaunchPermissions

func (c *AmiV1alpha1Client) LaunchPermissions(namespace string) LaunchPermissionInterface

func (*AmiV1alpha1Client) RESTClient

func (c *AmiV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

type AmiV1alpha1Interface

type AmiV1alpha1Interface interface {
	RESTClient() rest.Interface
	AmisGetter
	CopiesGetter
	FromInstancesGetter
	LaunchPermissionsGetter
}

type AmisGetter

type AmisGetter interface {
	Amis(namespace string) AmiInterface
}

AmisGetter has a method to return a AmiInterface. A group's client should implement this interface.

type CopiesGetter

type CopiesGetter interface {
	Copies(namespace string) CopyInterface
}

CopiesGetter has a method to return a CopyInterface. A group's client should implement this interface.

type CopyExpansion

type CopyExpansion interface{}

type CopyInterface

type CopyInterface interface {
	Create(ctx context.Context, copy *v1alpha1.Copy, opts v1.CreateOptions) (*v1alpha1.Copy, error)
	Update(ctx context.Context, copy *v1alpha1.Copy, opts v1.UpdateOptions) (*v1alpha1.Copy, error)
	UpdateStatus(ctx context.Context, copy *v1alpha1.Copy, opts v1.UpdateOptions) (*v1alpha1.Copy, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Copy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CopyList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Copy, err error)
	CopyExpansion
}

CopyInterface has methods to work with Copy resources.

type FromInstanceExpansion

type FromInstanceExpansion interface{}

type FromInstanceInterface

type FromInstanceInterface interface {
	Create(ctx context.Context, fromInstance *v1alpha1.FromInstance, opts v1.CreateOptions) (*v1alpha1.FromInstance, error)
	Update(ctx context.Context, fromInstance *v1alpha1.FromInstance, opts v1.UpdateOptions) (*v1alpha1.FromInstance, error)
	UpdateStatus(ctx context.Context, fromInstance *v1alpha1.FromInstance, opts v1.UpdateOptions) (*v1alpha1.FromInstance, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FromInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FromInstanceList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FromInstance, err error)
	FromInstanceExpansion
}

FromInstanceInterface has methods to work with FromInstance resources.

type FromInstancesGetter

type FromInstancesGetter interface {
	FromInstances(namespace string) FromInstanceInterface
}

FromInstancesGetter has a method to return a FromInstanceInterface. A group's client should implement this interface.

type LaunchPermissionExpansion

type LaunchPermissionExpansion interface{}

type LaunchPermissionInterface

type LaunchPermissionInterface interface {
	Create(ctx context.Context, launchPermission *v1alpha1.LaunchPermission, opts v1.CreateOptions) (*v1alpha1.LaunchPermission, error)
	Update(ctx context.Context, launchPermission *v1alpha1.LaunchPermission, opts v1.UpdateOptions) (*v1alpha1.LaunchPermission, error)
	UpdateStatus(ctx context.Context, launchPermission *v1alpha1.LaunchPermission, opts v1.UpdateOptions) (*v1alpha1.LaunchPermission, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.LaunchPermission, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.LaunchPermissionList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LaunchPermission, err error)
	LaunchPermissionExpansion
}

LaunchPermissionInterface has methods to work with LaunchPermission resources.

type LaunchPermissionsGetter

type LaunchPermissionsGetter interface {
	LaunchPermissions(namespace string) LaunchPermissionInterface
}

LaunchPermissionsGetter has a method to return a LaunchPermissionInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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