Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 108 for chanOf (0.55 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

          retainKeysMap:
            name: foo
        twoWay:
          retainKeysMap:
            value: bar
        modified:
          retainKeysMap:
            name: foo
            value: bar
      - description: retainKeys map can change a field when no retainKeys directive present
        original:
          retainKeysMap:
            name: foo
            value: a
        twoWay:
          retainKeysMap:
            value: b
        modified:
          retainKeysMap:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.events.v1.Event": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  3. cmd/metrics-v2.go

    func (c *minioBucketCollector) Describe(ch chan<- *prometheus.Desc) {
    	ch <- c.desc
    }
    
    // Collect is called by the Prometheus registry when collecting metrics.
    func (c *minioBucketCollector) Collect(out chan<- prometheus.Metric) {
    	var wg sync.WaitGroup
    	publish := func(in <-chan MetricV2) {
    		defer wg.Done()
    		for metric := range in {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  4. pkg/apis/apps/validation/validation_test.go

    		},
    	}
    	type dsUpdateTest struct {
    		old            apps.DaemonSet
    		update         apps.DaemonSet
    		expectedErrNum int
    	}
    	successCases := map[string]dsUpdateTest{
    		"no change": {
    			old: apps.DaemonSet{
    				ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    				Spec: apps.DaemonSetSpec{
    					Selector:           &metav1.LabelSelector{MatchLabels: validSelector},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/proxier_test.go

    		expectedNewlyActiveUDPServices: map[proxy.ServicePortName]bool{},
    		expectedReadyEndpoints:         map[types.NamespacedName]int{},
    	}, {
    		// Case[1]: no change, named port, local
    		name:              "no change, named port, local",
    		previousEndpoints: namedPortLocal,
    		currentEndpoints:  namedPortLocal,
    		oldEndpoints: map[proxy.ServicePortName][]endpointExpectation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                "description": "type is used to specify the scaling policy.",
                "type": "string"
              },
              "value": {
                "default": 0,
                "description": "value contains the amount of change which is permitted by the policy. It must be greater than zero",
                "format": "int32",
                "type": "integer"
              }
            },
            "required": [
              "type",
              "value",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

      * **IMPORTANT**: See Action Required for important actions related to this change.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
Back to top