# Functions
NewClientSetConfig creates ClientSetConfig from config file.
NewVersionedClient creates a new networkservicemesh.io ClietSet for the default kubernetes config.
WithBurst - sets maximum burst for throttle See: https://github.com/kubernetes/client-go/blob/v0.28.3/rest/config.go#L120.
WithQPS - QPS indicates the maximum QPS to the master from this client.
# Type aliases
Option is an option pattern for NSM kubeutils.