Documentation ¶
Index ¶
- type Paths
- type Runner
- func (r *Runner) APIResources(params ...string) (string, error)
- func (r *Runner) Apply(manifestPath string, params ...string) error
- func (r *Runner) CmdPath() string
- func (r *Runner) Delete(manifestPath string, params ...string) (string, error)
- func (r *Runner) DeleteResource(ns, res, name string) (string, error)
- func (r *Runner) DeleteResources(ns, res string) (string, error)
- func (r *Runner) DeleteResourcesInAllNamespaces(res string) (string, error)
- func (r *Runner) Get(ns string, params ...string) (string, error)
- func (r *Runner) GetResource(ns, res, name string) (string, error)
- func (r *Runner) Version() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) DeleteResource ¶
DeleteResource deletes the specified resource in the specified namespace.
func (*Runner) DeleteResources ¶
DeleteResources deletes the specified resources in the specified namespace.
func (*Runner) DeleteResourcesInAllNamespaces ¶
DeleteResourcesInAllNamespaces deletes the specified resources in all namespaces.
Click to show internal directories.
Click to hide internal directories.