Documentation ¶
Index ¶
- type GatewayConnectionLister
- type GatewayConnectionListerExpansion
- type GatewayConnectionNamespaceLister
- type GatewayConnectionNamespaceListerExpansion
- type GatewayLister
- type GatewayListerExpansion
- type GatewayNamespaceLister
- type GatewayNamespaceListerExpansion
- type ServerConfigurationLister
- type ServerConfigurationListerExpansion
- type ServerConfigurationNamespaceLister
- type ServerConfigurationNamespaceListerExpansion
- type SiteLister
- type SiteListerExpansion
- type SiteNamespaceLister
- type SiteNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayConnectionLister ¶
type GatewayConnectionLister interface { // List lists all GatewayConnections in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GatewayConnection, err error) // GatewayConnections returns an object that can list and get GatewayConnections. GatewayConnections(namespace string) GatewayConnectionNamespaceLister GatewayConnectionListerExpansion }
GatewayConnectionLister helps list GatewayConnections. All objects returned here must be treated as read-only.
func NewGatewayConnectionLister ¶
func NewGatewayConnectionLister(indexer cache.Indexer) GatewayConnectionLister
NewGatewayConnectionLister returns a new GatewayConnectionLister.
type GatewayConnectionListerExpansion ¶
type GatewayConnectionListerExpansion interface{}
GatewayConnectionListerExpansion allows custom methods to be added to GatewayConnectionLister.
type GatewayConnectionNamespaceLister ¶
type GatewayConnectionNamespaceLister interface { // List lists all GatewayConnections in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GatewayConnection, err error) // Get retrieves the GatewayConnection from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GatewayConnection, error) GatewayConnectionNamespaceListerExpansion }
GatewayConnectionNamespaceLister helps list and get GatewayConnections. All objects returned here must be treated as read-only.
type GatewayConnectionNamespaceListerExpansion ¶
type GatewayConnectionNamespaceListerExpansion interface{}
GatewayConnectionNamespaceListerExpansion allows custom methods to be added to GatewayConnectionNamespaceLister.
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 ServerConfigurationLister ¶
type ServerConfigurationLister interface { // List lists all ServerConfigurations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerConfiguration, err error) // ServerConfigurations returns an object that can list and get ServerConfigurations. ServerConfigurations(namespace string) ServerConfigurationNamespaceLister ServerConfigurationListerExpansion }
ServerConfigurationLister helps list ServerConfigurations. All objects returned here must be treated as read-only.
func NewServerConfigurationLister ¶
func NewServerConfigurationLister(indexer cache.Indexer) ServerConfigurationLister
NewServerConfigurationLister returns a new ServerConfigurationLister.
type ServerConfigurationListerExpansion ¶
type ServerConfigurationListerExpansion interface{}
ServerConfigurationListerExpansion allows custom methods to be added to ServerConfigurationLister.
type ServerConfigurationNamespaceLister ¶
type ServerConfigurationNamespaceLister interface { // List lists all ServerConfigurations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerConfiguration, err error) // Get retrieves the ServerConfiguration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServerConfiguration, error) ServerConfigurationNamespaceListerExpansion }
ServerConfigurationNamespaceLister helps list and get ServerConfigurations. All objects returned here must be treated as read-only.
type ServerConfigurationNamespaceListerExpansion ¶
type ServerConfigurationNamespaceListerExpansion interface{}
ServerConfigurationNamespaceListerExpansion allows custom methods to be added to ServerConfigurationNamespaceLister.
type SiteLister ¶
type SiteLister interface { // List lists all Sites in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Site, err error) // Sites returns an object that can list and get Sites. Sites(namespace string) SiteNamespaceLister SiteListerExpansion }
SiteLister helps list Sites. All objects returned here must be treated as read-only.
func NewSiteLister ¶
func NewSiteLister(indexer cache.Indexer) SiteLister
NewSiteLister returns a new SiteLister.
type SiteListerExpansion ¶
type SiteListerExpansion interface{}
SiteListerExpansion allows custom methods to be added to SiteLister.
type SiteNamespaceLister ¶
type SiteNamespaceLister interface { // List lists all Sites in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Site, err error) // Get retrieves the Site from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Site, error) SiteNamespaceListerExpansion }
SiteNamespaceLister helps list and get Sites. All objects returned here must be treated as read-only.
type SiteNamespaceListerExpansion ¶
type SiteNamespaceListerExpansion interface{}
SiteNamespaceListerExpansion allows custom methods to be added to SiteNamespaceLister.