Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for imposes (0.18 sec)

  1. pkg/apis/core/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
    
    	// 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
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"name":              "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.",
    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. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    	v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    
    	math "math"
    	math_bits "math/bits"
    	reflect "reflect"
    	strings "strings"
    
    	intstr "k8s.io/apimachinery/pkg/util/intstr"
    )
    
    // Reference imports to suppress errors if they are not otherwise used.
    var _ = proto.Marshal
    var _ = fmt.Errorf
    var _ = math.Inf
    
    // This is a compile-time assertion to ensure that this generated file
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    	math "math"
    	math_bits "math/bits"
    	reflect "reflect"
    	strings "strings"
    	time "time"
    
    	k8s_io_apimachinery_pkg_types "k8s.io/apimachinery/pkg/types"
    )
    
    // Reference imports to suppress errors if they are not otherwise used.
    var _ = proto.Marshal
    var _ = fmt.Errorf
    var _ = math.Inf
    var _ = time.Kitchen
    
    // This is a compile-time assertion to ensure that this generated file
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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