Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for imposes (0.32 sec)

  1. CHANGELOG/CHANGELOG-1.17.md

    - Exposes and sets a default timeout for the SubjectAccessReview client for DelegatingAuthorizationOptions ([#96153](https://github.com/kubernetes/kubernetes/pull/96153), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery and Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    				err = cc.bw.Flush()
    			}
    			cc.wmu.Unlock()
    		}
    		if err != nil {
    			return err
    		}
    	}
    
    	if sentEnd {
    		// Already sent END_STREAM (which implies we have no
    		// trailers) and flushed, because currently all
    		// WriteData frames above get a flush. So we're done.
    		return nil
    	}
    
    	// Since the RoundTrip contract permits the caller to "mutate or reuse"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

    // the corresponding ResourceClaim.
    message PodResourceClaimStatus {
      // Name uniquely identifies this resource claim inside the pod.
      // This must match the name of an entry in pod.spec.resourceClaims,
      // which implies that the string must be a DNS_LABEL.
      optional string name = 1;
    
      // ResourceClaimName is the name of the ResourceClaim that was
      // generated for the Pod in the namespace of the Pod. If this is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.10.md

        * - Don't generate empty record for externalName service.
        * - Add validation for upstreamNameserver port.
        * - Update go version to 1.9.3.
    * kubectl: improves compatibility with older servers when creating/updating API objects ([#61949](https://github.com/kubernetes/kubernetes/pull/61949), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    // the corresponding ResourceClaim.
    type PodResourceClaimStatus struct {
    	// Name uniquely identifies this resource claim inside the pod.
    	// This must match the name of an entry in pod.spec.resourceClaims,
    	// which implies that the string must be a DNS_LABEL.
    	Name string `json:"name" protobuf:"bytes,1,name=name"`
    
    	// ResourceClaimName is the name of the ResourceClaim that was
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top