Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for broken3 (0.37 sec)

  1. pkg/apis/core/types.go

    	// meant to be used by the pod, the PVC has to updated with an
    	// owner reference to the pod once the pod exists. Normally
    	// this should not be necessary, but it may be useful when
    	// manually reconstructing a broken cluster.
    	//
    	// This field is read-only and no changes will be made by Kubernetes
    	// to the PVC after it has been created.
    	//
    	// Required, must not be nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (EphemeralVolumeSource) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. pkg/registry/core/service/storage/storage_test.go

    	if before == nil && after != nil {
    		return "create"
    	}
    	if before != nil && after != nil {
    		return "update"
    	}
    	if before != nil && after == nil {
    		return "delete"
    	}
    	panic("this test is broken: before and after are both nil")
    }
    
    func ipIsAllocated(t *testing.T, alloc ipallocator.Interface, ipstr string) bool {
    	t.Helper()
    	ip := netutils.ParseIPSloppy(ipstr)
    	if ip == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    	}
    	switch service.Spec.Type {
    	case core.ServiceTypeLoadBalancer:
    		for ix := range service.Spec.Ports {
    			port := &service.Spec.Ports[ix]
    			// This is a workaround for broken cloud environments that
    			// over-open firewalls.  Hopefully it can go away when more clouds
    			// understand containers better.
    			if port.Port == ports.KubeletPort {
    				portPath := specPath.Child("ports").Index(ix)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // meant to be used by the pod, the PVC has to updated with an
      // owner reference to the pod once the pod exists. Normally
      // this should not be necessary, but it may be useful when
      // manually reconstructing a broken cluster.
      //
      // This field is read-only and no changes will be made by Kubernetes
      // to the PVC after it has been created.
      //
      // Required, must not be nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. doc/go_spec.html

    <p>
    The formal syntax uses semicolons <code>";"</code> as terminators in
    a number of productions. Go programs may omit most of these semicolons
    using the following two rules:
    </p>
    
    <ol>
    <li>
    When the input is broken into tokens, a semicolon is automatically inserted
    into the token stream immediately after a line's final token if that token is
    <ul>
    	<li>an
    	    <a href="#Identifiers">identifier</a>
    	</li>
    
    	<li>an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// meant to be used by the pod, the PVC has to updated with an
    	// owner reference to the pod once the pod exists. Normally
    	// this should not be necessary, but it may be useful when
    	// manually reconstructing a broken cluster.
    	//
    	// This field is read-only and no changes will be made by Kubernetes
    	// to the PVC after it has been created.
    	//
    	// Required, must not be nil.
    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.25.md

    - Kubelet: fix GetAllocatableCPUs method in cpumanager ([#113420](https://github.com/kubernetes/kubernetes/pull/113420), [@Garrybest](https://github.com/Garrybest)) [SIG Node]
    - Pod logs using --timestamps are not broken up with timestamps anymore. ([#113515](https://github.com/kubernetes/kubernetes/pull/113515), [@rphillips](https://github.com/rphillips)) [SIG Node]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top