Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 291 for discarded (0.17 sec)

  1. pkg/apis/autoscaling/types.go

    	// +optional
    	SelectPolicy *ScalingPolicySelect
    	// policies is a list of potential scaling polices which can used during scaling.
    	// At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
    	// +optional
    	Policies []HPAScalingPolicy
    }
    
    // HPAScalingPolicyType is the type of the policy which could be used while making scaling decisions.
    type HPAScalingPolicyType string
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  2. src/archive/tar/reader.go

    	// one or more "header files" until it finds a "normal file".
    	format := FormatUSTAR | FormatPAX | FormatGNU
    	for {
    		// Discard the remainder of the file and any padding.
    		if err := discard(tr.r, tr.curr.physicalRemaining()); err != nil {
    			return nil, err
    		}
    		if _, err := tryReadFull(tr.r, tr.blk[:tr.pad]); err != nil {
    			return nil, err
    		}
    		tr.pad = 0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 01:59:14 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  3. pkg/volume/csi/csi_plugin.go

    // for a healthy APIServer
    func waitForAPIServerForever(client clientset.Interface, nodeName types.NodeName) error {
    	var lastErr error
    	// Served object is discarded so no risk to have stale object with benefit to
    	// reduce the load on APIServer and etcd.
    	opts := meta.GetOptions{}
    	util.FromApiserverCache(&opts)
    	err := wait.PollImmediateInfinite(time.Second, func() (bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  4. src/runtime/sys_openbsd_386.s

    	POPL	BP
    	RET
    
    TEXT runtime·pthread_create_trampoline(SB),NOSPLIT,$0
    	PUSHL	BP
    	MOVL	SP, BP
    	SUBL	$20, SP
    	MOVL	28(SP), DX		// pointer to args
    	LEAL	16(SP), AX
    	MOVL	AX, 0(SP)		// arg 1 - &threadid (discarded)
    	MOVL	0(DX), AX
    	MOVL	4(DX), BX
    	MOVL	8(DX), CX
    	MOVL	AX, 4(SP)		// arg 2 - attr
    	MOVL	BX, 8(SP)		// arg 3 - start
    	MOVL	CX, 12(SP)		// arg 4 - arg
    	CALL	libc_pthread_create(SB)
    	MOVL	BP, SP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v2beta2/types.go

    	// policies is a list of potential scaling polices which can be used during scaling.
    	// At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
    	// +optional
    	// +listType=atomic
    	Policies []HPAScalingPolicy `json:"policies,omitempty" protobuf:"bytes,2,rep,name=policies"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/util/proxy/streamtranslator_test.go

    		})
    		if err != nil {
    			t.Errorf("error on createHTTPStreams: %v", err)
    			return
    		}
    		defer ctx.conn.Close()
    		// Read/discard STDIN data before returning error on error stream.
    		_, err = io.Copy(io.Discard, ctx.stdinStream)
    		if err != nil {
    			t.Fatalf("error copying STDIN to DISCARD: %v", err)
    		}
    		// Force an non-zero exit code error returned on the error stream.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 27 23:21:55 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    	"valueExpression": "valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  8. src/html/template/escape.go

    				}
    			}
    		} else if isComment(c.state) && c.delim == delimNone {
    			switch c.state {
    			case stateJSBlockCmt:
    				// https://es5.github.io/#x7.4:
    				// "Comments behave like white space and are
    				// discarded except that, if a MultiLineComment
    				// contains a line terminator character, then
    				// the entire comment is considered to be a
    				// LineTerminator for purposes of parsing by
    				// the syntactic grammar."
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1alpha1/types.go

    	// In this case, the first annotation written with the key will be included
    	// in the audit event and all subsequent annotations with the same key
    	// will be discarded.
    	//
    	// Required.
    	Key string `json:"key" protobuf:"bytes,1,opt,name=key"`
    
    	// valueExpression represents the expression which is evaluated by CEL to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 05 20:06:13 UTC 2023
    - 33.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2/types.go

    	// policies is a list of potential scaling polices which can be used during scaling.
    	// At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
    	// +listType=atomic
    	// +optional
    	Policies []HPAScalingPolicy `json:"policies,omitempty" listType:"atomic" protobuf:"bytes,2,rep,name=policies"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
Back to top