Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Junges (0.16 sec)

  1. CHANGELOG/CHANGELOG-1.23.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    
    - [v1.23.17](#v12317)
      - [Downloads for v1.23.17](#downloads-for-v12317)
        - [Source Code](#source-code)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.23.16](#changelog-since-v12316)
      - [Changes by Kind](#changes-by-kind)
        - [Feature](#feature)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    
    - [v1.28.11](#v12811)
      - [Downloads for v1.28.11](#downloads-for-v12811)
        - [Source Code](#source-code)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.28.10](#changelog-since-v12810)
      - [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:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.22.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    
    - [v1.22.17](#v12217)
      - [Downloads for v1.22.17](#downloads-for-v12217)
        - [Source Code](#source-code)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.22.16](#changelog-since-v12216)
      - [Changes by Kind](#changes-by-kind)
        - [Feature](#feature)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

    message NodeSpec {
      // PodCIDR represents the pod IP range assigned to the node.
      // +optional
      optional string podCIDR = 1;
    
      // 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.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top