Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressDeploymentLister ¶
type IngressDeploymentLister interface { // List lists all IngressDeployments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IngressDeployment, err error) // IngressDeployments returns an object that can list and get IngressDeployments. IngressDeployments(namespace string) IngressDeploymentNamespaceLister IngressDeploymentListerExpansion }
IngressDeploymentLister helps list IngressDeployments. All objects returned here must be treated as read-only.
func NewIngressDeploymentLister ¶
func NewIngressDeploymentLister(indexer cache.Indexer) IngressDeploymentLister
NewIngressDeploymentLister returns a new IngressDeploymentLister.
type IngressDeploymentListerExpansion ¶
type IngressDeploymentListerExpansion interface{}
IngressDeploymentListerExpansion allows custom methods to be added to IngressDeploymentLister.
type IngressDeploymentNamespaceLister ¶
type IngressDeploymentNamespaceLister interface { // List lists all IngressDeployments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.IngressDeployment, err error) // Get retrieves the IngressDeployment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.IngressDeployment, error) IngressDeploymentNamespaceListerExpansion }
IngressDeploymentNamespaceLister helps list and get IngressDeployments. All objects returned here must be treated as read-only.
type IngressDeploymentNamespaceListerExpansion ¶
type IngressDeploymentNamespaceListerExpansion interface{}
IngressDeploymentNamespaceListerExpansion allows custom methods to be added to IngressDeploymentNamespaceLister.
Click to show internal directories.
Click to hide internal directories.