Documentation ¶
Index ¶
- type ConfigPatchDeploymentLister
- type ConfigPatchDeploymentListerExpansion
- type ConfigPatchDeploymentNamespaceLister
- type ConfigPatchDeploymentNamespaceListerExpansion
- type LoginSSHPublicKeyLister
- type LoginSSHPublicKeyListerExpansion
- type LoginSSHPublicKeyNamespaceLister
- type LoginSSHPublicKeyNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigPatchDeploymentLister ¶
type ConfigPatchDeploymentLister interface { // List lists all ConfigPatchDeployments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigPatchDeployment, err error) // ConfigPatchDeployments returns an object that can list and get ConfigPatchDeployments. ConfigPatchDeployments(namespace string) ConfigPatchDeploymentNamespaceLister ConfigPatchDeploymentListerExpansion }
ConfigPatchDeploymentLister helps list ConfigPatchDeployments. All objects returned here must be treated as read-only.
func NewConfigPatchDeploymentLister ¶
func NewConfigPatchDeploymentLister(indexer cache.Indexer) ConfigPatchDeploymentLister
NewConfigPatchDeploymentLister returns a new ConfigPatchDeploymentLister.
type ConfigPatchDeploymentListerExpansion ¶
type ConfigPatchDeploymentListerExpansion interface{}
ConfigPatchDeploymentListerExpansion allows custom methods to be added to ConfigPatchDeploymentLister.
type ConfigPatchDeploymentNamespaceLister ¶
type ConfigPatchDeploymentNamespaceLister interface { // List lists all ConfigPatchDeployments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConfigPatchDeployment, err error) // Get retrieves the ConfigPatchDeployment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConfigPatchDeployment, error) ConfigPatchDeploymentNamespaceListerExpansion }
ConfigPatchDeploymentNamespaceLister helps list and get ConfigPatchDeployments. All objects returned here must be treated as read-only.
type ConfigPatchDeploymentNamespaceListerExpansion ¶
type ConfigPatchDeploymentNamespaceListerExpansion interface{}
ConfigPatchDeploymentNamespaceListerExpansion allows custom methods to be added to ConfigPatchDeploymentNamespaceLister.
type LoginSSHPublicKeyLister ¶
type LoginSSHPublicKeyLister interface { // List lists all LoginSSHPublicKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LoginSSHPublicKey, err error) // LoginSSHPublicKeys returns an object that can list and get LoginSSHPublicKeys. LoginSSHPublicKeys(namespace string) LoginSSHPublicKeyNamespaceLister LoginSSHPublicKeyListerExpansion }
LoginSSHPublicKeyLister helps list LoginSSHPublicKeys. All objects returned here must be treated as read-only.
func NewLoginSSHPublicKeyLister ¶
func NewLoginSSHPublicKeyLister(indexer cache.Indexer) LoginSSHPublicKeyLister
NewLoginSSHPublicKeyLister returns a new LoginSSHPublicKeyLister.
type LoginSSHPublicKeyListerExpansion ¶
type LoginSSHPublicKeyListerExpansion interface{}
LoginSSHPublicKeyListerExpansion allows custom methods to be added to LoginSSHPublicKeyLister.
type LoginSSHPublicKeyNamespaceLister ¶
type LoginSSHPublicKeyNamespaceLister interface { // List lists all LoginSSHPublicKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LoginSSHPublicKey, err error) // Get retrieves the LoginSSHPublicKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LoginSSHPublicKey, error) LoginSSHPublicKeyNamespaceListerExpansion }
LoginSSHPublicKeyNamespaceLister helps list and get LoginSSHPublicKeys. All objects returned here must be treated as read-only.
type LoginSSHPublicKeyNamespaceListerExpansion ¶
type LoginSSHPublicKeyNamespaceListerExpansion interface{}
LoginSSHPublicKeyNamespaceListerExpansion allows custom methods to be added to LoginSSHPublicKeyNamespaceLister.