Documentation
¶
Index ¶
- func ExecuteCommand(root *cobra.Command, args ...string) (output string, err error)
- type FakeMksParam
- func (p *FakeMksParam) ClearObjects()
- func (p *FakeMksParam) Client(config *rest.Config) (*mconfig.Client, error)
- func (p *FakeMksParam) GetObjects() []runtime.Object
- func (p *FakeMksParam) Namespace() string
- func (p *FakeMksParam) SetNamespace(ns string)
- func (p *FakeMksParam) SetTestObjects(objects ...runtime.Object)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FakeMksParam ¶
type FakeMksParam struct {
// contains filtered or unexported fields
}
func (*FakeMksParam) ClearObjects ¶
func (p *FakeMksParam) ClearObjects()
func (*FakeMksParam) GetObjects ¶
func (p *FakeMksParam) GetObjects() []runtime.Object
func (*FakeMksParam) Namespace ¶
func (p *FakeMksParam) Namespace() string
func (*FakeMksParam) SetNamespace ¶
func (p *FakeMksParam) SetNamespace(ns string)
func (*FakeMksParam) SetTestObjects ¶
func (p *FakeMksParam) SetTestObjects(objects ...runtime.Object)
Click to show internal directories.
Click to hide internal directories.