Documentation
¶
Index ¶
- type AzureEndpointLister
- type AzureEndpointListerExpansion
- type AzureEndpointNamespaceLister
- type AzureEndpointNamespaceListerExpansion
- type EndpointLister
- type EndpointListerExpansion
- type EndpointNamespaceLister
- type EndpointNamespaceListerExpansion
- type ExternalEndpointLister
- type ExternalEndpointListerExpansion
- type ExternalEndpointNamespaceLister
- type ExternalEndpointNamespaceListerExpansion
- type NestedEndpointLister
- type NestedEndpointListerExpansion
- type NestedEndpointNamespaceLister
- type NestedEndpointNamespaceListerExpansion
- type ProfileLister
- type ProfileListerExpansion
- type ProfileNamespaceLister
- type ProfileNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureEndpointLister ¶ added in v0.5.0
type AzureEndpointLister interface { // List lists all AzureEndpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AzureEndpoint, err error) // AzureEndpoints returns an object that can list and get AzureEndpoints. AzureEndpoints(namespace string) AzureEndpointNamespaceLister AzureEndpointListerExpansion }
AzureEndpointLister helps list AzureEndpoints. All objects returned here must be treated as read-only.
func NewAzureEndpointLister ¶ added in v0.5.0
func NewAzureEndpointLister(indexer cache.Indexer) AzureEndpointLister
NewAzureEndpointLister returns a new AzureEndpointLister.
type AzureEndpointListerExpansion ¶ added in v0.5.0
type AzureEndpointListerExpansion interface{}
AzureEndpointListerExpansion allows custom methods to be added to AzureEndpointLister.
type AzureEndpointNamespaceLister ¶ added in v0.5.0
type AzureEndpointNamespaceLister interface { // List lists all AzureEndpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AzureEndpoint, err error) // Get retrieves the AzureEndpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AzureEndpoint, error) AzureEndpointNamespaceListerExpansion }
AzureEndpointNamespaceLister helps list and get AzureEndpoints. All objects returned here must be treated as read-only.
type AzureEndpointNamespaceListerExpansion ¶ added in v0.5.0
type AzureEndpointNamespaceListerExpansion interface{}
AzureEndpointNamespaceListerExpansion allows custom methods to be added to AzureEndpointNamespaceLister.
type EndpointLister ¶
type EndpointLister interface { // List lists all Endpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Endpoint, err error) // Endpoints returns an object that can list and get Endpoints. Endpoints(namespace string) EndpointNamespaceLister EndpointListerExpansion }
EndpointLister helps list Endpoints. All objects returned here must be treated as read-only.
func NewEndpointLister ¶
func NewEndpointLister(indexer cache.Indexer) EndpointLister
NewEndpointLister returns a new EndpointLister.
type EndpointListerExpansion ¶
type EndpointListerExpansion interface{}
EndpointListerExpansion allows custom methods to be added to EndpointLister.
type EndpointNamespaceLister ¶
type EndpointNamespaceLister interface { // List lists all Endpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Endpoint, err error) // Get retrieves the Endpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Endpoint, error) EndpointNamespaceListerExpansion }
EndpointNamespaceLister helps list and get Endpoints. All objects returned here must be treated as read-only.
type EndpointNamespaceListerExpansion ¶
type EndpointNamespaceListerExpansion interface{}
EndpointNamespaceListerExpansion allows custom methods to be added to EndpointNamespaceLister.
type ExternalEndpointLister ¶ added in v0.5.0
type ExternalEndpointLister interface { // List lists all ExternalEndpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ExternalEndpoint, err error) // ExternalEndpoints returns an object that can list and get ExternalEndpoints. ExternalEndpoints(namespace string) ExternalEndpointNamespaceLister ExternalEndpointListerExpansion }
ExternalEndpointLister helps list ExternalEndpoints. All objects returned here must be treated as read-only.
func NewExternalEndpointLister ¶ added in v0.5.0
func NewExternalEndpointLister(indexer cache.Indexer) ExternalEndpointLister
NewExternalEndpointLister returns a new ExternalEndpointLister.
type ExternalEndpointListerExpansion ¶ added in v0.5.0
type ExternalEndpointListerExpansion interface{}
ExternalEndpointListerExpansion allows custom methods to be added to ExternalEndpointLister.
type ExternalEndpointNamespaceLister ¶ added in v0.5.0
type ExternalEndpointNamespaceLister interface { // List lists all ExternalEndpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ExternalEndpoint, err error) // Get retrieves the ExternalEndpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ExternalEndpoint, error) ExternalEndpointNamespaceListerExpansion }
ExternalEndpointNamespaceLister helps list and get ExternalEndpoints. All objects returned here must be treated as read-only.
type ExternalEndpointNamespaceListerExpansion ¶ added in v0.5.0
type ExternalEndpointNamespaceListerExpansion interface{}
ExternalEndpointNamespaceListerExpansion allows custom methods to be added to ExternalEndpointNamespaceLister.
type NestedEndpointLister ¶ added in v0.5.0
type NestedEndpointLister interface { // List lists all NestedEndpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NestedEndpoint, err error) // NestedEndpoints returns an object that can list and get NestedEndpoints. NestedEndpoints(namespace string) NestedEndpointNamespaceLister NestedEndpointListerExpansion }
NestedEndpointLister helps list NestedEndpoints. All objects returned here must be treated as read-only.
func NewNestedEndpointLister ¶ added in v0.5.0
func NewNestedEndpointLister(indexer cache.Indexer) NestedEndpointLister
NewNestedEndpointLister returns a new NestedEndpointLister.
type NestedEndpointListerExpansion ¶ added in v0.5.0
type NestedEndpointListerExpansion interface{}
NestedEndpointListerExpansion allows custom methods to be added to NestedEndpointLister.
type NestedEndpointNamespaceLister ¶ added in v0.5.0
type NestedEndpointNamespaceLister interface { // List lists all NestedEndpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NestedEndpoint, err error) // Get retrieves the NestedEndpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NestedEndpoint, error) NestedEndpointNamespaceListerExpansion }
NestedEndpointNamespaceLister helps list and get NestedEndpoints. All objects returned here must be treated as read-only.
type NestedEndpointNamespaceListerExpansion ¶ added in v0.5.0
type NestedEndpointNamespaceListerExpansion interface{}
NestedEndpointNamespaceListerExpansion allows custom methods to be added to NestedEndpointNamespaceLister.
type ProfileLister ¶
type ProfileLister interface { // List lists all Profiles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Profile, err error) // Profiles returns an object that can list and get Profiles. Profiles(namespace string) ProfileNamespaceLister ProfileListerExpansion }
ProfileLister helps list Profiles. All objects returned here must be treated as read-only.
func NewProfileLister ¶
func NewProfileLister(indexer cache.Indexer) ProfileLister
NewProfileLister returns a new ProfileLister.
type ProfileListerExpansion ¶
type ProfileListerExpansion interface{}
ProfileListerExpansion allows custom methods to be added to ProfileLister.
type ProfileNamespaceLister ¶
type ProfileNamespaceLister interface { // List lists all Profiles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Profile, err error) // Get retrieves the Profile from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Profile, error) ProfileNamespaceListerExpansion }
ProfileNamespaceLister helps list and get Profiles. All objects returned here must be treated as read-only.
type ProfileNamespaceListerExpansion ¶
type ProfileNamespaceListerExpansion interface{}
ProfileNamespaceListerExpansion allows custom methods to be added to ProfileNamespaceLister.