Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for unbinding (0.13 sec)

  1. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                  .on('mousedown.daterangepicker',...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 65.7K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/pv_controller.go

    	logger.V(4).Info("Claim status after binding", "PVC", klog.KObj(claim), "claimStatus", getClaimStatusForLogging(claim))
    	return nil
    }
    
    // unbindVolume rolls back previous binding of the volume. This may be necessary
    // when two controllers bound two volumes to single claim - when we detect this,
    // only one binding succeeds and the second one must be rolled back.
    // This method updates both Spec and Status.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    			},
    			shouldFail: true,
    		},
    		"binding-times-out": {
    			binding:    makeBinding(unboundPVC, pvNode1aBound),
    			initPVs:    []*v1.PersistentVolume{pvNode1a},
    			initPVCs:   []*v1.PersistentVolumeClaim{unboundPVC},
    			shouldFail: true,
    		},
    		"binding-fails": {
    			binding:    makeBinding(unboundPVC2, pvNode1bBound),
    			initPVs:    []*v1.PersistentVolume{pvNode1b},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    func (f *fakeMatcher) BindingMatches(a admission.Attributes, o admission.ObjectInterfaces, binding generic.BindingAccessor) (bool, error) {
    	namespace, name := binding.GetNamespace(), binding.GetName()
    	key := types.NamespacedName{
    		Name:      name,
    		Namespace: namespace,
    	}
    	if fun, ok := f.BindingMatchFuncs[key]; ok {
    		return fun(binding, a), nil
    	}
    
    	// Default is match everything
    	return f.DefaultMatch, nil
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  5. maven-core/src/site/resources/design/2.1-lifecycle-refactor.graffle

    0000\cocoartf824\cocoasubrtf410 {\fonttbl\f0\fswiss\fcharset77 Helvetica-Oblique;} {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural \f0\i\fs24 \cf0 if binding spec \ uses plugin prefix}ClassLineGraphicHead{623.954, 304}{652.046, 222}StylestrokeHeadArrow{488, 317}{555, 317}StylestrokeHeadArrow{453.532, 330}{575.468, 366}StylestrokeHeadArrow{83.5916, 196}{84, 138}{256, 138}{466, 138}{656, 138}{671.008, 9...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Mar 11 17:19:02 UTC 2017
    - 96.7K bytes
    - Viewed (0)
  6. pkg/apis/admissionregistration/types.go

    	// +optional
    	Selector *metav1.LabelSelector
    
    	// parameterNotFoundAction controls the behavior of the binding when the resource
    	// exists, and name or selector is valid, but there are no parameters
    	// matched by the binding. If the value is set to `Allow`, then no
    	// matched parameters will be treated as successful validation by the binding.
    	// If set to `Deny`, then no matched parameters will be subject to the
    	// `failurePolicy` of the policy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // `parameterNotFoundAction` controls the behavior of the binding when the resource
      // exists, and name or selector is valid, but there are no parameters
      // matched by the binding. If the value is set to `Allow`, then no
      // matched parameters will be treated as successful validation by the binding.
      // If set to `Deny`, then no matched parameters will be subject to the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // `parameterNotFoundAction` controls the behavior of the binding when the resource
      // exists, and name or selector is valid, but there are no parameters
      // matched by the binding. If the value is set to `Allow`, then no
      // matched parameters will be treated as successful validation by the binding.
      // If set to `Deny`, then no matched parameters will be subject to the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// `parameterNotFoundAction` controls the behavior of the binding when the resource
    	// exists, and name or selector is valid, but there are no parameters
    	// matched by the binding. If the value is set to `Allow`, then no
    	// matched parameters will be treated as successful validation by the binding.
    	// If set to `Deny`, then no matched parameters will be subject to the
    	// `failurePolicy` of the policy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// `parameterNotFoundAction` controls the behavior of the binding when the resource
    	// exists, and name or selector is valid, but there are no parameters
    	// matched by the binding. If the value is set to `Allow`, then no
    	// matched parameters will be treated as successful validation by the binding.
    	// If set to `Deny`, then no matched parameters will be subject to the
    	// `failurePolicy` of the policy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
Back to top