Documentation ¶
Index ¶
- func GetPodSpec(ctx context.Context, kube client.Kube, kind, name string) (v1.PodSpec, error)
- func IsContainedSelected(container v1.Container, filter *regexp.Regexp) bool
- func IsService(name string) bool
- func ListPods(ctx context.Context, kube client.Kube, kind, name string) ([]v1.Pod, error)
- func WatchPods(ctx context.Context, kube client.Kube, kind, name string, ...) (watch.Interface, error)
- type Lister
- type PodFilter
- type WrappedWatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPodSpec ¶ added in v0.8.0
func IsContainedSelected ¶ added in v0.8.0
Types ¶
type WrappedWatcher ¶ added in v0.0.16
type WrappedWatcher struct {
// contains filtered or unexported fields
}
func (WrappedWatcher) ResultChan ¶ added in v0.0.16
func (dw WrappedWatcher) ResultChan() <-chan watch.Event
func (WrappedWatcher) Stop ¶ added in v0.0.16
func (dw WrappedWatcher) Stop()
Click to show internal directories.
Click to hide internal directories.