Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for Junges (0.13 sec)

  1. prow/config/calico.yaml

                    type: boolean
                  kubeNodePortRanges:
                    description: 'KubeNodePortRanges holds list of port ranges used for
                      service node ports. Only used if felix detects kube-proxy running
                      in ipvs mode. Felix uses these ranges to separate host and workload
                      traffic. [Default: 30000:32767].'
                    items:
                      anyOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. doc/go_spec.html

    </li>
    
    <li>
    Converting a slice of runes to a string type yields
    a string that is the concatenation of the individual rune values
    converted to strings.
    
    <pre>
    string([]rune{0x767d, 0x9d6c, 0x7fd4})   // "\u767d\u9d6c\u7fd4" == "白鵬翔"
    string([]rune{})                         // ""
    string([]rune(nil))                      // ""
    
    type runes []rune
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    	mungedPodSpec.Containers = newContainers
    	// munge spec.initContainers[*].image
    	var newInitContainers []core.Container
    	for ix, container := range mungedPodSpec.InitContainers {
    		container.Image = oldPod.Spec.InitContainers[ix].Image // +k8s:verify-mutation:reason=clone
    		newInitContainers = append(newInitContainers, container)
    	}
    	mungedPodSpec.InitContainers = newInitContainers
    	// munge spec.activeDeadlineSeconds
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * 🐛 Fix support for prefix on APIRouter WebSockets. PR [#2640](https://github.com/tiangolo/fastapi/pull/2640) by [@Kludex](https://github.com/Kludex).
    
    ### Upgrades
    
    * ⬆️ Update ujson ranges for CVE-2021-45958. PR [#4804](https://github.com/tiangolo/fastapi/pull/4804) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.25.md

    - Added the latest GCE pinhole firewall feature, which introduces `destination-ranges` in the ingress `firewall-rules`. It restricts access to the backend IPs by allowing traffic through `ILB` or `NetLB` only. This change does **NOT** change the existing `ILB` or `NetLB` behavior. ([#109510](https://github.com/kubernetes/kubernetes/pull/109510),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    }
    
    // NodeSpec describes the attributes that a node is created with.
    type NodeSpec struct {
    	// PodCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. It may
    	// contain AT MOST one value for each of IPv4 and IPv6.
    	// Note: assigning IP ranges to nodes might need to be revisited when we support migratable IPs.
    	// +optional
    	PodCIDRs []string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	Image string `protobuf:"bytes,14,opt,name=image,proto3" json:"image,omitempty"`
    	// Lists the IP ranges of Istio egress traffic that the sidecar captures.
    	//
    	// Example: "172.30.0.0/16,172.20.0.0/16"
    	// This would only capture egress traffic on those two IP Ranges, all other outbound traffic would # be allowed by the sidecar."
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    
    - [v1.30.2](#v1302)
      - [Downloads for v1.30.2](#downloads-for-v1302)
        - [Source Code](#source-code)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.30.1](#changelog-since-v1301)
      - [Changes by Kind](#changes-by-kind)
        - [API Change](#api-change)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    }
    
    func http2buildCommonHeaderMaps() {
    	common := []string{
    		"accept",
    		"accept-charset",
    		"accept-encoding",
    		"accept-language",
    		"accept-ranges",
    		"age",
    		"access-control-allow-credentials",
    		"access-control-allow-headers",
    		"access-control-allow-methods",
    		"access-control-allow-origin",
    		"access-control-expose-headers",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.8.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    - [v1.8.15](#v1815)
      - [Downloads for v1.8.15](#downloads-for-v1815)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
      - [Changelog since v1.8.14](#changelog-since-v1814)
        - [Action Required](#action-required)
        - [Other notable changes](#other-notable-changes)
    - [v1.8.14](#v1814)
      - [Downloads for v1.8.14](#downloads-for-v1814)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top