Documentation ¶
Index ¶
- type InstanceAttachmentLister
- type InstanceAttachmentListerExpansion
- type InstanceAttachmentNamespaceLister
- type InstanceAttachmentNamespaceListerExpansion
- type InstanceLister
- type InstanceListerExpansion
- type InstanceNamespaceLister
- type InstanceNamespaceListerExpansion
- type ServiceLinkedRoleLister
- type ServiceLinkedRoleListerExpansion
- type ServiceLinkedRoleNamespaceLister
- type ServiceLinkedRoleNamespaceListerExpansion
- type SnapshotLister
- type SnapshotListerExpansion
- type SnapshotNamespaceLister
- type SnapshotNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceAttachmentLister ¶ added in v0.5.0
type InstanceAttachmentLister interface { // List lists all InstanceAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceAttachment, err error) // InstanceAttachments returns an object that can list and get InstanceAttachments. InstanceAttachments(namespace string) InstanceAttachmentNamespaceLister InstanceAttachmentListerExpansion }
InstanceAttachmentLister helps list InstanceAttachments. All objects returned here must be treated as read-only.
func NewInstanceAttachmentLister ¶ added in v0.5.0
func NewInstanceAttachmentLister(indexer cache.Indexer) InstanceAttachmentLister
NewInstanceAttachmentLister returns a new InstanceAttachmentLister.
type InstanceAttachmentListerExpansion ¶ added in v0.5.0
type InstanceAttachmentListerExpansion interface{}
InstanceAttachmentListerExpansion allows custom methods to be added to InstanceAttachmentLister.
type InstanceAttachmentNamespaceLister ¶ added in v0.5.0
type InstanceAttachmentNamespaceLister interface { // List lists all InstanceAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceAttachment, err error) // Get retrieves the InstanceAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceAttachment, error) InstanceAttachmentNamespaceListerExpansion }
InstanceAttachmentNamespaceLister helps list and get InstanceAttachments. All objects returned here must be treated as read-only.
type InstanceAttachmentNamespaceListerExpansion ¶ added in v0.5.0
type InstanceAttachmentNamespaceListerExpansion interface{}
InstanceAttachmentNamespaceListerExpansion allows custom methods to be added to InstanceAttachmentNamespaceLister.
type InstanceLister ¶
type InstanceLister interface { // List lists all Instances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Instances returns an object that can list and get Instances. Instances(namespace string) InstanceNamespaceLister InstanceListerExpansion }
InstanceLister helps list Instances. All objects returned here must be treated as read-only.
func NewInstanceLister ¶
func NewInstanceLister(indexer cache.Indexer) InstanceLister
NewInstanceLister returns a new InstanceLister.
type InstanceListerExpansion ¶
type InstanceListerExpansion interface{}
InstanceListerExpansion allows custom methods to be added to InstanceLister.
type InstanceNamespaceLister ¶
type InstanceNamespaceLister interface { // List lists all Instances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Get retrieves the Instance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Instance, error) InstanceNamespaceListerExpansion }
InstanceNamespaceLister helps list and get Instances. All objects returned here must be treated as read-only.
type InstanceNamespaceListerExpansion ¶
type InstanceNamespaceListerExpansion interface{}
InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.
type ServiceLinkedRoleLister ¶ added in v0.5.0
type ServiceLinkedRoleLister interface { // List lists all ServiceLinkedRoles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceLinkedRole, err error) // ServiceLinkedRoles returns an object that can list and get ServiceLinkedRoles. ServiceLinkedRoles(namespace string) ServiceLinkedRoleNamespaceLister ServiceLinkedRoleListerExpansion }
ServiceLinkedRoleLister helps list ServiceLinkedRoles. All objects returned here must be treated as read-only.
func NewServiceLinkedRoleLister ¶ added in v0.5.0
func NewServiceLinkedRoleLister(indexer cache.Indexer) ServiceLinkedRoleLister
NewServiceLinkedRoleLister returns a new ServiceLinkedRoleLister.
type ServiceLinkedRoleListerExpansion ¶ added in v0.5.0
type ServiceLinkedRoleListerExpansion interface{}
ServiceLinkedRoleListerExpansion allows custom methods to be added to ServiceLinkedRoleLister.
type ServiceLinkedRoleNamespaceLister ¶ added in v0.5.0
type ServiceLinkedRoleNamespaceLister interface { // List lists all ServiceLinkedRoles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServiceLinkedRole, err error) // Get retrieves the ServiceLinkedRole from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServiceLinkedRole, error) ServiceLinkedRoleNamespaceListerExpansion }
ServiceLinkedRoleNamespaceLister helps list and get ServiceLinkedRoles. All objects returned here must be treated as read-only.
type ServiceLinkedRoleNamespaceListerExpansion ¶ added in v0.5.0
type ServiceLinkedRoleNamespaceListerExpansion interface{}
ServiceLinkedRoleNamespaceListerExpansion allows custom methods to be added to ServiceLinkedRoleNamespaceLister.
type SnapshotLister ¶ added in v0.5.0
type SnapshotLister interface { // List lists all Snapshots in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Snapshot, err error) // Snapshots returns an object that can list and get Snapshots. Snapshots(namespace string) SnapshotNamespaceLister SnapshotListerExpansion }
SnapshotLister helps list Snapshots. All objects returned here must be treated as read-only.
func NewSnapshotLister ¶ added in v0.5.0
func NewSnapshotLister(indexer cache.Indexer) SnapshotLister
NewSnapshotLister returns a new SnapshotLister.
type SnapshotListerExpansion ¶ added in v0.5.0
type SnapshotListerExpansion interface{}
SnapshotListerExpansion allows custom methods to be added to SnapshotLister.
type SnapshotNamespaceLister ¶ added in v0.5.0
type SnapshotNamespaceLister interface { // List lists all Snapshots in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Snapshot, err error) // Get retrieves the Snapshot from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Snapshot, error) SnapshotNamespaceListerExpansion }
SnapshotNamespaceLister helps list and get Snapshots. All objects returned here must be treated as read-only.
type SnapshotNamespaceListerExpansion ¶ added in v0.5.0
type SnapshotNamespaceListerExpansion interface{}
SnapshotNamespaceListerExpansion allows custom methods to be added to SnapshotNamespaceLister.