Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 68 for zero (0.11 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
                "format": "int64",
                "type": "integer"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewrite386.go

    	v_0 := v.Args[0]
    	b := v.Block
    	config := b.Func.Config
    	typ := &b.Func.Config.Types
    	// match: (Zero [0] _ mem)
    	// result: mem
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		mem := v_1
    		v.copyOf(mem)
    		return true
    	}
    	// match: (Zero [1] destptr mem)
    	// result: (MOVBstoreconst [0] destptr mem)
    	for {
    		if auxIntToInt64(v.AuxInt) != 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritePPC64.go

    func rewriteValuePPC64_OpZero(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	// match: (Zero [0] _ mem)
    	// result: mem
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		mem := v_1
    		v.copyOf(mem)
    		return true
    	}
    	// match: (Zero [1] destptr mem)
    	// result: (MOVBstorezero destptr mem)
    	for {
    		if auxIntToInt64(v.AuxInt) != 1 {
    			break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"path":          "Relative path from the volume root to write the bundle.",
    }
    
    func (ClusterTrustBundleProjection) SwaggerDoc() map[string]string {
    	return map_ClusterTrustBundleProjection
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
      // a shell, you need to explicitly call out to that shell.
      // Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
      // +optional
      repeated string command = 1;
    }
    
    // Represents a Fibre Channel volume.
    // Fibre Channel volumes can only be mounted as read/write once.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // aren't available.  If using name, then the named ClusterTrustBundle is
      // allowed not to exist.  If using signerName, then the combination of
      // signerName and labelSelector is allowed to match zero
      // ClusterTrustBundles.
      // +optional
      optional bool optional = 5;
    
      // Relative path from the volume root to write the bundle.
      optional string path = 4;
    }
    
    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

    	// aren't available.  If using name, then the named ClusterTrustBundle is
    	// allowed not to exist.  If using signerName, then the combination of
    	// signerName and labelSelector is allowed to match zero
    	// ClusterTrustBundles.
    	// +optional
    	Optional *bool `json:"optional,omitempty" protobuf:"varint,5,opt,name=optional"`
    
    	// Relative path from the volume root to write the bundle.
    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. pkg/apis/core/types.go

    	// If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this
    	// value overrides the value provided by the pod spec.
    	// Value must be non-negative integer. The value zero indicates stop immediately via
    	// the kill signal (no opportunity to shut down).
    	// This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate.
    	// +optional
    	TerminationGracePeriodSeconds *int64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteS390X.go

    func rewriteValueS390X_OpZero(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	// match: (Zero [0] _ mem)
    	// result: mem
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		mem := v_1
    		v.copyOf(mem)
    		return true
    	}
    	// match: (Zero [1] destptr mem)
    	// result: (MOVBstoreconst [0] destptr mem)
    	for {
    		if auxIntToInt64(v.AuxInt) != 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Description: "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
Back to top