Documentation ¶
Index ¶
- type Kubectl
- func (c *Kubectl) Apply(namespace string, cs kubernetes.ChangeSet) (errs kubernetes.SyncError)
- func (c *Kubectl) ApplySingleObj(namespace string, resourceFile string) error
- func (c *Kubectl) DeletePrometheusCrd() error
- func (c *Kubectl) Describe(namespace, sourceKind, sourceName string) (info string)
- func (c *Kubectl) Do(command string) (string, error)
- func (c *Kubectl) Scaler(namespace, sourceKind, sourceName, replicas string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kubectl ¶
type Kubectl struct {
// contains filtered or unexported fields
}
func (*Kubectl) Apply ¶
func (c *Kubectl) Apply(namespace string, cs kubernetes.ChangeSet) (errs kubernetes.SyncError)
func (*Kubectl) ApplySingleObj ¶
func (*Kubectl) DeletePrometheusCrd ¶
Click to show internal directories.
Click to hide internal directories.