Documentation ¶
Index ¶
- func DashboardClientFromClientsetProvider(clients settings_mesh_gloo_solo_io_v1.Clientset) settings_mesh_gloo_solo_io_v1.DashboardClient
- func DashboardClientProvider(client client.Client) settings_mesh_gloo_solo_io_v1.DashboardClient
- func SettingsClientFromClientsetProvider(clients settings_mesh_gloo_solo_io_v1.Clientset) settings_mesh_gloo_solo_io_v1.SettingsClient
- func SettingsClientProvider(client client.Client) settings_mesh_gloo_solo_io_v1.SettingsClient
- type DashboardClientFactory
- type DashboardClientFromConfigFactory
- type SettingsClientFactory
- type SettingsClientFromConfigFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DashboardClientFromClientsetProvider ¶ added in v1.1.0
func DashboardClientFromClientsetProvider(clients settings_mesh_gloo_solo_io_v1.Clientset) settings_mesh_gloo_solo_io_v1.DashboardClient
Provider for DashboardClient from Clientset
func DashboardClientProvider ¶ added in v1.1.0
func DashboardClientProvider(client client.Client) settings_mesh_gloo_solo_io_v1.DashboardClient
Provider for Dashboard Client from Client
func SettingsClientFromClientsetProvider ¶
func SettingsClientFromClientsetProvider(clients settings_mesh_gloo_solo_io_v1.Clientset) settings_mesh_gloo_solo_io_v1.SettingsClient
Provider for SettingsClient from Clientset
func SettingsClientProvider ¶
func SettingsClientProvider(client client.Client) settings_mesh_gloo_solo_io_v1.SettingsClient
Provider for Settings Client from Client
Types ¶
type DashboardClientFactory ¶ added in v1.1.0
type DashboardClientFactory func(client client.Client) settings_mesh_gloo_solo_io_v1.DashboardClient
func DashboardClientFactoryProvider ¶ added in v1.1.0
func DashboardClientFactoryProvider() DashboardClientFactory
type DashboardClientFromConfigFactory ¶ added in v1.1.0
type DashboardClientFromConfigFactory func(cfg *rest.Config) (settings_mesh_gloo_solo_io_v1.DashboardClient, error)
func DashboardClientFromConfigFactoryProvider ¶ added in v1.1.0
func DashboardClientFromConfigFactoryProvider() DashboardClientFromConfigFactory
type SettingsClientFactory ¶
type SettingsClientFactory func(client client.Client) settings_mesh_gloo_solo_io_v1.SettingsClient
func SettingsClientFactoryProvider ¶
func SettingsClientFactoryProvider() SettingsClientFactory
type SettingsClientFromConfigFactory ¶
type SettingsClientFromConfigFactory func(cfg *rest.Config) (settings_mesh_gloo_solo_io_v1.SettingsClient, error)
func SettingsClientFromConfigFactoryProvider ¶
func SettingsClientFromConfigFactoryProvider() SettingsClientFromConfigFactory
Click to show internal directories.
Click to hide internal directories.