Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for cmap (0.12 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    		},
    		{
    			name:            "success case - existing node - no change in CMAD",
    			newNode:         newNode(true),
    			createError:     alreadyExists,
    			existingNode:    newNode(true),
    			expectedResult:  true,
    			expectedActions: 2,
    		},
    		{
    			name:            "success case - existing node - CMAD disabled",
    			newNode:         newNode(false),
    			createError:     alreadyExists,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    	metricComputationActionLabels map[autoscalingv2.MetricSourceType][]monitor.ActionLabel
    	metricComputationErrorLabels  map[autoscalingv2.MetricSourceType][]monitor.ErrorLabel
    }
    
    func newMockMonitor() *mockMonitor {
    	return &mockMonitor{
    		metricComputationActionLabels: make(map[autoscalingv2.MetricSourceType][]monitor.ActionLabel),
    		metricComputationErrorLabels:  make(map[autoscalingv2.MetricSourceType][]monitor.ErrorLabel),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"cityscape":                            "\U0001f3d9\ufe0f",
    	"cl":                                   "\U0001f191",
    	"clamp":                                "\U0001f5dc\ufe0f",
    	"clap":                                 "\U0001f44f",
    	"clapper":                              "\U0001f3ac",
    	"classical_building":                   "\U0001f3db\ufe0f",
    	"climbing":                             "\U0001f9d7",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

    format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of  a list item's key fields to their unique values If a key maps to...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top