Documentation ¶
Index ¶
- func IstioOperatorClientFromClientsetProvider(clients install_istio_io_v1alpha1.Clientset) install_istio_io_v1alpha1.IstioOperatorClient
- func IstioOperatorClientProvider(client client.Client) install_istio_io_v1alpha1.IstioOperatorClient
- type IstioOperatorClientFactory
- type IstioOperatorClientFromConfigFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IstioOperatorClientFromClientsetProvider ¶
func IstioOperatorClientFromClientsetProvider(clients install_istio_io_v1alpha1.Clientset) install_istio_io_v1alpha1.IstioOperatorClient
Provider for IstioOperatorClient from Clientset
func IstioOperatorClientProvider ¶
func IstioOperatorClientProvider(client client.Client) install_istio_io_v1alpha1.IstioOperatorClient
Provider for IstioOperator Client from Client
Types ¶
type IstioOperatorClientFactory ¶
type IstioOperatorClientFactory func(client client.Client) install_istio_io_v1alpha1.IstioOperatorClient
func IstioOperatorClientFactoryProvider ¶
func IstioOperatorClientFactoryProvider() IstioOperatorClientFactory
type IstioOperatorClientFromConfigFactory ¶
type IstioOperatorClientFromConfigFactory func(cfg *rest.Config) (install_istio_io_v1alpha1.IstioOperatorClient, error)
func IstioOperatorClientFromConfigFactoryProvider ¶
func IstioOperatorClientFromConfigFactoryProvider() IstioOperatorClientFromConfigFactory
Click to show internal directories.
Click to hide internal directories.