Documentation ¶
Index ¶
- func SettingsClientFromClientsetProvider(clients settings_mesh_gloo_solo_io_v1alpha2.Clientset) settings_mesh_gloo_solo_io_v1alpha2.SettingsClient
- func SettingsClientProvider(client client.Client) settings_mesh_gloo_solo_io_v1alpha2.SettingsClient
- type SettingsClientFactory
- type SettingsClientFromConfigFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SettingsClientFromClientsetProvider ¶
func SettingsClientFromClientsetProvider(clients settings_mesh_gloo_solo_io_v1alpha2.Clientset) settings_mesh_gloo_solo_io_v1alpha2.SettingsClient
Provider for SettingsClient from Clientset
func SettingsClientProvider ¶
func SettingsClientProvider(client client.Client) settings_mesh_gloo_solo_io_v1alpha2.SettingsClient
Provider for Settings Client from Client
Types ¶
type SettingsClientFactory ¶
type SettingsClientFactory func(client client.Client) settings_mesh_gloo_solo_io_v1alpha2.SettingsClient
func SettingsClientFactoryProvider ¶
func SettingsClientFactoryProvider() SettingsClientFactory
type SettingsClientFromConfigFactory ¶
type SettingsClientFromConfigFactory func(cfg *rest.Config) (settings_mesh_gloo_solo_io_v1alpha2.SettingsClient, error)
func SettingsClientFromConfigFactoryProvider ¶
func SettingsClientFromConfigFactoryProvider() SettingsClientFromConfigFactory
Click to show internal directories.
Click to hide internal directories.