storageclass

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2022 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ERR_TYPE = fmt.Errorf("type must be *storagev1.StorageClass, storagev1.StorageClass or string")

Functions

This section is empty.

Types

type Handler

type Handler struct {
	Options *typed.HandlerOptions
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, kubeconfig string) (handler *Handler, err error)

New returns a networkpolicy handler from kubeconfig or in-cluster config.

func (*Handler) Apply

func (h *Handler) Apply(filename string) (*storagev1.StorageClass, error)

Apply apply storageclass from yaml file, alias to "ApplyFromFile".

func (*Handler) ApplyFromBytes

func (h *Handler) ApplyFromBytes(data []byte) (sc *storagev1.StorageClass, err error)

ApplyFromBytes apply storageclass from bytes.

func (*Handler) ApplyFromFile

func (h *Handler) ApplyFromFile(filename string) (sc *storagev1.StorageClass, err error)

ApplyFromFile apply storageclass from yaml file.

func (*Handler) ApplyFromRaw

func (h *Handler) ApplyFromRaw(raw map[string]interface{}) (*storagev1.StorageClass, error)

ApplyFromRaw apply storageclass from map[string]interface{}.

func (*Handler) Clientset added in v0.2.0

func (h *Handler) Clientset() *kubernetes.Clientset

func (*Handler) Create

func (h *Handler) Create(filename string) (*storagev1.StorageClass, error)

Create create storageclass from yaml file, alias to "CreateFromFile".

func (*Handler) CreateFromBytes

func (h *Handler) CreateFromBytes(data []byte) (*storagev1.StorageClass, error)

CreateFromBytes create storageclass from bytes.

func (*Handler) CreateFromFile

func (h *Handler) CreateFromFile(filename string) (*storagev1.StorageClass, error)

CreateFromFile create storageclass from yaml file.

func (*Handler) CreateFromRaw

func (h *Handler) CreateFromRaw(raw map[string]interface{}) (*storagev1.StorageClass, error)

CreateFromRaw create storageclass from map[string]interface{}.

func (*Handler) DeepCopy

func (in *Handler) DeepCopy() *Handler

func (*Handler) Delete

func (h *Handler) Delete(name string) error

Delete delete storageclass by name, alias to "DeleteByName".

func (*Handler) DeleteByName

func (h *Handler) DeleteByName(name string) error

DeleteByName delete storageclass by name.

func (*Handler) DeleteFromBytes

func (h *Handler) DeleteFromBytes(data []byte) error

DeleteFromBytes delete storageclass from bytes.

func (*Handler) DeleteFromFile

func (h *Handler) DeleteFromFile(filename string) error

DeleteFromFile delete storageclass from yaml file.

func (*Handler) DiscoveryClient added in v0.2.0

func (h *Handler) DiscoveryClient() *discovery.DiscoveryClient

func (*Handler) DynamicClient added in v0.2.0

func (h *Handler) DynamicClient() dynamic.Interface

func (*Handler) Get

func (h *Handler) Get(name string) (*storagev1.StorageClass, error)

Get get storageclass by name, alias to "GetByName.

func (*Handler) GetAge added in v0.2.0

func (h *Handler) GetAge(object interface{}) (time.Duration, error)

GetAge returns this storageclass age.

func (*Handler) GetByName

func (h *Handler) GetByName(name string) (*storagev1.StorageClass, error)

GetByName get storageclass by name

func (*Handler) GetFromBytes

func (h *Handler) GetFromBytes(data []byte) (*storagev1.StorageClass, error)

GetFromBytes get storageclass from bytes.

func (*Handler) GetFromFile

func (h *Handler) GetFromFile(filename string) (*storagev1.StorageClass, error)

GetFromFile get storageclass from yaml file.

func (*Handler) GetProvisioner added in v0.2.0

func (h *Handler) GetProvisioner(object interface{}) (string, error)

GetProvisioner get the provisioner of the storageclass.

func (*Handler) GetReclaimPolicy added in v0.2.0

func (h *Handler) GetReclaimPolicy(object interface{}) (string, error)

GetReclaimPolicy get the reclaim policy of the storageclass.

func (*Handler) IsAllowVolumeExpansion added in v0.2.0

func (h *Handler) IsAllowVolumeExpansion(object interface{}) (bool, error)

IsAllowVolumeExpansion checks whether the storageclass allow volume expand.

func (*Handler) List

func (h *Handler) List(labels string) (*storagev1.StorageClassList, error)

List list storageclasses by labels, alias to "ListByLabel".

func (*Handler) ListAll

func (h *Handler) ListAll() (*storagev1.StorageClassList, error)

ListAll list all storageclasses in the k8s cluster.

func (*Handler) ListByLabel

func (h *Handler) ListByLabel(labels string) (*storagev1.StorageClassList, error)

ListByLabel list storageclasses by labels.

func (*Handler) RESTClient added in v0.2.0

func (h *Handler) RESTClient() *rest.RESTClient

func (*Handler) RunInformer

func (h *Handler) RunInformer(
	addFunc func(obj interface{}),
	updateFunc func(oldObj, newObj interface{}),
	deleteFunc func(obj interface{}),
	stopCh chan struct{})

RunInformer

func (*Handler) SetForceDelete

func (h *Handler) SetForceDelete(force bool)

func (*Handler) SetLimit

func (h *Handler) SetLimit(limit int64)

func (*Handler) SetTimeout

func (h *Handler) SetTimeout(timeout int64)

func (*Handler) Update

func (h *Handler) Update(filename string) (*storagev1.StorageClass, error)

Update update storageclass from yaml file, alias to "UpdateFromFile".

func (*Handler) UpdateFromBytes

func (h *Handler) UpdateFromBytes(data []byte) (*storagev1.StorageClass, error)

UpdateFromBytes update storageclass from bytes.

func (*Handler) UpdateFromFile

func (h *Handler) UpdateFromFile(filename string) (*storagev1.StorageClass, error)

UpdateFromFile update storageclass from yaml file

func (*Handler) UpdateFromRaw

func (h *Handler) UpdateFromRaw(raw map[string]interface{}) (*storagev1.StorageClass, error)

UpdateFromRaw update storageclass from map[string]interface{}.

func (*Handler) Watch

func (h *Handler) Watch(name string,
	addFunc, modifyFunc, deleteFunc func(x interface{}), x interface{}) (err error)

Watch watch storageclass by name, alias to "WatchByName".

func (*Handler) WatchByLabel

func (h *Handler) WatchByLabel(labelSelector string,
	addFunc, modifyFunc, deleteFunc func(x interface{}), x interface{}) (err error)

WatchByLabel watch storageclass by label.

func (*Handler) WatchByName

func (h *Handler) WatchByName(name string,
	addFunc, modifyFunc, deleteFunc func(x interface{}), x interface{}) (err error)

WatchByName watch storageclass by name.

func (*Handler) WithDryRun

func (h *Handler) WithDryRun() *Handler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL