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 BackupV1alpha1Client

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

BackupV1alpha1Client is used to interact with features provided by the backup.azurerm.kubeform.com group.

func New

New creates a new BackupV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new BackupV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *BackupV1alpha1Client

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

func (*BackupV1alpha1Client) ContainerStorageAccounts

func (c *BackupV1alpha1Client) ContainerStorageAccounts(namespace string) ContainerStorageAccountInterface

func (*BackupV1alpha1Client) PolicyFileShares

func (c *BackupV1alpha1Client) PolicyFileShares(namespace string) PolicyFileShareInterface

func (*BackupV1alpha1Client) PolicyVms

func (c *BackupV1alpha1Client) PolicyVms(namespace string) PolicyVmInterface

func (*BackupV1alpha1Client) ProtectedFileShares

func (c *BackupV1alpha1Client) ProtectedFileShares(namespace string) ProtectedFileShareInterface

func (*BackupV1alpha1Client) ProtectedVms

func (c *BackupV1alpha1Client) ProtectedVms(namespace string) ProtectedVmInterface

func (*BackupV1alpha1Client) RESTClient

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

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

type BackupV1alpha1Interface

type ContainerStorageAccountExpansion

type ContainerStorageAccountExpansion interface{}

type ContainerStorageAccountInterface

type ContainerStorageAccountInterface interface {
	Create(ctx context.Context, containerStorageAccount *v1alpha1.ContainerStorageAccount, opts v1.CreateOptions) (*v1alpha1.ContainerStorageAccount, error)
	Update(ctx context.Context, containerStorageAccount *v1alpha1.ContainerStorageAccount, opts v1.UpdateOptions) (*v1alpha1.ContainerStorageAccount, error)
	UpdateStatus(ctx context.Context, containerStorageAccount *v1alpha1.ContainerStorageAccount, opts v1.UpdateOptions) (*v1alpha1.ContainerStorageAccount, 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.ContainerStorageAccount, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ContainerStorageAccountList, 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.ContainerStorageAccount, err error)
	ContainerStorageAccountExpansion
}

ContainerStorageAccountInterface has methods to work with ContainerStorageAccount resources.

type ContainerStorageAccountsGetter

type ContainerStorageAccountsGetter interface {
	ContainerStorageAccounts(namespace string) ContainerStorageAccountInterface
}

ContainerStorageAccountsGetter has a method to return a ContainerStorageAccountInterface. A group's client should implement this interface.

type PolicyFileShareExpansion

type PolicyFileShareExpansion interface{}

type PolicyFileShareInterface

type PolicyFileShareInterface interface {
	Create(ctx context.Context, policyFileShare *v1alpha1.PolicyFileShare, opts v1.CreateOptions) (*v1alpha1.PolicyFileShare, error)
	Update(ctx context.Context, policyFileShare *v1alpha1.PolicyFileShare, opts v1.UpdateOptions) (*v1alpha1.PolicyFileShare, error)
	UpdateStatus(ctx context.Context, policyFileShare *v1alpha1.PolicyFileShare, opts v1.UpdateOptions) (*v1alpha1.PolicyFileShare, 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.PolicyFileShare, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PolicyFileShareList, 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.PolicyFileShare, err error)
	PolicyFileShareExpansion
}

PolicyFileShareInterface has methods to work with PolicyFileShare resources.

type PolicyFileSharesGetter

type PolicyFileSharesGetter interface {
	PolicyFileShares(namespace string) PolicyFileShareInterface
}

PolicyFileSharesGetter has a method to return a PolicyFileShareInterface. A group's client should implement this interface.

type PolicyVmExpansion

type PolicyVmExpansion interface{}

type PolicyVmInterface

type PolicyVmInterface interface {
	Create(ctx context.Context, policyVm *v1alpha1.PolicyVm, opts v1.CreateOptions) (*v1alpha1.PolicyVm, error)
	Update(ctx context.Context, policyVm *v1alpha1.PolicyVm, opts v1.UpdateOptions) (*v1alpha1.PolicyVm, error)
	UpdateStatus(ctx context.Context, policyVm *v1alpha1.PolicyVm, opts v1.UpdateOptions) (*v1alpha1.PolicyVm, 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.PolicyVm, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PolicyVmList, 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.PolicyVm, err error)
	PolicyVmExpansion
}

PolicyVmInterface has methods to work with PolicyVm resources.

type PolicyVmsGetter

type PolicyVmsGetter interface {
	PolicyVms(namespace string) PolicyVmInterface
}

PolicyVmsGetter has a method to return a PolicyVmInterface. A group's client should implement this interface.

type ProtectedFileShareExpansion

type ProtectedFileShareExpansion interface{}

type ProtectedFileShareInterface

type ProtectedFileShareInterface interface {
	Create(ctx context.Context, protectedFileShare *v1alpha1.ProtectedFileShare, opts v1.CreateOptions) (*v1alpha1.ProtectedFileShare, error)
	Update(ctx context.Context, protectedFileShare *v1alpha1.ProtectedFileShare, opts v1.UpdateOptions) (*v1alpha1.ProtectedFileShare, error)
	UpdateStatus(ctx context.Context, protectedFileShare *v1alpha1.ProtectedFileShare, opts v1.UpdateOptions) (*v1alpha1.ProtectedFileShare, 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.ProtectedFileShare, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ProtectedFileShareList, 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.ProtectedFileShare, err error)
	ProtectedFileShareExpansion
}

ProtectedFileShareInterface has methods to work with ProtectedFileShare resources.

type ProtectedFileSharesGetter

type ProtectedFileSharesGetter interface {
	ProtectedFileShares(namespace string) ProtectedFileShareInterface
}

ProtectedFileSharesGetter has a method to return a ProtectedFileShareInterface. A group's client should implement this interface.

type ProtectedVmExpansion

type ProtectedVmExpansion interface{}

type ProtectedVmInterface

type ProtectedVmInterface interface {
	Create(ctx context.Context, protectedVm *v1alpha1.ProtectedVm, opts v1.CreateOptions) (*v1alpha1.ProtectedVm, error)
	Update(ctx context.Context, protectedVm *v1alpha1.ProtectedVm, opts v1.UpdateOptions) (*v1alpha1.ProtectedVm, error)
	UpdateStatus(ctx context.Context, protectedVm *v1alpha1.ProtectedVm, opts v1.UpdateOptions) (*v1alpha1.ProtectedVm, 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.ProtectedVm, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ProtectedVmList, 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.ProtectedVm, err error)
	ProtectedVmExpansion
}

ProtectedVmInterface has methods to work with ProtectedVm resources.

type ProtectedVmsGetter

type ProtectedVmsGetter interface {
	ProtectedVms(namespace string) ProtectedVmInterface
}

ProtectedVmsGetter has a method to return a ProtectedVmInterface. 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