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 AccessPointExpansion

type AccessPointExpansion interface{}

type AccessPointInterface

type AccessPointInterface interface {
	Create(ctx context.Context, accessPoint *v1alpha1.AccessPoint, opts v1.CreateOptions) (*v1alpha1.AccessPoint, error)
	Update(ctx context.Context, accessPoint *v1alpha1.AccessPoint, opts v1.UpdateOptions) (*v1alpha1.AccessPoint, error)
	UpdateStatus(ctx context.Context, accessPoint *v1alpha1.AccessPoint, opts v1.UpdateOptions) (*v1alpha1.AccessPoint, 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.AccessPoint, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AccessPointList, 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.AccessPoint, err error)
	AccessPointExpansion
}

AccessPointInterface has methods to work with AccessPoint resources.

type AccessPointsGetter

type AccessPointsGetter interface {
	AccessPoints(namespace string) AccessPointInterface
}

AccessPointsGetter has a method to return a AccessPointInterface. A group's client should implement this interface.

type BackupPoliciesGetter

type BackupPoliciesGetter interface {
	BackupPolicies(namespace string) BackupPolicyInterface
}

BackupPoliciesGetter has a method to return a BackupPolicyInterface. A group's client should implement this interface.

type BackupPolicyExpansion

type BackupPolicyExpansion interface{}

type BackupPolicyInterface

type BackupPolicyInterface interface {
	Create(ctx context.Context, backupPolicy *v1alpha1.BackupPolicy, opts v1.CreateOptions) (*v1alpha1.BackupPolicy, error)
	Update(ctx context.Context, backupPolicy *v1alpha1.BackupPolicy, opts v1.UpdateOptions) (*v1alpha1.BackupPolicy, error)
	UpdateStatus(ctx context.Context, backupPolicy *v1alpha1.BackupPolicy, opts v1.UpdateOptions) (*v1alpha1.BackupPolicy, 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.BackupPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BackupPolicyList, 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.BackupPolicy, err error)
	BackupPolicyExpansion
}

BackupPolicyInterface has methods to work with BackupPolicy resources.

type EfsV1alpha1Client

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

EfsV1alpha1Client is used to interact with features provided by the efs.aws.kubeform.com group.

func New

New creates a new EfsV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EfsV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EfsV1alpha1Client

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

func (*EfsV1alpha1Client) AccessPoints

func (c *EfsV1alpha1Client) AccessPoints(namespace string) AccessPointInterface

func (*EfsV1alpha1Client) BackupPolicies

func (c *EfsV1alpha1Client) BackupPolicies(namespace string) BackupPolicyInterface

func (*EfsV1alpha1Client) FileSystemPolicies

func (c *EfsV1alpha1Client) FileSystemPolicies(namespace string) FileSystemPolicyInterface

func (*EfsV1alpha1Client) FileSystems

func (c *EfsV1alpha1Client) FileSystems(namespace string) FileSystemInterface

func (*EfsV1alpha1Client) MountTargets

func (c *EfsV1alpha1Client) MountTargets(namespace string) MountTargetInterface

func (*EfsV1alpha1Client) RESTClient

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

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

type FileSystemExpansion

type FileSystemExpansion interface{}

type FileSystemInterface

type FileSystemInterface interface {
	Create(ctx context.Context, fileSystem *v1alpha1.FileSystem, opts v1.CreateOptions) (*v1alpha1.FileSystem, error)
	Update(ctx context.Context, fileSystem *v1alpha1.FileSystem, opts v1.UpdateOptions) (*v1alpha1.FileSystem, error)
	UpdateStatus(ctx context.Context, fileSystem *v1alpha1.FileSystem, opts v1.UpdateOptions) (*v1alpha1.FileSystem, 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.FileSystem, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FileSystemList, 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.FileSystem, err error)
	FileSystemExpansion
}

FileSystemInterface has methods to work with FileSystem resources.

type FileSystemPoliciesGetter

type FileSystemPoliciesGetter interface {
	FileSystemPolicies(namespace string) FileSystemPolicyInterface
}

FileSystemPoliciesGetter has a method to return a FileSystemPolicyInterface. A group's client should implement this interface.

type FileSystemPolicyExpansion

type FileSystemPolicyExpansion interface{}

type FileSystemPolicyInterface

type FileSystemPolicyInterface interface {
	Create(ctx context.Context, fileSystemPolicy *v1alpha1.FileSystemPolicy, opts v1.CreateOptions) (*v1alpha1.FileSystemPolicy, error)
	Update(ctx context.Context, fileSystemPolicy *v1alpha1.FileSystemPolicy, opts v1.UpdateOptions) (*v1alpha1.FileSystemPolicy, error)
	UpdateStatus(ctx context.Context, fileSystemPolicy *v1alpha1.FileSystemPolicy, opts v1.UpdateOptions) (*v1alpha1.FileSystemPolicy, 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.FileSystemPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FileSystemPolicyList, 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.FileSystemPolicy, err error)
	FileSystemPolicyExpansion
}

FileSystemPolicyInterface has methods to work with FileSystemPolicy resources.

type FileSystemsGetter

type FileSystemsGetter interface {
	FileSystems(namespace string) FileSystemInterface
}

FileSystemsGetter has a method to return a FileSystemInterface. A group's client should implement this interface.

type MountTargetExpansion

type MountTargetExpansion interface{}

type MountTargetInterface

type MountTargetInterface interface {
	Create(ctx context.Context, mountTarget *v1alpha1.MountTarget, opts v1.CreateOptions) (*v1alpha1.MountTarget, error)
	Update(ctx context.Context, mountTarget *v1alpha1.MountTarget, opts v1.UpdateOptions) (*v1alpha1.MountTarget, error)
	UpdateStatus(ctx context.Context, mountTarget *v1alpha1.MountTarget, opts v1.UpdateOptions) (*v1alpha1.MountTarget, 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.MountTarget, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MountTargetList, 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.MountTarget, err error)
	MountTargetExpansion
}

MountTargetInterface has methods to work with MountTarget resources.

type MountTargetsGetter

type MountTargetsGetter interface {
	MountTargets(namespace string) MountTargetInterface
}

MountTargetsGetter has a method to return a MountTargetInterface. 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