Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 168 for binder (0.83 sec)

  1. pkg/scheduler/extender_test.go

    /*
    Copyright 2015 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. pkg/scheduler/extender.go

    	}
    	return &result, h.weight, nil
    }
    
    // Bind delegates the action of binding a pod to a node to the extender.
    func (h *HTTPExtender) Bind(binding *v1.Binding) error {
    	var result extenderv1.ExtenderBindingResult
    	if !h.IsBinder() {
    		// This shouldn't happen as this extender wouldn't have become a Binder.
    		return fmt.Errorf("unexpected empty bindVerb in extender")
    	}
    	req := &extenderv1.ExtenderBindingArgs{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/controller-roles.yaml

        annotations:
          rbac.authorization.kubernetes.io/autoupdate: "true"
        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: system:controller:persistent-volume-binder
      rules:
      - apiGroups:
        - ""
        resources:
        - persistentvolumes
        verbs:
        - create
        - delete
        - get
        - list
        - update
        - watch
      - apiGroups:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  4. pkg/scheduler/apis/config/types.go

    	// The weight should be a positive integer
    	Weight int64
    	// Verb for the bind call, empty if not supported. This verb is appended to the URLPrefix when issuing the bind call to extender.
    	// If this method is implemented by the extender, it is the extender's responsibility to bind the pod to apiserver. Only one extender
    	// can implement this function.
    	BindVerb string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 18:47:23 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  5. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/controller_policy.go

    /*
    Copyright 2016 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  6. src/crypto/tls/handshake_server_tls13.go

    		pskBinder := hs.suite.finishedHash(binderKey, transcript)
    		if !hmac.Equal(hs.clientHello.pskBinders[i], pskBinder) {
    			c.sendAlert(alertDecryptError)
    			return errors.New("tls: invalid PSK binder")
    		}
    
    		if c.quic != nil && hs.clientHello.earlyData && i == 0 &&
    			sessionState.EarlyData && sessionState.cipherSuite == hs.suite.id &&
    			sessionState.alpnProtocol == c.clientProtocol {
    			hs.earlyData = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 17:23:54 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/coherence-banner.png

    coherence-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jan 31 22:13:52 UTC 2024
    - 18K bytes
    - Viewed (0)
  8. docs/en/docs/img/sponsors/kong-banner.png

    kong-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  9. docs/en/docs/img/sponsors/propelauth-banner.png

    propelauth-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Dec 06 11:33:48 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  10. docs/en/docs/img/sponsors/bump-sh-banner.svg

    bump-sh-banner.svg...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Oct 04 22:51:10 UTC 2023
    - 37.6K bytes
    - Viewed (0)
Back to top