Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Add ¶
type Add struct {
clientcmd.ServiceCommand
Args AddArgs `positional-args:"true"`
CACertificatePath string `long:"ca-cert" description:"Environment CA certificate path"`
FS boshsys.FileSystem
}
type AddArgs ¶
type AddArgs struct {
URL string `positional-arg-name:"URI" description:"Environment URL"`
}
type GetClient ¶
type GetClient func() (svchttpclient.Client, error)
type GetDownloadClient ¶ added in v0.7.0
type GetDownloadClient func(string, bool) (downloadhttpclient.Client, error)
type Info ¶
type Info struct {
clientcmd.ServiceCommand
GetClient GetClient
}
type List ¶
type List struct {
clientcmd.ServiceCommand
}
type SetOption ¶ added in v0.4.0
type SetOption struct {
clientcmd.ServiceCommand
Args SetOptionArgs `positional-args:"true"`
CACertificatePath string `long:"ca-cert" description:"Environment CA certificate path"`
FS boshsys.FileSystem
}
type SetOptionArgs ¶ added in v0.4.0
type UpdateClient ¶ added in v0.7.0
type UpdateClient struct {
clientcmd.ServiceCommand
clientcmd.InteractiveAuthCommand
FS boshsys.FileSystem
SsocaExec string
GetClient GetClient
GetDownloadClient GetDownloadClient
}
func (UpdateClient) Execute ¶ added in v0.7.0
func (c UpdateClient) Execute(_ []string) error
Click to show internal directories.
Click to hide internal directories.