Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 185 for Kubernets (0.17 sec)

  1. pilot/pkg/model/push_context_test.go

    			Namespace:       "test4",
    			ServiceRegistry: provider.External,
    		},
    	}
    	// kubernetes service will override non kubernetes
    	svc4_2 := &Service{
    		Hostname: "svc4",
    		Attributes: ServiceAttributes{
    			Namespace:       "test4",
    			ServiceRegistry: provider.Kubernetes,
    		},
    	}
    	env.ServiceDiscovery = &localServiceDiscovery{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.3.md

    * Copy and display source location prominently on Kubernetes instances ([#27985](https://github.com/kubernetes/kubernetes/pull/27985), [@maisem](https://github.com/maisem))
    * Federation e2e support for AWS ([#27791](https://github.com/kubernetes/kubernetes/pull/27791), [@colhom](https://github.com/colhom))
    * Copy and display source location prominently on Kubernetes instances ([#27840](https://github.com/kubernetes/kubernetes/pull/27840), [@zmerlynn](https://github.com/zmerlynn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.31.md

    - Kubemark: adds two flags, `--kube-api-qps` and `--kube-api-burst` ([#124147](https://github.com/kubernetes/kubernetes/pull/124147), [@devincd](https://github.com/devincd)) [SIG Scalability]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  4. pkg/apis/storage/validation/validation_test.go

    			Key:    "failure-domain.beta.kubernetes.io/zone",
    			Values: []string{"zone1"},
    		}, {
    			Key:    "kubernetes.io/hostname",
    			Values: []string{"node1"},
    		}},
    	}, {
    		MatchLabelExpressions: []api.TopologySelectorLabelRequirement{{
    			Key:    "failure-domain.beta.kubernetes.io/zone",
    			Values: []string{"zone2"},
    		}, {
    			Key:    "kubernetes.io/hostname",
    			Values: []string{"node2"},
    		}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                    },
                                                    "istio": {
                                                        "workload": "reviews-v3;default;reviews;v3;Kubernetes"
                                                    }
                                                }
                                            },
                                            "load_balancing_weight": 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

                  ],
                  "default": {}
                },
                "type": "array",
                "x-kubernetes-list-map-keys": [
                  "uid"
                ],
                "x-kubernetes-list-type": "map",
                "x-kubernetes-patch-merge-key": "uid",
                "x-kubernetes-patch-strategy": "merge"
              },
              "resourceVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    type: object
    properties:
     int-or-string:
       x-kubernetes-int-or-string: true
     embedded-resource:
       type: object
       x-kubernetes-embedded-resource: true
       x-kubernetes-preserve-unknown-fields: true
    not:
     properties:
       int-or-string:
         x-kubernetes-int-or-string: true
       embedded-resource:
         x-kubernetes-embedded-resource: true
         x-kubernetes-preserve-unknown-fields: true
    allOf:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.proto

      string provider = 22;
    
      // The number of pods that can be unavailable during a rolling update of the CNI DaemonSet (see
      // `updateStrategy.rollingUpdate.maxUnavailable` here:
      // https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec).
      // May be specified as a number of pods or as a percent of the total number
      // of pods at the start of the update.
      IntOrString rollingMaxUnavailable = 23;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

            "uniqueItems": { "type": "boolean" },
            "x-kubernetes-embedded-resource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	// requireAtomicSetType indicates that the items type for a x-kubernetes-list-type=set list must be atomic.
    	requireAtomicSetType bool
    	// requireMapListKeysMapSetValidation indicates that:
    	// 1. For x-kubernetes-list-type=map list, key fields are not nullable, and are required or have a default
    	// 2. For x-kubernetes-list-type=map or x-kubernetes-list-type=set list, the whole item must not be nullable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
Back to top