v1alpha1

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2020 License: Apache-2.0 Imports: 7 Imported by: 4

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 CASTemplateExpansion

type CASTemplateExpansion interface{}

type CASTemplateInterface

type CASTemplateInterface interface {
	Create(*v1alpha1.CASTemplate) (*v1alpha1.CASTemplate, error)
	Update(*v1alpha1.CASTemplate) (*v1alpha1.CASTemplate, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CASTemplate, error)
	List(opts v1.ListOptions) (*v1alpha1.CASTemplateList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CASTemplate, err error)
	CASTemplateExpansion
}

CASTemplateInterface has methods to work with CASTemplate resources.

type CASTemplatesGetter

type CASTemplatesGetter interface {
	CASTemplates() CASTemplateInterface
}

CASTemplatesGetter has a method to return a CASTemplateInterface. A group's client should implement this interface.

type CStorBackupExpansion

type CStorBackupExpansion interface{}

type CStorBackupInterface

type CStorBackupInterface interface {
	Create(*v1alpha1.CStorBackup) (*v1alpha1.CStorBackup, error)
	Update(*v1alpha1.CStorBackup) (*v1alpha1.CStorBackup, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorBackup, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorBackupList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorBackup, err error)
	CStorBackupExpansion
}

CStorBackupInterface has methods to work with CStorBackup resources.

type CStorBackupsGetter

type CStorBackupsGetter interface {
	CStorBackups(namespace string) CStorBackupInterface
}

CStorBackupsGetter has a method to return a CStorBackupInterface. A group's client should implement this interface.

type CStorCompletedBackupExpansion

type CStorCompletedBackupExpansion interface{}

type CStorCompletedBackupInterface

type CStorCompletedBackupInterface interface {
	Create(*v1alpha1.CStorCompletedBackup) (*v1alpha1.CStorCompletedBackup, error)
	Update(*v1alpha1.CStorCompletedBackup) (*v1alpha1.CStorCompletedBackup, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorCompletedBackup, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorCompletedBackupList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorCompletedBackup, err error)
	CStorCompletedBackupExpansion
}

CStorCompletedBackupInterface has methods to work with CStorCompletedBackup resources.

type CStorCompletedBackupsGetter

type CStorCompletedBackupsGetter interface {
	CStorCompletedBackups(namespace string) CStorCompletedBackupInterface
}

CStorCompletedBackupsGetter has a method to return a CStorCompletedBackupInterface. A group's client should implement this interface.

type CStorPoolClusterExpansion

type CStorPoolClusterExpansion interface{}

type CStorPoolClusterInterface

type CStorPoolClusterInterface interface {
	Create(*v1alpha1.CStorPoolCluster) (*v1alpha1.CStorPoolCluster, error)
	Update(*v1alpha1.CStorPoolCluster) (*v1alpha1.CStorPoolCluster, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorPoolCluster, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorPoolClusterList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorPoolCluster, err error)
	CStorPoolClusterExpansion
}

CStorPoolClusterInterface has methods to work with CStorPoolCluster resources.

type CStorPoolClustersGetter

type CStorPoolClustersGetter interface {
	CStorPoolClusters(namespace string) CStorPoolClusterInterface
}

CStorPoolClustersGetter has a method to return a CStorPoolClusterInterface. A group's client should implement this interface.

type CStorPoolExpansion

type CStorPoolExpansion interface{}

type CStorPoolInstanceExpansion

type CStorPoolInstanceExpansion interface{}

type CStorPoolInstanceInterface

type CStorPoolInstanceInterface interface {
	Create(*v1alpha1.CStorPoolInstance) (*v1alpha1.CStorPoolInstance, error)
	Update(*v1alpha1.CStorPoolInstance) (*v1alpha1.CStorPoolInstance, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorPoolInstance, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorPoolInstanceList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorPoolInstance, err error)
	CStorPoolInstanceExpansion
}

CStorPoolInstanceInterface has methods to work with CStorPoolInstance resources.

type CStorPoolInstancesGetter

type CStorPoolInstancesGetter interface {
	CStorPoolInstances(namespace string) CStorPoolInstanceInterface
}

CStorPoolInstancesGetter has a method to return a CStorPoolInstanceInterface. A group's client should implement this interface.

type CStorPoolInterface

type CStorPoolInterface interface {
	Create(*v1alpha1.CStorPool) (*v1alpha1.CStorPool, error)
	Update(*v1alpha1.CStorPool) (*v1alpha1.CStorPool, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorPool, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorPoolList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorPool, err error)
	CStorPoolExpansion
}

CStorPoolInterface has methods to work with CStorPool resources.

type CStorPoolsGetter

type CStorPoolsGetter interface {
	CStorPools() CStorPoolInterface
}

CStorPoolsGetter has a method to return a CStorPoolInterface. A group's client should implement this interface.

type CStorRestoreExpansion

type CStorRestoreExpansion interface{}

type CStorRestoreInterface

type CStorRestoreInterface interface {
	Create(*v1alpha1.CStorRestore) (*v1alpha1.CStorRestore, error)
	Update(*v1alpha1.CStorRestore) (*v1alpha1.CStorRestore, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorRestore, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorRestoreList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorRestore, err error)
	CStorRestoreExpansion
}

CStorRestoreInterface has methods to work with CStorRestore resources.

type CStorRestoresGetter

type CStorRestoresGetter interface {
	CStorRestores(namespace string) CStorRestoreInterface
}

CStorRestoresGetter has a method to return a CStorRestoreInterface. A group's client should implement this interface.

type CStorVolumeClaimExpansion

type CStorVolumeClaimExpansion interface{}

type CStorVolumeClaimInterface

type CStorVolumeClaimInterface interface {
	Create(*v1alpha1.CStorVolumeClaim) (*v1alpha1.CStorVolumeClaim, error)
	Update(*v1alpha1.CStorVolumeClaim) (*v1alpha1.CStorVolumeClaim, error)
	UpdateStatus(*v1alpha1.CStorVolumeClaim) (*v1alpha1.CStorVolumeClaim, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorVolumeClaim, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorVolumeClaimList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorVolumeClaim, err error)
	CStorVolumeClaimExpansion
}

CStorVolumeClaimInterface has methods to work with CStorVolumeClaim resources.

type CStorVolumeClaimsGetter

type CStorVolumeClaimsGetter interface {
	CStorVolumeClaims(namespace string) CStorVolumeClaimInterface
}

CStorVolumeClaimsGetter has a method to return a CStorVolumeClaimInterface. A group's client should implement this interface.

type CStorVolumeExpansion

type CStorVolumeExpansion interface{}

type CStorVolumeInterface

type CStorVolumeInterface interface {
	Create(*v1alpha1.CStorVolume) (*v1alpha1.CStorVolume, error)
	Update(*v1alpha1.CStorVolume) (*v1alpha1.CStorVolume, error)
	UpdateStatus(*v1alpha1.CStorVolume) (*v1alpha1.CStorVolume, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorVolume, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorVolumeList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorVolume, err error)
	CStorVolumeExpansion
}

CStorVolumeInterface has methods to work with CStorVolume resources.

type CStorVolumePoliciesGetter

type CStorVolumePoliciesGetter interface {
	CStorVolumePolicies(namespace string) CStorVolumePolicyInterface
}

CStorVolumePoliciesGetter has a method to return a CStorVolumePolicyInterface. A group's client should implement this interface.

type CStorVolumePolicyExpansion

type CStorVolumePolicyExpansion interface{}

type CStorVolumePolicyInterface

type CStorVolumePolicyInterface interface {
	Create(*v1alpha1.CStorVolumePolicy) (*v1alpha1.CStorVolumePolicy, error)
	Update(*v1alpha1.CStorVolumePolicy) (*v1alpha1.CStorVolumePolicy, error)
	UpdateStatus(*v1alpha1.CStorVolumePolicy) (*v1alpha1.CStorVolumePolicy, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorVolumePolicy, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorVolumePolicyList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorVolumePolicy, err error)
	CStorVolumePolicyExpansion
}

CStorVolumePolicyInterface has methods to work with CStorVolumePolicy resources.

type CStorVolumeReplicaExpansion

type CStorVolumeReplicaExpansion interface{}

type CStorVolumeReplicaInterface

type CStorVolumeReplicaInterface interface {
	Create(*v1alpha1.CStorVolumeReplica) (*v1alpha1.CStorVolumeReplica, error)
	Update(*v1alpha1.CStorVolumeReplica) (*v1alpha1.CStorVolumeReplica, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.CStorVolumeReplica, error)
	List(opts v1.ListOptions) (*v1alpha1.CStorVolumeReplicaList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.CStorVolumeReplica, err error)
	CStorVolumeReplicaExpansion
}

CStorVolumeReplicaInterface has methods to work with CStorVolumeReplica resources.

type CStorVolumeReplicasGetter

type CStorVolumeReplicasGetter interface {
	CStorVolumeReplicas(namespace string) CStorVolumeReplicaInterface
}

CStorVolumeReplicasGetter has a method to return a CStorVolumeReplicaInterface. A group's client should implement this interface.

type CStorVolumesGetter

type CStorVolumesGetter interface {
	CStorVolumes(namespace string) CStorVolumeInterface
}

CStorVolumesGetter has a method to return a CStorVolumeInterface. A group's client should implement this interface.

type OpenebsV1alpha1Client

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

OpenebsV1alpha1Client is used to interact with features provided by the openebs.io group.

func New

New creates a new OpenebsV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new OpenebsV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *OpenebsV1alpha1Client

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

func (*OpenebsV1alpha1Client) CASTemplates

func (c *OpenebsV1alpha1Client) CASTemplates() CASTemplateInterface

func (*OpenebsV1alpha1Client) CStorBackups

func (c *OpenebsV1alpha1Client) CStorBackups(namespace string) CStorBackupInterface

func (*OpenebsV1alpha1Client) CStorCompletedBackups

func (c *OpenebsV1alpha1Client) CStorCompletedBackups(namespace string) CStorCompletedBackupInterface

func (*OpenebsV1alpha1Client) CStorPoolClusters

func (c *OpenebsV1alpha1Client) CStorPoolClusters(namespace string) CStorPoolClusterInterface

func (*OpenebsV1alpha1Client) CStorPoolInstances

func (c *OpenebsV1alpha1Client) CStorPoolInstances(namespace string) CStorPoolInstanceInterface

func (*OpenebsV1alpha1Client) CStorPools

func (c *OpenebsV1alpha1Client) CStorPools() CStorPoolInterface

func (*OpenebsV1alpha1Client) CStorRestores

func (c *OpenebsV1alpha1Client) CStorRestores(namespace string) CStorRestoreInterface

func (*OpenebsV1alpha1Client) CStorVolumeClaims

func (c *OpenebsV1alpha1Client) CStorVolumeClaims(namespace string) CStorVolumeClaimInterface

func (*OpenebsV1alpha1Client) CStorVolumePolicies

func (c *OpenebsV1alpha1Client) CStorVolumePolicies(namespace string) CStorVolumePolicyInterface

func (*OpenebsV1alpha1Client) CStorVolumeReplicas

func (c *OpenebsV1alpha1Client) CStorVolumeReplicas(namespace string) CStorVolumeReplicaInterface

func (*OpenebsV1alpha1Client) CStorVolumes

func (c *OpenebsV1alpha1Client) CStorVolumes(namespace string) CStorVolumeInterface

func (*OpenebsV1alpha1Client) RESTClient

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

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

func (*OpenebsV1alpha1Client) RunTasks

func (c *OpenebsV1alpha1Client) RunTasks(namespace string) RunTaskInterface

func (*OpenebsV1alpha1Client) StoragePoolClaims

func (c *OpenebsV1alpha1Client) StoragePoolClaims() StoragePoolClaimInterface

func (*OpenebsV1alpha1Client) StoragePools

func (c *OpenebsV1alpha1Client) StoragePools() StoragePoolInterface

type RunTaskExpansion

type RunTaskExpansion interface{}

type RunTaskInterface

type RunTaskInterface interface {
	Create(*v1alpha1.RunTask) (*v1alpha1.RunTask, error)
	Update(*v1alpha1.RunTask) (*v1alpha1.RunTask, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.RunTask, error)
	List(opts v1.ListOptions) (*v1alpha1.RunTaskList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.RunTask, err error)
	RunTaskExpansion
}

RunTaskInterface has methods to work with RunTask resources.

type RunTasksGetter

type RunTasksGetter interface {
	RunTasks(namespace string) RunTaskInterface
}

RunTasksGetter has a method to return a RunTaskInterface. A group's client should implement this interface.

type StoragePoolClaimExpansion

type StoragePoolClaimExpansion interface{}

type StoragePoolClaimInterface

type StoragePoolClaimInterface interface {
	Create(*v1alpha1.StoragePoolClaim) (*v1alpha1.StoragePoolClaim, error)
	Update(*v1alpha1.StoragePoolClaim) (*v1alpha1.StoragePoolClaim, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.StoragePoolClaim, error)
	List(opts v1.ListOptions) (*v1alpha1.StoragePoolClaimList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.StoragePoolClaim, err error)
	StoragePoolClaimExpansion
}

StoragePoolClaimInterface has methods to work with StoragePoolClaim resources.

type StoragePoolClaimsGetter

type StoragePoolClaimsGetter interface {
	StoragePoolClaims() StoragePoolClaimInterface
}

StoragePoolClaimsGetter has a method to return a StoragePoolClaimInterface. A group's client should implement this interface.

type StoragePoolExpansion

type StoragePoolExpansion interface{}

type StoragePoolInterface

type StoragePoolInterface interface {
	Create(*v1alpha1.StoragePool) (*v1alpha1.StoragePool, error)
	Update(*v1alpha1.StoragePool) (*v1alpha1.StoragePool, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.StoragePool, error)
	List(opts v1.ListOptions) (*v1alpha1.StoragePoolList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.StoragePool, err error)
	StoragePoolExpansion
}

StoragePoolInterface has methods to work with StoragePool resources.

type StoragePoolsGetter

type StoragePoolsGetter interface {
	StoragePools() StoragePoolInterface
}

StoragePoolsGetter has a method to return a StoragePoolInterface. 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