Documentation
¶
Index ¶
- func DaemonSetPods(ctx context.Context, src daemonset.Controller, dst pod.Publisher) (pod.Controller, error)
- func DaemonSetPodsWith(ctx context.Context, srcController daemonset.Controller, ...) (pod.Controller, error)
- func DeploymentPods(ctx context.Context, src deployment.Controller, dst pod.Publisher) (pod.Controller, error)
- func DeploymentPodsWith(ctx context.Context, srcController deployment.Controller, ...) (pod.Controller, error)
- func IngressPods(ctx context.Context, srcbase ingress.Controller, svcbase service.Controller, ...) (pod.Controller, error)
- func IngressServices(ctx context.Context, src ingress.Controller, dst service.Publisher) (service.Controller, error)
- func IngressServicesWith(ctx context.Context, srcController ingress.Controller, ...) (service.Controller, error)
- func JobPods(ctx context.Context, src job.Controller, dst pod.Publisher) (pod.Controller, error)
- func JobPodsWith(ctx context.Context, srcController job.Controller, dstController pod.Publisher, ...) (pod.Controller, error)
- func RCPods(ctx context.Context, src replicationcontroller.Controller, dst pod.Publisher) (pod.Controller, error)
- func RCPodsWith(ctx context.Context, srcController replicationcontroller.Controller, ...) (pod.Controller, error)
- func RSPods(ctx context.Context, src replicaset.Controller, dst pod.Publisher) (pod.Controller, error)
- func RSPodsWith(ctx context.Context, srcController replicaset.Controller, ...) (pod.Controller, error)
- func ServicePods(ctx context.Context, src service.Controller, dst pod.Publisher) (pod.Controller, error)
- func ServicePodsWith(ctx context.Context, srcController service.Controller, ...) (pod.Controller, error)
- func StatefulSetPods(ctx context.Context, src statefulset.Controller, dst pod.Publisher) (pod.Controller, error)
- func StatefulSetPodsWith(ctx context.Context, srcController statefulset.Controller, ...) (pod.Controller, error)
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 IngressServices ¶
func IngressServices(ctx context.Context, src ingress.Controller, dst service.Publisher) (service.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 RCPods ¶
func RCPods(ctx context.Context, src replicationcontroller.Controller, dst pod.Publisher) (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 RSPods ¶
func RSPods(ctx context.Context, src replicaset.Controller, dst pod.Publisher) (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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.