Documentation ¶
Index ¶
- type Finder
- func (fnd Finder) ByDaemonset(ctx context.Context, ds appsv1.DaemonSet) ([]corev1.Pod, error)
- func (fnd Finder) ByDeployment(ctx context.Context, deployment appsv1.Deployment) ([]corev1.Pod, error)
- func (fnd Finder) ByReplicaSet(ctx context.Context, rs appsv1.ReplicaSet) ([]corev1.Pod, error)
- func (fnd Finder) DeploymentByOwnerReference(ctx context.Context, uid types.UID) (*appsv1.Deployment, error)
- func (fnd Finder) OnNode(ctx context.Context, nodeName string) ([]corev1.Pod, error)
- func (fnd Finder) ReplicaSetByDeployment(ctx context.Context, deployment appsv1.Deployment) ([]appsv1.ReplicaSet, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder ¶
func (Finder) ByDaemonset ¶
func (Finder) ByDeployment ¶
func (Finder) ByReplicaSet ¶
func (Finder) DeploymentByOwnerReference ¶
func (Finder) ReplicaSetByDeployment ¶
func (fnd Finder) ReplicaSetByDeployment(ctx context.Context, deployment appsv1.Deployment) ([]appsv1.ReplicaSet, error)
Click to show internal directories.
Click to hide internal directories.