Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for runtimeFlags (0.11 sec)

  1. pkg/kubelet/kuberuntime/util/util.go

    			return runtimeapi.NamespaceMode_POD
    		}
    	}
    	// Note that PID does not default to the zero value for v1.Pod
    	return runtimeapi.NamespaceMode_CONTAINER
    }
    
    // LookupRuntimeHandler is implemented by *runtimeclass.Manager.
    type RuntimeHandlerResolver interface {
    	LookupRuntimeHandler(runtimeClassName *string) (string, error)
    }
    
    // namespacesForPod returns the runtimeapi.NamespaceOption for a given pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:14:48 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top