Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 227 for okdown (0.12 sec)

  1. pkg/kubelet/pod_workers.go

    	// true. It returns a map describing the state of each known pod worker. It
    	// is the responsibility of the caller to re-add any desired pods that are not
    	// returned as knownPods.
    	SyncKnownPods(desiredPods []*v1.Pod) (knownPods map[types.UID]PodWorkerSync)
    
    	// IsPodKnownTerminated returns true once SyncTerminatingPod completes
    	// successfully - the provided pod UID it is known by the pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/sidecar_simulation_test.go

    				Match:     "known.default.svc.cluster.local",
    				Dest:      "alt-known.default.svc.cluster.local",
    			}},
    			proxy:     proxy("not-default"),
    			routeName: "8080",
    			expected: map[string][]string{
    				"known.default.svc.cluster.local": {"outbound|8080||alt-known.default.svc.cluster.local"},
    			},
    			expectedGateway: map[string][]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/prove.go

    // a limitFact is a limit known for a particular value.
    type limitFact struct {
    	vid   ID
    	limit limit
    }
    
    // factsTable keeps track of relations between pairs of values.
    //
    // The fact table logic is sound, but incomplete. Outside of a few
    // special cases, it performs no deduction or arithmetic. While there
    // are known decision procedures for this, the ad hoc approach taken
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    			},
    		},
    		{name: "known and unknown fields",
    			obj: map[string]interface{}{
    				"withUnknown": map[string]interface{}{
    					"known":   1,
    					"unknown": "a",
    				},
    				"withUnknownList": []interface{}{
    					map[string]interface{}{
    						"known":   1,
    						"unknown": "a",
    					},
    					map[string]interface{}{
    						"known":   1,
    						"unknown": "b",
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

      - other-1 (created by: other-1 creator)
      - other-2 (created by: other-2 creator)"""
        }
    
        def "cannot register already known element"() {
            given:
            registry.register("foo") { it.descriptor("create foo as String").unmanaged("value") }
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
  6. pkg/controller/disruption/disruption_test.go

    				(minimumOne+1)+(i-unavailablePods), minimumTwo, 2*collectionSize, map[string]metav1.Time{})
    		}
    	}
    
    	// Now we verify we can bring down 1 pod and a disruption is still permitted,
    	// but if we bring down two, it's not.  Then we make the pod ready again and
    	// verify that a disruption is permitted again.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener.go

    		default:
    			// UDP or other protocols: no need to log, it's too noisy
    			return
    		}
    	}
    
    	// If there is a TCP listener on well known port, cannot add any http filter chain
    	// with the inspector as it will break for server-first protocols. Similarly,
    	// if there was a HTTP listener on well known port, cannot add a tcp listener
    	// with the inspector as inspector breaks all server-first protocols.
    	if currentListenerEntry != nil &&
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/types.go

    	// Absolute number is calculated from percentage by rounding down.
    	// This can not be 0 if MaxSurge is 0.
    	// Defaults to 25%.
    	// Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods
    	// immediately when the rolling update starts. Once new pods are ready, old ReplicaSet
    	// can be scaled down further, followed by scaling up the new ReplicaSet, ensuring
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  9. src/math/big/float_test.go

    		{"0x0.00000000000009p-1022", math.Float64frombits(0x00000000000000001), Above}, // rounded up to smallest denormal
    		{"0x0.0000000000000ap-1022", math.Float64frombits(0x00000000000000001), Above}, // rounded up to smallest denormal
    
    		{"0x0.8p-1074", math.Float64frombits(0x00000000000000000), Below}, // rounded down to even
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// Absolute number is calculated from percentage by rounding down.
    	// This can not be 0 if MaxSurge is 0.
    	// Defaults to 25%.
    	// Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods
    	// immediately when the rolling update starts. Once new pods are ready, old ReplicaSet
    	// can be scaled down further, followed by scaling up the new ReplicaSet, ensuring
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
Back to top