Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for supportsMetrics (0.29 sec)

  1. pkg/kubelet/kubelet_volumes_test.go

    func (f *stubBlockVolume) TearDownDevice(mapPath string, devicePath string) error {
    	return nil
    }
    
    func (f *stubBlockVolume) UnmapPodDevice() error {
    	return nil
    }
    
    func (f *stubBlockVolume) SupportsMetrics() bool {
    	return false
    }
    
    func (f *stubBlockVolume) GetMetrics() (*volume.Metrics, error) {
    	return nil, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 17 16:53:28 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.13.md

    * Flex drivers by default do not produce metrics. Flex plugins can enable metrics collection by setting  the capability 'supportsMetrics' to true. Make sure the file system can support fs stat to produce metrics in this case. ([#67508](https://github.com/kubernetes/kubernetes/pull/67508), [@brahmaroutu](https://github.com/brahmaroutu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
Back to top