Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for Junges (0.14 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    
    - [v1.21.14](#v12114)
      - [Downloads for v1.21.14](#downloads-for-v12114)
        - [Source Code](#source-code)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.21.13](#changelog-since-v12113)
      - [Dependencies](#dependencies)
        - [Added](#added)
        - [Changed](#changed)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    				Name:       "p80",
    				Port:       80,
    				Protocol:   v1.ProtocolTCP,
    				TargetPort: intstr.FromInt32(80),
    			}}
    		}),
    		// create LoadBalancer service with Cluster traffic policy, source ranges,
    		// and session affinity
    		makeTestService("ns5", "svc5", func(svc *v1.Service) {
    			svc.Spec.Type = "LoadBalancer"
    			svc.Spec.ExternalTrafficPolicy = v1.ServiceExternalTrafficPolicyCluster
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. 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)
  4. CHANGELOG/CHANGELOG-1.29.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    
    - [v1.29.6](#v1296)
      - [Downloads for v1.29.6](#downloads-for-v1296)
        - [Source Code](#source-code)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.29.5](#changelog-since-v1295)
      - [Changes by Kind](#changes-by-kind)
        - [API Change](#api-change)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.27.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    
    - [v1.27.15](#v12715)
      - [Downloads for v1.27.15](#downloads-for-v12715)
        - [Source Code](#source-code)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.27.14](#changelog-since-v12714)
      - [Changes by Kind](#changes-by-kind)
        - [API Change](#api-change)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":              "NodeSpec describes the attributes that a node is created with.",
    	"podCIDR":       "PodCIDR represents the pod IP range assigned to the node.",
    	"podCIDRs":      "podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. 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)
  8. CHANGELOG/CHANGELOG-1.10.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    - [v1.10.13](#v11013)
      - [Downloads for v1.10.13](#downloads-for-v11013)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
      - [Changelog since v1.10.12](#changelog-since-v11012)
        - [Other notable changes](#other-notable-changes)
    - [v1.10.12](#v11012)
      - [Downloads for v1.10.12](#downloads-for-v11012)
        - [Client Binaries](#client-binaries-1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.15.md

    - GCE clusters will include some IP ranges that are not used on the public Internet in the list of non-masq IPs. Bumped ip-masq-agent version to v2.3.0 with flag `nomasq-all-reserved-ranges` turned on. ([#77458](https://github.com/kubernetes/kubernetes/pull/77458), [@grayluck](https://github.com/grayluck))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  10. 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)
Back to top