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
Context string
RootPathPrefix string
ShardExternalURL string
Cache cacheoptions.Cache
SecureServing genericapiserveroptions.SecureServingOptions
Authentication genericapiserveroptions.DelegatingAuthenticationOptions
Authorization corevwoptions.Authorization
Audit genericapiserveroptions.AuditOptions
Logs *logs.Options
CoreVirtualWorkspaces corevwoptions.Options
ProfilerAddress string
}
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.