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 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
Click to show internal directories.
Click to hide internal directories.