Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOwnerDaemonSet (0.5 sec)

  1. tools/bug-report/pkg/cluster/cluster.go

    			continue
    		}
    
    		deployment := getOwnerDeployment(&p, replicasets.Items)
    		if skip := shouldSkipDeployment(deployment, config); skip {
    			continue
    		}
    		daemonset := getOwnerDaemonSet(&p, daemonsets.Items)
    		if skip := shouldSkipDaemonSet(daemonset, config); skip {
    			continue
    		}
    
    		if deployment != "" {
    			for _, c := range p.Spec.Containers {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 14 02:11:31 UTC 2023
    - 10.9K bytes
    - Viewed (1)
Back to top