Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceHandler ¶
type ResourceHandler interface { UpdateLatestProxyVersion(ctx context.Context, configMap *corev1.ConfigMap) error UpdateServiceMeshClientHost(configMap *corev1.ConfigMap) }
ResourceHandler handles polling the service mesh control plane to obtain proxy version details
func NewDefaultResourceHandler ¶
func NewDefaultResourceHandler( client client.Client, serviceMeshClient services.ServiceMeshClient, log loggerutil.OSOKLogger) ResourceHandler
Click to show internal directories.
Click to hide internal directories.