Documentation ¶
Index ¶
- func GatewayClassClientFromClientsetProvider(clients gateway_networking_k8s_io_v1.Clientset) gateway_networking_k8s_io_v1.GatewayClassClient
- func GatewayClassClientProvider(client client.Client) gateway_networking_k8s_io_v1.GatewayClassClient
- func GatewayClientFromClientsetProvider(clients gateway_networking_k8s_io_v1.Clientset) gateway_networking_k8s_io_v1.GatewayClient
- func GatewayClientProvider(client client.Client) gateway_networking_k8s_io_v1.GatewayClient
- func HTTPRouteClientFromClientsetProvider(clients gateway_networking_k8s_io_v1.Clientset) gateway_networking_k8s_io_v1.HTTPRouteClient
- func HTTPRouteClientProvider(client client.Client) gateway_networking_k8s_io_v1.HTTPRouteClient
- type GatewayClassClientFactory
- type GatewayClassClientFromConfigFactory
- type GatewayClientFactory
- type GatewayClientFromConfigFactory
- type HTTPRouteClientFactory
- type HTTPRouteClientFromConfigFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GatewayClassClientFromClientsetProvider ¶
func GatewayClassClientFromClientsetProvider(clients gateway_networking_k8s_io_v1.Clientset) gateway_networking_k8s_io_v1.GatewayClassClient
Provider for GatewayClassClient from Clientset
func GatewayClassClientProvider ¶
func GatewayClassClientProvider(client client.Client) gateway_networking_k8s_io_v1.GatewayClassClient
Provider for GatewayClass Client from Client
func GatewayClientFromClientsetProvider ¶
func GatewayClientFromClientsetProvider(clients gateway_networking_k8s_io_v1.Clientset) gateway_networking_k8s_io_v1.GatewayClient
Provider for GatewayClient from Clientset
func GatewayClientProvider ¶
func GatewayClientProvider(client client.Client) gateway_networking_k8s_io_v1.GatewayClient
Provider for Gateway Client from Client
func HTTPRouteClientFromClientsetProvider ¶
func HTTPRouteClientFromClientsetProvider(clients gateway_networking_k8s_io_v1.Clientset) gateway_networking_k8s_io_v1.HTTPRouteClient
Provider for HTTPRouteClient from Clientset
func HTTPRouteClientProvider ¶
func HTTPRouteClientProvider(client client.Client) gateway_networking_k8s_io_v1.HTTPRouteClient
Provider for HTTPRoute Client from Client
Types ¶
type GatewayClassClientFactory ¶
type GatewayClassClientFactory func(client client.Client) gateway_networking_k8s_io_v1.GatewayClassClient
func GatewayClassClientFactoryProvider ¶
func GatewayClassClientFactoryProvider() GatewayClassClientFactory
type GatewayClassClientFromConfigFactory ¶
type GatewayClassClientFromConfigFactory func(cfg *rest.Config) (gateway_networking_k8s_io_v1.GatewayClassClient, error)
func GatewayClassClientFromConfigFactoryProvider ¶
func GatewayClassClientFromConfigFactoryProvider() GatewayClassClientFromConfigFactory
type GatewayClientFactory ¶
type GatewayClientFactory func(client client.Client) gateway_networking_k8s_io_v1.GatewayClient
func GatewayClientFactoryProvider ¶
func GatewayClientFactoryProvider() GatewayClientFactory
type GatewayClientFromConfigFactory ¶
type GatewayClientFromConfigFactory func(cfg *rest.Config) (gateway_networking_k8s_io_v1.GatewayClient, error)
func GatewayClientFromConfigFactoryProvider ¶
func GatewayClientFromConfigFactoryProvider() GatewayClientFromConfigFactory
type HTTPRouteClientFactory ¶
type HTTPRouteClientFactory func(client client.Client) gateway_networking_k8s_io_v1.HTTPRouteClient
func HTTPRouteClientFactoryProvider ¶
func HTTPRouteClientFactoryProvider() HTTPRouteClientFactory
type HTTPRouteClientFromConfigFactory ¶
type HTTPRouteClientFromConfigFactory func(cfg *rest.Config) (gateway_networking_k8s_io_v1.HTTPRouteClient, error)
func HTTPRouteClientFromConfigFactoryProvider ¶
func HTTPRouteClientFromConfigFactoryProvider() HTTPRouteClientFromConfigFactory
Click to show internal directories.
Click to hide internal directories.