Documentation ¶
Index ¶
- type AttachBuilder
- func (a *AttachBuilder) Build() (*podexec.AttachPodArgs, error)
- func (a *AttachBuilder) CmdArgsLenAtDash(length int) *AttachBuilder
- func (a *AttachBuilder) Command(command []string) *AttachBuilder
- func (a *AttachBuilder) ContainerName(name string) *AttachBuilder
- func (a *AttachBuilder) IOStreams(stream genericclioptions.IOStreams) *AttachBuilder
- func (a *AttachBuilder) PodName(name string) *AttachBuilder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachBuilder ¶
type AttachBuilder struct { argsbuilder.ArgsBuilder // contains filtered or unexported fields }
func NewAttachArgsBuilder ¶
func NewAttachArgsBuilder() *AttachBuilder
func (*AttachBuilder) Build ¶
func (a *AttachBuilder) Build() (*podexec.AttachPodArgs, error)
func (*AttachBuilder) CmdArgsLenAtDash ¶
func (a *AttachBuilder) CmdArgsLenAtDash(length int) *AttachBuilder
func (*AttachBuilder) Command ¶
func (a *AttachBuilder) Command(command []string) *AttachBuilder
func (*AttachBuilder) ContainerName ¶
func (a *AttachBuilder) ContainerName(name string) *AttachBuilder
func (*AttachBuilder) IOStreams ¶
func (a *AttachBuilder) IOStreams(stream genericclioptions.IOStreams) *AttachBuilder
func (*AttachBuilder) PodName ¶
func (a *AttachBuilder) PodName(name string) *AttachBuilder
Click to show internal directories.
Click to hide internal directories.