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