Documentation ¶
Index ¶
- type Workspaces
- func (o *Workspaces) AddFlags(flags *pflag.FlagSet, prefix string)
- func (o *Workspaces) Name() string
- func (o *Workspaces) NewVirtualWorkspaces(rootPathPrefix string, kubeClusterClient kubernetes.ClusterInterface, ...) (extraInformers []rootapiserver.InformerStart, ...)
- func (o *Workspaces) Validate(flagPrefix string) []error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workspaces ¶
type Workspaces struct{}
func NewWorkspaces ¶
func NewWorkspaces() *Workspaces
func (*Workspaces) Name ¶
func (o *Workspaces) Name() string
func (*Workspaces) NewVirtualWorkspaces ¶
func (o *Workspaces) NewVirtualWorkspaces( rootPathPrefix string, kubeClusterClient kubernetes.ClusterInterface, dynamicClusterClient dynamic.ClusterInterface, kcpClusterClient kcpclient.ClusterInterface, wildcardKubeInformers informers.SharedInformerFactory, wildcardKcpInformers kcpinformer.SharedInformerFactory, ) (extraInformers []rootapiserver.InformerStart, workspaces []framework.VirtualWorkspace, err error)
func (*Workspaces) Validate ¶
func (o *Workspaces) Validate(flagPrefix string) []error
Click to show internal directories.
Click to hide internal directories.