Documentation
¶
Index ¶
- type Runtime
- func (r *Runtime) DeleteAPIManifests(namespaces *corev1.NamespaceList) error
- func (r *Runtime) GetKubeletPods() ([]v1.Pod, error)
- func (r *Runtime) GetKubeletRunningPods() ([]v1.Pod, error)
- func (r *Runtime) GetKubeletStaticPods() ([]v1.Pod, error)
- func (r *Runtime) Run() error
- func (r *Runtime) SearchStaticPods(pods []v1.Pod) []v1.Pod
- func (r *Runtime) Stop() error
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
func NewRunner ¶
func NewRunner(env *setup.Environment) *Runtime
func (*Runtime) DeleteAPIManifests ¶
func (r *Runtime) DeleteAPIManifests(namespaces *corev1.NamespaceList) error
Click to show internal directories.
Click to hide internal directories.