v1alpha1

package
v0.11.7 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2020 License: Apache-2.0 Imports: 8 Imported by: 1

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 RecoveriesGetter

type RecoveriesGetter interface {
	Recoveries(namespace string) RecoveryInterface
}

RecoveriesGetter has a method to return a RecoveryInterface. A group's client should implement this interface.

type RecoveryExpansion

type RecoveryExpansion interface{}

type RecoveryInterface

type RecoveryInterface interface {
	Create(ctx context.Context, recovery *v1alpha1.Recovery, opts v1.CreateOptions) (*v1alpha1.Recovery, error)
	Update(ctx context.Context, recovery *v1alpha1.Recovery, opts v1.UpdateOptions) (*v1alpha1.Recovery, error)
	UpdateStatus(ctx context.Context, recovery *v1alpha1.Recovery, opts v1.UpdateOptions) (*v1alpha1.Recovery, 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.Recovery, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RecoveryList, 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.Recovery, err error)
	RecoveryExpansion
}

RecoveryInterface has methods to work with Recovery resources.

type RepositoriesGetter

type RepositoriesGetter interface {
	Repositories(namespace string) RepositoryInterface
}

RepositoriesGetter has a method to return a RepositoryInterface. A group's client should implement this interface.

type RepositoryExpansion

type RepositoryExpansion interface{}

type RepositoryInterface

type RepositoryInterface interface {
	Create(ctx context.Context, repository *v1alpha1.Repository, opts v1.CreateOptions) (*v1alpha1.Repository, error)
	Update(ctx context.Context, repository *v1alpha1.Repository, opts v1.UpdateOptions) (*v1alpha1.Repository, error)
	UpdateStatus(ctx context.Context, repository *v1alpha1.Repository, opts v1.UpdateOptions) (*v1alpha1.Repository, 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.Repository, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RepositoryList, 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.Repository, err error)
	RepositoryExpansion
}

RepositoryInterface has methods to work with Repository resources.

type ResticExpansion

type ResticExpansion interface{}

type ResticInterface

type ResticInterface interface {
	Create(ctx context.Context, restic *v1alpha1.Restic, opts v1.CreateOptions) (*v1alpha1.Restic, error)
	Update(ctx context.Context, restic *v1alpha1.Restic, opts v1.UpdateOptions) (*v1alpha1.Restic, 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.Restic, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ResticList, 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.Restic, err error)
	ResticExpansion
}

ResticInterface has methods to work with Restic resources.

type ResticsGetter

type ResticsGetter interface {
	Restics(namespace string) ResticInterface
}

ResticsGetter has a method to return a ResticInterface. A group's client should implement this interface.

type StashV1alpha1Client

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

StashV1alpha1Client is used to interact with features provided by the stash.appscode.com group.

func New

New creates a new StashV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new StashV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *StashV1alpha1Client

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

func (*StashV1alpha1Client) RESTClient

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

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

func (*StashV1alpha1Client) Recoveries

func (c *StashV1alpha1Client) Recoveries(namespace string) RecoveryInterface

func (*StashV1alpha1Client) Repositories

func (c *StashV1alpha1Client) Repositories(namespace string) RepositoryInterface

func (*StashV1alpha1Client) Restics

func (c *StashV1alpha1Client) Restics(namespace string) ResticInterface

type StashV1alpha1Interface

type StashV1alpha1Interface interface {
	RESTClient() rest.Interface
	RecoveriesGetter
	RepositoriesGetter
	ResticsGetter
}

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