Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 123 for UInt32 (0.15 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    }()
    
    var defaultWeights = map[string]int32{
    	scoreWithNormalizePlugin1: 1,
    	scoreWithNormalizePlugin2: 2,
    	scorePlugin1:              1,
    }
    
    var state = &framework.CycleState{}
    
    // Pod is only used for logging errors.
    var pod = &v1.Pod{}
    var node = &v1.Node{
    	ObjectMeta: metav1.ObjectMeta{
    		Name: nodeName,
    	},
    }
    var lowPriority, highPriority = int32(0), int32(1000)
    var lowPriorityPod = &v1.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                "format": "int32",
                "type": "integer"
              },
              "desiredReplicas": {
                "default": 0,
                "description": "desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.",
                "format": "int32",
                "type": "integer"
              },
              "lastScaleTime": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers_test.go

    						},
    					},
    				},
    			},
    			// Columns: Name, Type, NominalConcurrencyShares, Queues, HandSize, QueueLengthLimit, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"queued", "Limited", int32(42), int32(8), int32(3), int32(4), "0s"}}},
    		},
    	}
    
    	for i, test := range tests {
    		rows, err := printPriorityLevelConfiguration(&test.pl, printers.GenerateOptions{})
    		if err != nil {
    			t.Fatal(err)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/eviction_manager_test.go

    func makePodWithMemoryStats(name string, priority int32, requests v1.ResourceList, limits v1.ResourceList, memoryWorkingSet string) (*v1.Pod, statsapi.PodStats) {
    	pod := newPod(name, priority, []v1.Container{
    		newContainer(name, requests, limits),
    	}, nil)
    	podStats := newPodMemoryStats(pod, resource.MustParse(memoryWorkingSet))
    	return pod, podStats
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

                "format": "int32",
                "type": "integer"
              },
              "currentReplicas": {
                "default": 0,
                "description": "currentReplicas is the current number of replicas of pods managed by this autoscaler.",
                "format": "int32",
                "type": "integer"
              },
              "desiredReplicas": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    func (in *ClientIPConfig) DeepCopyInto(out *ClientIPConfig) {
    	*out = *in
    	if in.TimeoutSeconds != nil {
    		in, out := &in.TimeoutSeconds, &out.TimeoutSeconds
    		*out = new(int32)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientIPConfig.
    func (in *ClientIPConfig) DeepCopy() *ClientIPConfig {
    	if in == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "format": "int32",
                "type": "integer"
              },
              "nominalConcurrencyShares": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "format": "int32",
                "type": "integer"
              },
              "nominalConcurrencyShares": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  9. pkg/apis/core/zz_generated.deepcopy.go

    func (in *ClientIPConfig) DeepCopyInto(out *ClientIPConfig) {
    	*out = *in
    	if in.TimeoutSeconds != nil {
    		in, out := &in.TimeoutSeconds, &out.TimeoutSeconds
    		*out = new(int32)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientIPConfig.
    func (in *ClientIPConfig) DeepCopy() *ClientIPConfig {
    	if in == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__policy__v1_openapi.json

                "default": 0,
                "description": "current number of healthy pods",
                "format": "int32",
                "type": "integer"
              },
              "desiredHealthy": {
                "default": 0,
                "description": "minimum desired number of healthy pods",
                "format": "int32",
                "type": "integer"
              },
              "disruptedPods": {
                "additionalProperties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
Back to top