Documentation ¶
Index ¶
- type CephACLLister
- type CephACLListerExpansion
- type CephACLNamespaceLister
- type CephACLNamespaceListerExpansion
- type ServerInstallTaskLister
- type ServerInstallTaskListerExpansion
- type ServerInstallTaskNamespaceLister
- type ServerInstallTaskNamespaceListerExpansion
- type ServerRebootTaskLister
- type ServerRebootTaskListerExpansion
- type ServerRebootTaskNamespaceLister
- type ServerRebootTaskNamespaceListerExpansion
- type ServerUpdateLister
- type ServerUpdateListerExpansion
- type ServerUpdateNamespaceLister
- type ServerUpdateNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CephACLLister ¶
type CephACLLister interface { // List lists all CephACLs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CephACL, err error) // CephACLs returns an object that can list and get CephACLs. CephACLs(namespace string) CephACLNamespaceLister CephACLListerExpansion }
CephACLLister helps list CephACLs. All objects returned here must be treated as read-only.
func NewCephACLLister ¶
func NewCephACLLister(indexer cache.Indexer) CephACLLister
NewCephACLLister returns a new CephACLLister.
type CephACLListerExpansion ¶
type CephACLListerExpansion interface{}
CephACLListerExpansion allows custom methods to be added to CephACLLister.
type CephACLNamespaceLister ¶
type CephACLNamespaceLister interface { // List lists all CephACLs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CephACL, err error) // Get retrieves the CephACL from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CephACL, error) CephACLNamespaceListerExpansion }
CephACLNamespaceLister helps list and get CephACLs. All objects returned here must be treated as read-only.
type CephACLNamespaceListerExpansion ¶
type CephACLNamespaceListerExpansion interface{}
CephACLNamespaceListerExpansion allows custom methods to be added to CephACLNamespaceLister.
type ServerInstallTaskLister ¶
type ServerInstallTaskLister interface { // List lists all ServerInstallTasks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerInstallTask, err error) // ServerInstallTasks returns an object that can list and get ServerInstallTasks. ServerInstallTasks(namespace string) ServerInstallTaskNamespaceLister ServerInstallTaskListerExpansion }
ServerInstallTaskLister helps list ServerInstallTasks. All objects returned here must be treated as read-only.
func NewServerInstallTaskLister ¶
func NewServerInstallTaskLister(indexer cache.Indexer) ServerInstallTaskLister
NewServerInstallTaskLister returns a new ServerInstallTaskLister.
type ServerInstallTaskListerExpansion ¶
type ServerInstallTaskListerExpansion interface{}
ServerInstallTaskListerExpansion allows custom methods to be added to ServerInstallTaskLister.
type ServerInstallTaskNamespaceLister ¶
type ServerInstallTaskNamespaceLister interface { // List lists all ServerInstallTasks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerInstallTask, err error) // Get retrieves the ServerInstallTask from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServerInstallTask, error) ServerInstallTaskNamespaceListerExpansion }
ServerInstallTaskNamespaceLister helps list and get ServerInstallTasks. All objects returned here must be treated as read-only.
type ServerInstallTaskNamespaceListerExpansion ¶
type ServerInstallTaskNamespaceListerExpansion interface{}
ServerInstallTaskNamespaceListerExpansion allows custom methods to be added to ServerInstallTaskNamespaceLister.
type ServerRebootTaskLister ¶
type ServerRebootTaskLister interface { // List lists all ServerRebootTasks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerRebootTask, err error) // ServerRebootTasks returns an object that can list and get ServerRebootTasks. ServerRebootTasks(namespace string) ServerRebootTaskNamespaceLister ServerRebootTaskListerExpansion }
ServerRebootTaskLister helps list ServerRebootTasks. All objects returned here must be treated as read-only.
func NewServerRebootTaskLister ¶
func NewServerRebootTaskLister(indexer cache.Indexer) ServerRebootTaskLister
NewServerRebootTaskLister returns a new ServerRebootTaskLister.
type ServerRebootTaskListerExpansion ¶
type ServerRebootTaskListerExpansion interface{}
ServerRebootTaskListerExpansion allows custom methods to be added to ServerRebootTaskLister.
type ServerRebootTaskNamespaceLister ¶
type ServerRebootTaskNamespaceLister interface { // List lists all ServerRebootTasks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerRebootTask, err error) // Get retrieves the ServerRebootTask from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServerRebootTask, error) ServerRebootTaskNamespaceListerExpansion }
ServerRebootTaskNamespaceLister helps list and get ServerRebootTasks. All objects returned here must be treated as read-only.
type ServerRebootTaskNamespaceListerExpansion ¶
type ServerRebootTaskNamespaceListerExpansion interface{}
ServerRebootTaskNamespaceListerExpansion allows custom methods to be added to ServerRebootTaskNamespaceLister.
type ServerUpdateLister ¶
type ServerUpdateLister interface { // List lists all ServerUpdates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerUpdate, err error) // ServerUpdates returns an object that can list and get ServerUpdates. ServerUpdates(namespace string) ServerUpdateNamespaceLister ServerUpdateListerExpansion }
ServerUpdateLister helps list ServerUpdates. All objects returned here must be treated as read-only.
func NewServerUpdateLister ¶
func NewServerUpdateLister(indexer cache.Indexer) ServerUpdateLister
NewServerUpdateLister returns a new ServerUpdateLister.
type ServerUpdateListerExpansion ¶
type ServerUpdateListerExpansion interface{}
ServerUpdateListerExpansion allows custom methods to be added to ServerUpdateLister.
type ServerUpdateNamespaceLister ¶
type ServerUpdateNamespaceLister interface { // List lists all ServerUpdates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerUpdate, err error) // Get retrieves the ServerUpdate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServerUpdate, error) ServerUpdateNamespaceListerExpansion }
ServerUpdateNamespaceLister helps list and get ServerUpdates. All objects returned here must be treated as read-only.
type ServerUpdateNamespaceListerExpansion ¶
type ServerUpdateNamespaceListerExpansion interface{}
ServerUpdateNamespaceListerExpansion allows custom methods to be added to ServerUpdateNamespaceLister.