Documentation ¶
Index ¶
- func GatewayClassClientFromClientsetProvider(clients gateway_networking_k8s_io_v1beta1.Clientset) gateway_networking_k8s_io_v1beta1.GatewayClassClient
- func GatewayClassClientProvider(client client.Client) gateway_networking_k8s_io_v1beta1.GatewayClassClient
- func GatewayClientFromClientsetProvider(clients gateway_networking_k8s_io_v1beta1.Clientset) gateway_networking_k8s_io_v1beta1.GatewayClient
- func GatewayClientProvider(client client.Client) gateway_networking_k8s_io_v1beta1.GatewayClient
- func HTTPRouteClientFromClientsetProvider(clients gateway_networking_k8s_io_v1beta1.Clientset) gateway_networking_k8s_io_v1beta1.HTTPRouteClient
- func HTTPRouteClientProvider(client client.Client) gateway_networking_k8s_io_v1beta1.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 ¶ added in v0.2.2
func GatewayClassClientFromClientsetProvider(clients gateway_networking_k8s_io_v1beta1.Clientset) gateway_networking_k8s_io_v1beta1.GatewayClassClient
Provider for GatewayClassClient from Clientset
func GatewayClassClientProvider ¶ added in v0.2.2
func GatewayClassClientProvider(client client.Client) gateway_networking_k8s_io_v1beta1.GatewayClassClient
Provider for GatewayClass Client from Client
func GatewayClientFromClientsetProvider ¶
func GatewayClientFromClientsetProvider(clients gateway_networking_k8s_io_v1beta1.Clientset) gateway_networking_k8s_io_v1beta1.GatewayClient
Provider for GatewayClient from Clientset
func GatewayClientProvider ¶
func GatewayClientProvider(client client.Client) gateway_networking_k8s_io_v1beta1.GatewayClient
Provider for Gateway Client from Client
func HTTPRouteClientFromClientsetProvider ¶ added in v0.2.2
func HTTPRouteClientFromClientsetProvider(clients gateway_networking_k8s_io_v1beta1.Clientset) gateway_networking_k8s_io_v1beta1.HTTPRouteClient
Provider for HTTPRouteClient from Clientset
func HTTPRouteClientProvider ¶ added in v0.2.2
func HTTPRouteClientProvider(client client.Client) gateway_networking_k8s_io_v1beta1.HTTPRouteClient
Provider for HTTPRoute Client from Client
Types ¶
type GatewayClassClientFactory ¶ added in v0.2.2
type GatewayClassClientFactory func(client client.Client) gateway_networking_k8s_io_v1beta1.GatewayClassClient
func GatewayClassClientFactoryProvider ¶ added in v0.2.2
func GatewayClassClientFactoryProvider() GatewayClassClientFactory
type GatewayClassClientFromConfigFactory ¶ added in v0.2.2
type GatewayClassClientFromConfigFactory func(cfg *rest.Config) (gateway_networking_k8s_io_v1beta1.GatewayClassClient, error)
func GatewayClassClientFromConfigFactoryProvider ¶ added in v0.2.2
func GatewayClassClientFromConfigFactoryProvider() GatewayClassClientFromConfigFactory
type GatewayClientFactory ¶
type GatewayClientFactory func(client client.Client) gateway_networking_k8s_io_v1beta1.GatewayClient
func GatewayClientFactoryProvider ¶
func GatewayClientFactoryProvider() GatewayClientFactory
type GatewayClientFromConfigFactory ¶
type GatewayClientFromConfigFactory func(cfg *rest.Config) (gateway_networking_k8s_io_v1beta1.GatewayClient, error)
func GatewayClientFromConfigFactoryProvider ¶
func GatewayClientFromConfigFactoryProvider() GatewayClientFromConfigFactory
type HTTPRouteClientFactory ¶ added in v0.2.2
type HTTPRouteClientFactory func(client client.Client) gateway_networking_k8s_io_v1beta1.HTTPRouteClient
func HTTPRouteClientFactoryProvider ¶ added in v0.2.2
func HTTPRouteClientFactoryProvider() HTTPRouteClientFactory
type HTTPRouteClientFromConfigFactory ¶ added in v0.2.2
type HTTPRouteClientFromConfigFactory func(cfg *rest.Config) (gateway_networking_k8s_io_v1beta1.HTTPRouteClient, error)
func HTTPRouteClientFromConfigFactoryProvider ¶ added in v0.2.2
func HTTPRouteClientFromConfigFactoryProvider() HTTPRouteClientFromConfigFactory
Click to show internal directories.
Click to hide internal directories.