Documentation
¶
Index ¶
- type CloudformationStackLister
- type CloudformationStackListerExpansion
- type CloudformationStackNamespaceLister
- type CloudformationStackNamespaceListerExpansion
- type SetInstanceLister
- type SetInstanceListerExpansion
- type SetInstanceNamespaceLister
- type SetInstanceNamespaceListerExpansion
- type SetLister
- type SetListerExpansion
- type SetNamespaceLister
- type SetNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudformationStackLister ¶
type CloudformationStackLister interface {
// List lists all CloudformationStacks in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.CloudformationStack, err error)
// CloudformationStacks returns an object that can list and get CloudformationStacks.
CloudformationStacks(namespace string) CloudformationStackNamespaceLister
CloudformationStackListerExpansion
}
CloudformationStackLister helps list CloudformationStacks. All objects returned here must be treated as read-only.
func NewCloudformationStackLister ¶
func NewCloudformationStackLister(indexer cache.Indexer) CloudformationStackLister
NewCloudformationStackLister returns a new CloudformationStackLister.
type CloudformationStackListerExpansion ¶
type CloudformationStackListerExpansion interface{}
CloudformationStackListerExpansion allows custom methods to be added to CloudformationStackLister.
type CloudformationStackNamespaceLister ¶
type CloudformationStackNamespaceLister interface {
// List lists all CloudformationStacks in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.CloudformationStack, err error)
// Get retrieves the CloudformationStack from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.CloudformationStack, error)
CloudformationStackNamespaceListerExpansion
}
CloudformationStackNamespaceLister helps list and get CloudformationStacks. All objects returned here must be treated as read-only.
type CloudformationStackNamespaceListerExpansion ¶
type CloudformationStackNamespaceListerExpansion interface{}
CloudformationStackNamespaceListerExpansion allows custom methods to be added to CloudformationStackNamespaceLister.
type SetInstanceLister ¶
type SetInstanceLister interface {
// List lists all SetInstances in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.SetInstance, err error)
// SetInstances returns an object that can list and get SetInstances.
SetInstances(namespace string) SetInstanceNamespaceLister
SetInstanceListerExpansion
}
SetInstanceLister helps list SetInstances. All objects returned here must be treated as read-only.
func NewSetInstanceLister ¶
func NewSetInstanceLister(indexer cache.Indexer) SetInstanceLister
NewSetInstanceLister returns a new SetInstanceLister.
type SetInstanceListerExpansion ¶
type SetInstanceListerExpansion interface{}
SetInstanceListerExpansion allows custom methods to be added to SetInstanceLister.
type SetInstanceNamespaceLister ¶
type SetInstanceNamespaceLister interface {
// List lists all SetInstances in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.SetInstance, err error)
// Get retrieves the SetInstance from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.SetInstance, error)
SetInstanceNamespaceListerExpansion
}
SetInstanceNamespaceLister helps list and get SetInstances. All objects returned here must be treated as read-only.
type SetInstanceNamespaceListerExpansion ¶
type SetInstanceNamespaceListerExpansion interface{}
SetInstanceNamespaceListerExpansion allows custom methods to be added to SetInstanceNamespaceLister.
type SetLister ¶
type SetLister interface {
// List lists all Sets in the indexer.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Set, err error)
// Sets returns an object that can list and get Sets.
Sets(namespace string) SetNamespaceLister
SetListerExpansion
}
SetLister helps list Sets. All objects returned here must be treated as read-only.
func NewSetLister ¶
NewSetLister returns a new SetLister.
type SetListerExpansion ¶
type SetListerExpansion interface{}
SetListerExpansion allows custom methods to be added to SetLister.
type SetNamespaceLister ¶
type SetNamespaceLister interface {
// List lists all Sets in the indexer for a given namespace.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1alpha1.Set, err error)
// Get retrieves the Set from the indexer for a given namespace and name.
// Objects returned here must be treated as read-only.
Get(name string) (*v1alpha1.Set, error)
SetNamespaceListerExpansion
}
SetNamespaceLister helps list and get Sets. All objects returned here must be treated as read-only.
type SetNamespaceListerExpansion ¶
type SetNamespaceListerExpansion interface{}
SetNamespaceListerExpansion allows custom methods to be added to SetNamespaceLister.