Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sandboxes (0.21 sec)

  1. pkg/kubelet/kubelet_pods.go

    }
    
    // killPod instructs the container runtime to kill the pod. This method requires that
    // the pod status contains the result of the last syncPod, otherwise it may fail to
    // terminate newly created containers and sandboxes.
    func (kl *Kubelet) killPod(ctx context.Context, pod *v1.Pod, p kubecontainer.Pod, gracePeriodOverride *int64) error {
    	// Call the container runtime KillPod method which stops all known running containers of the pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    func (kl *Kubelet) ListMetricDescriptors(ctx context.Context) ([]*runtimeapi.MetricDescriptor, error) {
    	return kl.containerRuntime.ListMetricDescriptors(ctx)
    }
    
    // ListPodSandboxMetrics retrieves the metrics for all pod sandboxes.
    func (kl *Kubelet) ListPodSandboxMetrics(ctx context.Context) ([]*runtimeapi.PodSandboxMetrics, error) {
    	return kl.containerRuntime.ListPodSandboxMetrics(ctx)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    // Bazaar, Fossil, or Subversion repositories by default, because those downloads
    // use the Go module mirror, which takes on the security risk of running the
    // version control commands using a custom sandbox.
    //
    // The GOVCS variable can be used to change the allowed version control systems
    // for specific packages (identified by a module or import path).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    ,"touches":2,"min_t":1285252168,"max_t":1286992084,"mean_t":1286122126},{"name":"sandbox","kids":[{"name":"linux","kids":[{"name":"suid","kids":[{"name":"sandbox.c","kids":[],"cl_weight":2.5000000000000004,"touches":4,"min_t":1251485181,"max_t":1279721617,"mean_t":1271237946},{"name":"process_util_linux.c","kids":[],"cl_weight":1,"touches":1,"min_t":1274370071,"max_t":1274370071,"mean_t":1274370071},{"name":"sandbox.cc","kids":[],"cl_weight":6.943589743589743,"touches":13,"min_t":1247015714,"max...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top