join

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2022 License: MIT Imports: 17 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DaemonSetPods

func DaemonSetPods(ctx context.Context,
	src daemonset.Controller, dst pod.Publisher) (pod.Controller, error)

func DaemonSetPodsWith

func DaemonSetPodsWith(ctx context.Context,
	srcController daemonset.Controller,
	dstController pod.Publisher,
	filterFn func(...*appsv1.DaemonSet) filter.ComparableFilter) (pod.Controller, error)

func DeploymentPods

func DeploymentPods(ctx context.Context,
	src deployment.Controller, dst pod.Publisher) (pod.Controller, error)

func DeploymentPodsWith

func DeploymentPodsWith(ctx context.Context,
	srcController deployment.Controller,
	dstController pod.Publisher,
	filterFn func(...*appsv1.Deployment) filter.ComparableFilter) (pod.Controller, error)

func IngressPods

func IngressPods(ctx context.Context, srcbase ingress.Controller, svcbase service.Controller, dstbase pod.Controller) (pod.Controller, error)

func IngressServicesWith

func IngressServicesWith(ctx context.Context,
	srcController ingress.Controller,
	dstController service.Publisher,
	filterFn func(...*networkingv1beta1.Ingress) filter.ComparableFilter) (service.Controller, error)

func JobPods added in v0.3.0

func JobPods(ctx context.Context,
	src job.Controller, dst pod.Publisher) (pod.Controller, error)

func JobPodsWith added in v0.3.0

func JobPodsWith(ctx context.Context,
	srcController job.Controller,
	dstController pod.Publisher,
	filterFn func(...*batchv1.Job) filter.ComparableFilter) (pod.Controller, error)

func RCPodsWith

func RCPodsWith(ctx context.Context,
	srcController replicationcontroller.Controller,
	dstController pod.Publisher,
	filterFn func(...*corev1.ReplicationController) filter.ComparableFilter) (pod.Controller, error)

func RSPodsWith

func RSPodsWith(ctx context.Context,
	srcController replicaset.Controller,
	dstController pod.Publisher,
	filterFn func(...*appsv1.ReplicaSet) filter.ComparableFilter) (pod.Controller, error)

func ServicePods

func ServicePods(ctx context.Context,
	src service.Controller, dst pod.Publisher) (pod.Controller, error)

func ServicePodsWith

func ServicePodsWith(ctx context.Context,
	srcController service.Controller,
	dstController pod.Publisher,
	filterFn func(...*corev1.Service) filter.ComparableFilter) (pod.Controller, error)

func StatefulSetPods added in v0.5.0

func StatefulSetPods(ctx context.Context,
	src statefulset.Controller, dst pod.Publisher) (pod.Controller, error)

func StatefulSetPodsWith added in v0.5.0

func StatefulSetPodsWith(ctx context.Context,
	srcController statefulset.Controller,
	dstController pod.Publisher,
	filterFn func(...*appsv1.StatefulSet) filter.ComparableFilter) (pod.Controller, error)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL