Documentation ¶
Index ¶
- type GatewayLister
- type GatewayListerExpansion
- type GatewayNamespaceLister
- type GatewayNamespaceListerExpansion
- type GatewayPublicIPAssociationLister
- type GatewayPublicIPAssociationListerExpansion
- type GatewayPublicIPAssociationNamespaceLister
- type GatewayPublicIPAssociationNamespaceListerExpansion
- type GatewayPublicIPPrefixAssociationLister
- type GatewayPublicIPPrefixAssociationListerExpansion
- type GatewayPublicIPPrefixAssociationNamespaceLister
- type GatewayPublicIPPrefixAssociationNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayLister ¶
type GatewayLister interface { // List lists all Gateways in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Gateway, err error) // Gateways returns an object that can list and get Gateways. Gateways(namespace string) GatewayNamespaceLister GatewayListerExpansion }
GatewayLister helps list Gateways. All objects returned here must be treated as read-only.
func NewGatewayLister ¶
func NewGatewayLister(indexer cache.Indexer) GatewayLister
NewGatewayLister returns a new GatewayLister.
type GatewayListerExpansion ¶
type GatewayListerExpansion interface{}
GatewayListerExpansion allows custom methods to be added to GatewayLister.
type GatewayNamespaceLister ¶
type GatewayNamespaceLister interface { // List lists all Gateways in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Gateway, err error) // Get retrieves the Gateway from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Gateway, error) GatewayNamespaceListerExpansion }
GatewayNamespaceLister helps list and get Gateways. All objects returned here must be treated as read-only.
type GatewayNamespaceListerExpansion ¶
type GatewayNamespaceListerExpansion interface{}
GatewayNamespaceListerExpansion allows custom methods to be added to GatewayNamespaceLister.
type GatewayPublicIPAssociationLister ¶
type GatewayPublicIPAssociationLister interface { // List lists all GatewayPublicIPAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GatewayPublicIPAssociation, err error) // GatewayPublicIPAssociations returns an object that can list and get GatewayPublicIPAssociations. GatewayPublicIPAssociations(namespace string) GatewayPublicIPAssociationNamespaceLister GatewayPublicIPAssociationListerExpansion }
GatewayPublicIPAssociationLister helps list GatewayPublicIPAssociations. All objects returned here must be treated as read-only.
func NewGatewayPublicIPAssociationLister ¶
func NewGatewayPublicIPAssociationLister(indexer cache.Indexer) GatewayPublicIPAssociationLister
NewGatewayPublicIPAssociationLister returns a new GatewayPublicIPAssociationLister.
type GatewayPublicIPAssociationListerExpansion ¶
type GatewayPublicIPAssociationListerExpansion interface{}
GatewayPublicIPAssociationListerExpansion allows custom methods to be added to GatewayPublicIPAssociationLister.
type GatewayPublicIPAssociationNamespaceLister ¶
type GatewayPublicIPAssociationNamespaceLister interface { // List lists all GatewayPublicIPAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GatewayPublicIPAssociation, err error) // Get retrieves the GatewayPublicIPAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GatewayPublicIPAssociation, error) GatewayPublicIPAssociationNamespaceListerExpansion }
GatewayPublicIPAssociationNamespaceLister helps list and get GatewayPublicIPAssociations. All objects returned here must be treated as read-only.
type GatewayPublicIPAssociationNamespaceListerExpansion ¶
type GatewayPublicIPAssociationNamespaceListerExpansion interface{}
GatewayPublicIPAssociationNamespaceListerExpansion allows custom methods to be added to GatewayPublicIPAssociationNamespaceLister.
type GatewayPublicIPPrefixAssociationLister ¶
type GatewayPublicIPPrefixAssociationLister interface { // List lists all GatewayPublicIPPrefixAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GatewayPublicIPPrefixAssociation, err error) // GatewayPublicIPPrefixAssociations returns an object that can list and get GatewayPublicIPPrefixAssociations. GatewayPublicIPPrefixAssociations(namespace string) GatewayPublicIPPrefixAssociationNamespaceLister GatewayPublicIPPrefixAssociationListerExpansion }
GatewayPublicIPPrefixAssociationLister helps list GatewayPublicIPPrefixAssociations. All objects returned here must be treated as read-only.
func NewGatewayPublicIPPrefixAssociationLister ¶
func NewGatewayPublicIPPrefixAssociationLister(indexer cache.Indexer) GatewayPublicIPPrefixAssociationLister
NewGatewayPublicIPPrefixAssociationLister returns a new GatewayPublicIPPrefixAssociationLister.
type GatewayPublicIPPrefixAssociationListerExpansion ¶
type GatewayPublicIPPrefixAssociationListerExpansion interface{}
GatewayPublicIPPrefixAssociationListerExpansion allows custom methods to be added to GatewayPublicIPPrefixAssociationLister.
type GatewayPublicIPPrefixAssociationNamespaceLister ¶
type GatewayPublicIPPrefixAssociationNamespaceLister interface { // List lists all GatewayPublicIPPrefixAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GatewayPublicIPPrefixAssociation, err error) // Get retrieves the GatewayPublicIPPrefixAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GatewayPublicIPPrefixAssociation, error) GatewayPublicIPPrefixAssociationNamespaceListerExpansion }
GatewayPublicIPPrefixAssociationNamespaceLister helps list and get GatewayPublicIPPrefixAssociations. All objects returned here must be treated as read-only.
type GatewayPublicIPPrefixAssociationNamespaceListerExpansion ¶
type GatewayPublicIPPrefixAssociationNamespaceListerExpansion interface{}
GatewayPublicIPPrefixAssociationNamespaceListerExpansion allows custom methods to be added to GatewayPublicIPPrefixAssociationNamespaceLister.