Documentation
¶
Index ¶
- type ApplicationLister
- type ApplicationListerExpansion
- type ApplicationNamespaceLister
- type ApplicationNamespaceListerExpansion
- type ApplicationVersionLister
- type ApplicationVersionListerExpansion
- type ApplicationVersionNamespaceLister
- type ApplicationVersionNamespaceListerExpansion
- type ConfigurationTemplateLister
- type ConfigurationTemplateListerExpansion
- type ConfigurationTemplateNamespaceLister
- type ConfigurationTemplateNamespaceListerExpansion
- type EnvironmentLister
- type EnvironmentListerExpansion
- type EnvironmentNamespaceLister
- type EnvironmentNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 ApplicationVersionLister ¶
type ApplicationVersionLister interface {
// List lists all ApplicationVersions in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.ApplicationVersion, err error)
// ApplicationVersions returns an object that can list and get ApplicationVersions.
ApplicationVersions(namespace string) ApplicationVersionNamespaceLister
ApplicationVersionListerExpansion
}
ApplicationVersionLister helps list ApplicationVersions. All objects returned here must be treated as read-only.
func NewApplicationVersionLister ¶
func NewApplicationVersionLister(indexer cache.Indexer) ApplicationVersionLister
NewApplicationVersionLister returns a new ApplicationVersionLister.
type ApplicationVersionListerExpansion ¶
type ApplicationVersionListerExpansion interface{}
ApplicationVersionListerExpansion allows custom methods to be added to ApplicationVersionLister.
type ApplicationVersionNamespaceLister ¶
type ApplicationVersionNamespaceLister interface {
// List lists all ApplicationVersions in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.ApplicationVersion, err error)
// Get retrieves the ApplicationVersion from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.ApplicationVersion, error)
ApplicationVersionNamespaceListerExpansion
}
ApplicationVersionNamespaceLister helps list and get ApplicationVersions. All objects returned here must be treated as read-only.
type ApplicationVersionNamespaceListerExpansion ¶
type ApplicationVersionNamespaceListerExpansion interface{}
ApplicationVersionNamespaceListerExpansion allows custom methods to be added to ApplicationVersionNamespaceLister.
type ConfigurationTemplateLister ¶
type ConfigurationTemplateLister interface {
// List lists all ConfigurationTemplates in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.ConfigurationTemplate, err error)
// ConfigurationTemplates returns an object that can list and get ConfigurationTemplates.
ConfigurationTemplates(namespace string) ConfigurationTemplateNamespaceLister
ConfigurationTemplateListerExpansion
}
ConfigurationTemplateLister helps list ConfigurationTemplates. All objects returned here must be treated as read-only.
func NewConfigurationTemplateLister ¶
func NewConfigurationTemplateLister(indexer cache.Indexer) ConfigurationTemplateLister
NewConfigurationTemplateLister returns a new ConfigurationTemplateLister.
type ConfigurationTemplateListerExpansion ¶
type ConfigurationTemplateListerExpansion interface{}
ConfigurationTemplateListerExpansion allows custom methods to be added to ConfigurationTemplateLister.
type ConfigurationTemplateNamespaceLister ¶
type ConfigurationTemplateNamespaceLister interface {
// List lists all ConfigurationTemplates in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.ConfigurationTemplate, err error)
// Get retrieves the ConfigurationTemplate from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.ConfigurationTemplate, error)
ConfigurationTemplateNamespaceListerExpansion
}
ConfigurationTemplateNamespaceLister helps list and get ConfigurationTemplates. All objects returned here must be treated as read-only.
type ConfigurationTemplateNamespaceListerExpansion ¶
type ConfigurationTemplateNamespaceListerExpansion interface{}
ConfigurationTemplateNamespaceListerExpansion allows custom methods to be added to ConfigurationTemplateNamespaceLister.
type EnvironmentLister ¶
type EnvironmentLister interface {
// List lists all Environments in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Environment, err error)
// Environments returns an object that can list and get Environments.
Environments(namespace string) EnvironmentNamespaceLister
EnvironmentListerExpansion
}
EnvironmentLister helps list Environments. All objects returned here must be treated as read-only.
func NewEnvironmentLister ¶
func NewEnvironmentLister(indexer cache.Indexer) EnvironmentLister
NewEnvironmentLister returns a new EnvironmentLister.
type EnvironmentListerExpansion ¶
type EnvironmentListerExpansion interface{}
EnvironmentListerExpansion allows custom methods to be added to EnvironmentLister.
type EnvironmentNamespaceLister ¶
type EnvironmentNamespaceLister interface {
// List lists all Environments in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Environment, err error)
// Get retrieves the Environment from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.Environment, error)
EnvironmentNamespaceListerExpansion
}
EnvironmentNamespaceLister helps list and get Environments. All objects returned here must be treated as read-only.
type EnvironmentNamespaceListerExpansion ¶
type EnvironmentNamespaceListerExpansion interface{}
EnvironmentNamespaceListerExpansion allows custom methods to be added to EnvironmentNamespaceLister.