Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 50 for for1 (0.21 sec)

  1. pkg/apis/core/validation/validation.go

    	allNames := sets.Set[string]{}
    	allCreatedPVCs := sets.Set[string]{}
    	// Determine which PVCs will be created for this pod. We need
    	// the exact name of the pod for this. Without it, this sanity
    	// check has to be skipped.
    	if podMeta != nil && podMeta.Name != "" {
    		for _, vol := range volumes {
    			if vol.VolumeSource.Ephemeral != nil {
    				allCreatedPVCs.Insert(podMeta.Name + "-" + vol.Name)
    			}
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	//    a PersistentVolumeClaim (see EphemeralVolumeSource for more
    	//    information on the connection between this volume type
    	//    and PersistentVolumeClaim).
    	//
    	// Use PersistentVolumeClaim or one of the vendor-specific
    	// APIs for volumes that persist for longer than the lifecycle
    	// of an individual pod.
    	//
    	// Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

    message ComponentCondition {
      // Type of condition for a component.
      // Valid value: "Healthy"
      optional string type = 1;
    
      // Status of the condition for a component.
      // Valid values for "Healthy": "True", "False", or "Unknown".
      optional string status = 2;
    
      // Message about the condition for a component.
      // For example, information about a health check.
      // +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)
  4. src/net/http/h2_bundle.go

    // few people. Most users will use it indirectly through the automatic
    // use by the net/http package (from Go 1.6 and later).
    // For use in earlier Go versions see ConfigureServer. (Transport support
    // requires Go 1.6 or later)
    //
    // See https://http2.github.io/ for more information on HTTP/2.
    //
    // See https://http2.golang.org/ for a test server running this code.
    //
    // Copyright 2024 The Go Authors. All rights reserved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewritePPC64.go

    	// result: x
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			x := v_0
    			if v_1.Op != OpPPC64MOVDconst || auxIntToInt64(v_1.AuxInt) != -1 {
    				continue
    			}
    			v.copyOf(x)
    			return true
    		}
    		break
    	}
    	// match: (AND x (MOVDconst [c]))
    	// cond: isU16Bit(c)
    	// result: (ANDconst [c] x)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // Valid values for "Healthy": "True", "False", or "Unknown".
      optional string status = 2;
    
      // Message about the condition for a component.
      // For example, information about a health check.
      // +optional
      optional string message = 3;
    
      // Condition error code for a component.
      // For example, a health check error code.
      // +optional
      optional string error = 4;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "description": "Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]')...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    		n += 2 + l + sovGenerated(uint64(l))
    	}
    	if len(m.AllOf) > 0 {
    		for _, e := range m.AllOf {
    			l = e.Size()
    			n += 2 + l + sovGenerated(uint64(l))
    		}
    	}
    	if len(m.OneOf) > 0 {
    		for _, e := range m.OneOf {
    			l = e.Size()
    			n += 2 + l + sovGenerated(uint64(l))
    		}
    	}
    	if len(m.AnyOf) > 0 {
    		for _, e := range m.AnyOf {
    			l = e.Size()
    			n += 2 + l + sovGenerated(uint64(l))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-62136`](https://youtrack.jetbrains.com/issue/KT-62136) Analysis API: Add concurrent tests for `CleanableSoftValueCache`
    - [`KT-61222`](https://youtrack.jetbrains.com/issue/KT-61222) K2: Add lifecycle management for `KtResolveExtension`
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    		n += 2 + l + sovGenerated(uint64(l))
    	}
    	if len(m.AllOf) > 0 {
    		for _, e := range m.AllOf {
    			l = e.Size()
    			n += 2 + l + sovGenerated(uint64(l))
    		}
    	}
    	if len(m.OneOf) > 0 {
    		for _, e := range m.OneOf {
    			l = e.Size()
    			n += 2 + l + sovGenerated(uint64(l))
    		}
    	}
    	if len(m.AnyOf) > 0 {
    		for _, e := range m.AnyOf {
    			l = e.Size()
    			n += 2 + l + sovGenerated(uint64(l))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
Back to top