Documentation ¶
Index ¶
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.
Click to show internal directories.
Click to hide internal directories.