Documentation
¶
Index ¶
- type ApplicationDefinitionLister
- type ApplicationDefinitionListerExpansion
- type ApplicationDefinitionNamespaceLister
- type ApplicationDefinitionNamespaceListerExpansion
- type ApplicationLister
- type ApplicationListerExpansion
- type ApplicationNamespaceLister
- type ApplicationNamespaceListerExpansion
- type DiskLister
- type DiskListerExpansion
- type DiskNamespaceLister
- type DiskNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationDefinitionLister ¶
type ApplicationDefinitionLister interface { // List lists all ApplicationDefinitions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ApplicationDefinition, err error) // ApplicationDefinitions returns an object that can list and get ApplicationDefinitions. ApplicationDefinitions(namespace string) ApplicationDefinitionNamespaceLister ApplicationDefinitionListerExpansion }
ApplicationDefinitionLister helps list ApplicationDefinitions. All objects returned here must be treated as read-only.
func NewApplicationDefinitionLister ¶
func NewApplicationDefinitionLister(indexer cache.Indexer) ApplicationDefinitionLister
NewApplicationDefinitionLister returns a new ApplicationDefinitionLister.
type ApplicationDefinitionListerExpansion ¶
type ApplicationDefinitionListerExpansion interface{}
ApplicationDefinitionListerExpansion allows custom methods to be added to ApplicationDefinitionLister.
type ApplicationDefinitionNamespaceLister ¶
type ApplicationDefinitionNamespaceLister interface { // List lists all ApplicationDefinitions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ApplicationDefinition, err error) // Get retrieves the ApplicationDefinition from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ApplicationDefinition, error) ApplicationDefinitionNamespaceListerExpansion }
ApplicationDefinitionNamespaceLister helps list and get ApplicationDefinitions. All objects returned here must be treated as read-only.
type ApplicationDefinitionNamespaceListerExpansion ¶
type ApplicationDefinitionNamespaceListerExpansion interface{}
ApplicationDefinitionNamespaceListerExpansion allows custom methods to be added to ApplicationDefinitionNamespaceLister.
type ApplicationLister ¶
type ApplicationLister interface { // List lists all Applications in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Application, err error) // Applications returns an object that can list and get Applications. Applications(namespace string) ApplicationNamespaceLister ApplicationListerExpansion }
ApplicationLister helps list Applications. All objects returned here must be treated as read-only.
func NewApplicationLister ¶
func NewApplicationLister(indexer cache.Indexer) ApplicationLister
NewApplicationLister returns a new ApplicationLister.
type ApplicationListerExpansion ¶
type ApplicationListerExpansion interface{}
ApplicationListerExpansion allows custom methods to be added to ApplicationLister.
type ApplicationNamespaceLister ¶
type ApplicationNamespaceLister interface { // List lists all Applications in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Application, err error) // Get retrieves the Application from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Application, error) ApplicationNamespaceListerExpansion }
ApplicationNamespaceLister helps list and get Applications. All objects returned here must be treated as read-only.
type ApplicationNamespaceListerExpansion ¶
type ApplicationNamespaceListerExpansion interface{}
ApplicationNamespaceListerExpansion allows custom methods to be added to ApplicationNamespaceLister.
type DiskLister ¶
type DiskLister interface { // List lists all Disks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Disk, err error) // Disks returns an object that can list and get Disks. Disks(namespace string) DiskNamespaceLister DiskListerExpansion }
DiskLister helps list Disks. All objects returned here must be treated as read-only.
func NewDiskLister ¶
func NewDiskLister(indexer cache.Indexer) DiskLister
NewDiskLister returns a new DiskLister.
type DiskListerExpansion ¶
type DiskListerExpansion interface{}
DiskListerExpansion allows custom methods to be added to DiskLister.
type DiskNamespaceLister ¶
type DiskNamespaceLister interface { // List lists all Disks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Disk, err error) // Get retrieves the Disk from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Disk, error) DiskNamespaceListerExpansion }
DiskNamespaceLister helps list and get Disks. All objects returned here must be treated as read-only.
type DiskNamespaceListerExpansion ¶
type DiskNamespaceListerExpansion interface{}
DiskNamespaceListerExpansion allows custom methods to be added to DiskNamespaceLister.