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 AccountExpansion

type AccountExpansion interface{}

type AccountInterface

type AccountInterface interface {
	Create(ctx context.Context, account *v1alpha1.Account, opts v1.CreateOptions) (*v1alpha1.Account, error)
	Update(ctx context.Context, account *v1alpha1.Account, opts v1.UpdateOptions) (*v1alpha1.Account, error)
	UpdateStatus(ctx context.Context, account *v1alpha1.Account, opts v1.UpdateOptions) (*v1alpha1.Account, 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.Account, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AccountList, 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.Account, err error)
	AccountExpansion
}

AccountInterface has methods to work with Account resources.

type AccountsGetter

type AccountsGetter interface {
	Accounts(namespace string) AccountInterface
}

AccountsGetter has a method to return a AccountInterface. A group's client should implement this interface.

type NetappV1alpha1Client

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

NetappV1alpha1Client is used to interact with features provided by the netapp.azurerm.kubeform.com group.

func New

New creates a new NetappV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new NetappV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *NetappV1alpha1Client

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

func (*NetappV1alpha1Client) Accounts

func (c *NetappV1alpha1Client) Accounts(namespace string) AccountInterface

func (*NetappV1alpha1Client) Pools

func (c *NetappV1alpha1Client) Pools(namespace string) PoolInterface

func (*NetappV1alpha1Client) RESTClient

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

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

func (*NetappV1alpha1Client) SnapshotPolicies added in v0.5.0

func (c *NetappV1alpha1Client) SnapshotPolicies(namespace string) SnapshotPolicyInterface

func (*NetappV1alpha1Client) Snapshots

func (c *NetappV1alpha1Client) Snapshots(namespace string) SnapshotInterface

func (*NetappV1alpha1Client) Volumes

func (c *NetappV1alpha1Client) Volumes(namespace string) VolumeInterface

type NetappV1alpha1Interface

type NetappV1alpha1Interface interface {
	RESTClient() rest.Interface
	AccountsGetter
	PoolsGetter
	SnapshotsGetter
	SnapshotPoliciesGetter
	VolumesGetter
}

type PoolExpansion

type PoolExpansion interface{}

type PoolInterface

type PoolInterface interface {
	Create(ctx context.Context, pool *v1alpha1.Pool, opts v1.CreateOptions) (*v1alpha1.Pool, error)
	Update(ctx context.Context, pool *v1alpha1.Pool, opts v1.UpdateOptions) (*v1alpha1.Pool, error)
	UpdateStatus(ctx context.Context, pool *v1alpha1.Pool, opts v1.UpdateOptions) (*v1alpha1.Pool, 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.Pool, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PoolList, 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.Pool, err error)
	PoolExpansion
}

PoolInterface has methods to work with Pool resources.

type PoolsGetter

type PoolsGetter interface {
	Pools(namespace string) PoolInterface
}

PoolsGetter has a method to return a PoolInterface. A group's client should implement this interface.

type SnapshotExpansion

type SnapshotExpansion interface{}

type SnapshotInterface

type SnapshotInterface interface {
	Create(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.CreateOptions) (*v1alpha1.Snapshot, error)
	Update(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.UpdateOptions) (*v1alpha1.Snapshot, error)
	UpdateStatus(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.UpdateOptions) (*v1alpha1.Snapshot, 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.Snapshot, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SnapshotList, 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.Snapshot, err error)
	SnapshotExpansion
}

SnapshotInterface has methods to work with Snapshot resources.

type SnapshotPoliciesGetter added in v0.5.0

type SnapshotPoliciesGetter interface {
	SnapshotPolicies(namespace string) SnapshotPolicyInterface
}

SnapshotPoliciesGetter has a method to return a SnapshotPolicyInterface. A group's client should implement this interface.

type SnapshotPolicyExpansion added in v0.5.0

type SnapshotPolicyExpansion interface{}

type SnapshotPolicyInterface added in v0.5.0

type SnapshotPolicyInterface interface {
	Create(ctx context.Context, snapshotPolicy *v1alpha1.SnapshotPolicy, opts v1.CreateOptions) (*v1alpha1.SnapshotPolicy, error)
	Update(ctx context.Context, snapshotPolicy *v1alpha1.SnapshotPolicy, opts v1.UpdateOptions) (*v1alpha1.SnapshotPolicy, error)
	UpdateStatus(ctx context.Context, snapshotPolicy *v1alpha1.SnapshotPolicy, opts v1.UpdateOptions) (*v1alpha1.SnapshotPolicy, 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.SnapshotPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SnapshotPolicyList, 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.SnapshotPolicy, err error)
	SnapshotPolicyExpansion
}

SnapshotPolicyInterface has methods to work with SnapshotPolicy resources.

type SnapshotsGetter

type SnapshotsGetter interface {
	Snapshots(namespace string) SnapshotInterface
}

SnapshotsGetter has a method to return a SnapshotInterface. A group's client should implement this interface.

type VolumeExpansion

type VolumeExpansion interface{}

type VolumeInterface

type VolumeInterface interface {
	Create(ctx context.Context, volume *v1alpha1.Volume, opts v1.CreateOptions) (*v1alpha1.Volume, error)
	Update(ctx context.Context, volume *v1alpha1.Volume, opts v1.UpdateOptions) (*v1alpha1.Volume, error)
	UpdateStatus(ctx context.Context, volume *v1alpha1.Volume, opts v1.UpdateOptions) (*v1alpha1.Volume, 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.Volume, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VolumeList, 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.Volume, err error)
	VolumeExpansion
}

VolumeInterface has methods to work with Volume resources.

type VolumesGetter

type VolumesGetter interface {
	Volumes(namespace string) VolumeInterface
}

VolumesGetter has a method to return a VolumeInterface. 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