...

Package v1alpha1

import "k8s.io/client-go/listers/storage/v1alpha1"
Overview
Index

Overview ▾

type CSIStorageCapacityLister

CSIStorageCapacityLister helps list CSIStorageCapacities. All objects returned here must be treated as read-only.

type CSIStorageCapacityLister interface {
    // List lists all CSIStorageCapacities in the indexer.
    // Objects returned here must be treated as read-only.
    List(selector labels.Selector) (ret []*v1alpha1.CSIStorageCapacity, err error)
    // CSIStorageCapacities returns an object that can list and get CSIStorageCapacities.
    CSIStorageCapacities(namespace string) CSIStorageCapacityNamespaceLister
    CSIStorageCapacityListerExpansion
}

func NewCSIStorageCapacityLister

func NewCSIStorageCapacityLister(indexer cache.Indexer) CSIStorageCapacityLister

NewCSIStorageCapacityLister returns a new CSIStorageCapacityLister.

type CSIStorageCapacityListerExpansion

CSIStorageCapacityListerExpansion allows custom methods to be added to CSIStorageCapacityLister.

type CSIStorageCapacityListerExpansion interface{}

type CSIStorageCapacityNamespaceLister

CSIStorageCapacityNamespaceLister helps list and get CSIStorageCapacities. All objects returned here must be treated as read-only.

type CSIStorageCapacityNamespaceLister interface {
    // List lists all CSIStorageCapacities in the indexer for a given namespace.
    // Objects returned here must be treated as read-only.
    List(selector labels.Selector) (ret []*v1alpha1.CSIStorageCapacity, err error)
    // Get retrieves the CSIStorageCapacity from the indexer for a given namespace and name.
    // Objects returned here must be treated as read-only.
    Get(name string) (*v1alpha1.CSIStorageCapacity, error)
    CSIStorageCapacityNamespaceListerExpansion
}

type CSIStorageCapacityNamespaceListerExpansion

CSIStorageCapacityNamespaceListerExpansion allows custom methods to be added to CSIStorageCapacityNamespaceLister.

type CSIStorageCapacityNamespaceListerExpansion interface{}

type VolumeAttachmentLister

VolumeAttachmentLister helps list VolumeAttachments. All objects returned here must be treated as read-only.

type VolumeAttachmentLister interface {
    // List lists all VolumeAttachments in the indexer.
    // Objects returned here must be treated as read-only.
    List(selector labels.Selector) (ret []*v1alpha1.VolumeAttachment, err error)
    // Get retrieves the VolumeAttachment from the index for a given name.
    // Objects returned here must be treated as read-only.
    Get(name string) (*v1alpha1.VolumeAttachment, error)
    VolumeAttachmentListerExpansion
}

func NewVolumeAttachmentLister

func NewVolumeAttachmentLister(indexer cache.Indexer) VolumeAttachmentLister

NewVolumeAttachmentLister returns a new VolumeAttachmentLister.

type VolumeAttachmentListerExpansion

VolumeAttachmentListerExpansion allows custom methods to be added to VolumeAttachmentLister.

type VolumeAttachmentListerExpansion interface{}

type VolumeAttributesClassLister

VolumeAttributesClassLister helps list VolumeAttributesClasses. All objects returned here must be treated as read-only.

type VolumeAttributesClassLister interface {
    // List lists all VolumeAttributesClasses in the indexer.
    // Objects returned here must be treated as read-only.
    List(selector labels.Selector) (ret []*v1alpha1.VolumeAttributesClass, err error)
    // Get retrieves the VolumeAttributesClass from the index for a given name.
    // Objects returned here must be treated as read-only.
    Get(name string) (*v1alpha1.VolumeAttributesClass, error)
    VolumeAttributesClassListerExpansion
}

func NewVolumeAttributesClassLister

func NewVolumeAttributesClassLister(indexer cache.Indexer) VolumeAttributesClassLister

NewVolumeAttributesClassLister returns a new VolumeAttributesClassLister.

type VolumeAttributesClassListerExpansion

VolumeAttributesClassListerExpansion allows custom methods to be added to VolumeAttributesClassLister.

type VolumeAttributesClassListerExpansion interface{}