Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultRootPathPrefix string = "/services"
DefaultRootPathPrefix is basically constant forever, or we risk a breaking change. The kubectl plugin for example will use this prefix to generate the root path, and because we don't control kubectl plugin updates, we cannot change this prefix.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Output io.Writer KubeconfigFile string RootPathPrefix string SecureServing genericapiserveroptions.SecureServingOptions Authentication genericapiserveroptions.DelegatingAuthenticationOptions Authorization virtualworkspacesoptions.Authorization Logs logs.Options VirtualWorkspaces virtualworkspacesoptions.Options }
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.