Documentation ¶
Index ¶
- type ContainerGroupLister
- type ContainerGroupListerExpansion
- type ContainerGroupNamespaceLister
- type ContainerGroupNamespaceListerExpansion
- type ImageCacheLister
- type ImageCacheListerExpansion
- type ImageCacheNamespaceLister
- type ImageCacheNamespaceListerExpansion
- type OpenapiImageCacheLister
- type OpenapiImageCacheListerExpansion
- type OpenapiImageCacheNamespaceLister
- type OpenapiImageCacheNamespaceListerExpansion
- type VirtualNodeLister
- type VirtualNodeListerExpansion
- type VirtualNodeNamespaceLister
- type VirtualNodeNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerGroupLister ¶
type ContainerGroupLister interface { // List lists all ContainerGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ContainerGroup, err error) // ContainerGroups returns an object that can list and get ContainerGroups. ContainerGroups(namespace string) ContainerGroupNamespaceLister ContainerGroupListerExpansion }
ContainerGroupLister helps list ContainerGroups. All objects returned here must be treated as read-only.
func NewContainerGroupLister ¶
func NewContainerGroupLister(indexer cache.Indexer) ContainerGroupLister
NewContainerGroupLister returns a new ContainerGroupLister.
type ContainerGroupListerExpansion ¶
type ContainerGroupListerExpansion interface{}
ContainerGroupListerExpansion allows custom methods to be added to ContainerGroupLister.
type ContainerGroupNamespaceLister ¶
type ContainerGroupNamespaceLister interface { // List lists all ContainerGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ContainerGroup, err error) // Get retrieves the ContainerGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ContainerGroup, error) ContainerGroupNamespaceListerExpansion }
ContainerGroupNamespaceLister helps list and get ContainerGroups. All objects returned here must be treated as read-only.
type ContainerGroupNamespaceListerExpansion ¶
type ContainerGroupNamespaceListerExpansion interface{}
ContainerGroupNamespaceListerExpansion allows custom methods to be added to ContainerGroupNamespaceLister.
type ImageCacheLister ¶
type ImageCacheLister interface { // List lists all ImageCaches in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ImageCache, err error) // ImageCaches returns an object that can list and get ImageCaches. ImageCaches(namespace string) ImageCacheNamespaceLister ImageCacheListerExpansion }
ImageCacheLister helps list ImageCaches. All objects returned here must be treated as read-only.
func NewImageCacheLister ¶
func NewImageCacheLister(indexer cache.Indexer) ImageCacheLister
NewImageCacheLister returns a new ImageCacheLister.
type ImageCacheListerExpansion ¶
type ImageCacheListerExpansion interface{}
ImageCacheListerExpansion allows custom methods to be added to ImageCacheLister.
type ImageCacheNamespaceLister ¶
type ImageCacheNamespaceLister interface { // List lists all ImageCaches in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ImageCache, err error) // Get retrieves the ImageCache from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ImageCache, error) ImageCacheNamespaceListerExpansion }
ImageCacheNamespaceLister helps list and get ImageCaches. All objects returned here must be treated as read-only.
type ImageCacheNamespaceListerExpansion ¶
type ImageCacheNamespaceListerExpansion interface{}
ImageCacheNamespaceListerExpansion allows custom methods to be added to ImageCacheNamespaceLister.
type OpenapiImageCacheLister ¶
type OpenapiImageCacheLister interface { // List lists all OpenapiImageCaches in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenapiImageCache, err error) // OpenapiImageCaches returns an object that can list and get OpenapiImageCaches. OpenapiImageCaches(namespace string) OpenapiImageCacheNamespaceLister OpenapiImageCacheListerExpansion }
OpenapiImageCacheLister helps list OpenapiImageCaches. All objects returned here must be treated as read-only.
func NewOpenapiImageCacheLister ¶
func NewOpenapiImageCacheLister(indexer cache.Indexer) OpenapiImageCacheLister
NewOpenapiImageCacheLister returns a new OpenapiImageCacheLister.
type OpenapiImageCacheListerExpansion ¶
type OpenapiImageCacheListerExpansion interface{}
OpenapiImageCacheListerExpansion allows custom methods to be added to OpenapiImageCacheLister.
type OpenapiImageCacheNamespaceLister ¶
type OpenapiImageCacheNamespaceLister interface { // List lists all OpenapiImageCaches in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OpenapiImageCache, err error) // Get retrieves the OpenapiImageCache from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OpenapiImageCache, error) OpenapiImageCacheNamespaceListerExpansion }
OpenapiImageCacheNamespaceLister helps list and get OpenapiImageCaches. All objects returned here must be treated as read-only.
type OpenapiImageCacheNamespaceListerExpansion ¶
type OpenapiImageCacheNamespaceListerExpansion interface{}
OpenapiImageCacheNamespaceListerExpansion allows custom methods to be added to OpenapiImageCacheNamespaceLister.
type VirtualNodeLister ¶ added in v0.5.0
type VirtualNodeLister interface { // List lists all VirtualNodes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VirtualNode, err error) // VirtualNodes returns an object that can list and get VirtualNodes. VirtualNodes(namespace string) VirtualNodeNamespaceLister VirtualNodeListerExpansion }
VirtualNodeLister helps list VirtualNodes. All objects returned here must be treated as read-only.
func NewVirtualNodeLister ¶ added in v0.5.0
func NewVirtualNodeLister(indexer cache.Indexer) VirtualNodeLister
NewVirtualNodeLister returns a new VirtualNodeLister.
type VirtualNodeListerExpansion ¶ added in v0.5.0
type VirtualNodeListerExpansion interface{}
VirtualNodeListerExpansion allows custom methods to be added to VirtualNodeLister.
type VirtualNodeNamespaceLister ¶ added in v0.5.0
type VirtualNodeNamespaceLister interface { // List lists all VirtualNodes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VirtualNode, err error) // Get retrieves the VirtualNode from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VirtualNode, error) VirtualNodeNamespaceListerExpansion }
VirtualNodeNamespaceLister helps list and get VirtualNodes. All objects returned here must be treated as read-only.
type VirtualNodeNamespaceListerExpansion ¶ added in v0.5.0
type VirtualNodeNamespaceListerExpansion interface{}
VirtualNodeNamespaceListerExpansion allows custom methods to be added to VirtualNodeNamespaceLister.