Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for Junges (0.17 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    // These are valid conditions of a replication controller.
    const (
    	// ReplicationControllerReplicaFailure is added in a replication controller when one of its pods
    	// fails to be created due to insufficient quota, limit ranges, pod security policy, node selectors,
    	// etc. or deleted due to kubelet being down or finalizers are failing.
    	ReplicationControllerReplicaFailure ReplicationControllerConditionType = "ReplicaFailure"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. CHANGELOG/CHANGELOG-1.18.md

    - Fixes v1.17.0 regression in --service-cluster-ip-range handling with IPv4 ranges larger than 65536 IP addresses ([#86534](https://github.com/kubernetes/kubernetes/pull/86534), [@liggitt](https://github.com/liggitt)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  5. 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)
  6. CHANGELOG/CHANGELOG-1.17.md

    * Fixes v1.17.0 regression in --service-cluster-ip-range handling with IPv4 ranges larger than 65536 IP addresses ([#86534](https://github.com/kubernetes/kubernetes/pull/86534), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. CHANGELOG/CHANGELOG-1.14.md

    * When creating a service with annotation: service.beta.kubernetes.io/load-balancer-source-ranges containing multiple source ranges and service.beta.kubernetes.io/azure-shared-securityrule: "false",  the NSG rules will be collapsed. ([#71484](https://github.com/kubernetes/kubernetes/pull/71484), [@ritazh](https://github.com/ritazh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
Back to top