Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ListMetricDescriptors (3.66 sec)

  1. pkg/kubelet/container/runtime.go

    	// Put differently, if ListPodSandboxMetrics references a name that is not described in the initial
    	// ListMetricDescriptors call, then the metric will not be broadcasted.
    	ListMetricDescriptors(ctx context.Context) ([]*runtimeapi.MetricDescriptor, error)
    	// ListPodSandboxMetrics retrieves the metrics for all pod sandboxes.
    	ListPodSandboxMetrics(ctx context.Context) ([]*runtimeapi.PodSandboxMetrics, error)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. pkg/kubelet/server/server.go

    	GetPortForward(ctx context.Context, podName, podNamespace string, podUID types.UID, portForwardOpts portforward.V4Options) (*url.URL, error)
    	ListMetricDescriptors(ctx context.Context) ([]*runtimeapi.MetricDescriptor, error)
    	ListPodSandboxMetrics(ctx context.Context) ([]*runtimeapi.PodSandboxMetrics, error)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
Back to top