Documentation ¶
Index ¶
- Variables
- func CombineLatest(deployment types.UID)
- func CreatePod(client client.Client, ctx context.Context, labelSelector *metav1.LabelSelector, ...)
- func DeletePod(c client.Client, ctx context.Context, pod *v1.Pod)
- func GetDeletedPodsChannelFor(deployment types.UID) chan PsPod
- func GetNewPodsChannelFor(deployment types.UID) chan PsPod
- func GetPodsBySelector(client client.Client, ctx context.Context, labelSelector *metav1.LabelSelector) ([]v1.Pod, error)
- type ConfigMapEntry
- type Probe
- type PsPod
- type Restore
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigMap = map[types.UID]*ConfigMapEntry{}
View Source
var DeletedPods = map[types.UID]chan PsPod{}
View Source
var NewPods = map[types.UID]chan PsPod{}
View Source
var Nodes = make(map[string]struct{})
View Source
var RestorePods = make(map[string]string)
View Source
var Restores = make(chan Restore)
Functions ¶
func CombineLatest ¶
func GetNewPodsChannelFor ¶
Types ¶
type ConfigMapEntry ¶
Click to show internal directories.
Click to hide internal directories.