Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 649 for binding3 (0.19 sec)

  1. platforms/software/build-init/src/test/resources/org/gradle/buildinit/plugins/internal/SimpleTemplateOperationSpec-binding.template

    Tom Tresansky <******@****.***> 1694705555 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 32 bytes
    - Viewed (0)
  2. pkg/apis/rbac/helpers.go

    	return r
    }
    
    // BindingOrDie calls the binding method and panics if there is an error.
    func (r *ClusterRoleBindingBuilder) BindingOrDie() ClusterRoleBinding {
    	ret, err := r.Binding()
    	if err != nil {
    		panic(err)
    	}
    	return ret
    }
    
    // Binding builds and returns the ClusterRoleBinding API object from the builder
    // object.
    func (r *ClusterRoleBindingBuilder) Binding() (ClusterRoleBinding, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 23 15:11:00 UTC 2020
    - 12.1K bytes
    - Viewed (0)
  3. cluster/addons/rbac/legacy-kubelet-user/kubelet-binding.yaml

    ramnar <******@****.***> 1553400707 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 24 04:11:47 UTC 2019
    - 565 bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml

    Mike Morris <******@****.***> 1702326113 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    policies for clusters.\n\nFor a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding.\n\nThe CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param)...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  6. pkg/kubeapiserver/admission/exclusion/resources.go

    // If a resource is transient, i.e., not persisted in the storage, the resource must be
    // in either include or excluded list.
    var included = []schema.GroupResource{
    	{Group: "", Resource: "bindings"},
    	{Group: "", Resource: "pods/attach"},
    	{Group: "", Resource: "pods/binding"},
    	{Group: "", Resource: "pods/eviction"},
    	{Group: "", Resource: "pods/exec"},
    	{Group: "", Resource: "pods/portforward"},
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 23:31:18 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  7. maven-di/src/main/java/org/apache/maven/di/Key.java

    import org.apache.maven.di.impl.ReflectionUtils;
    import org.apache.maven.di.impl.Types;
    import org.apache.maven.di.impl.Utils;
    
    /**
     * The key defines an identity of a binding. In any DI, a key is usually a type of the object along
     * with some optional tag to distinguish between bindings which make objects of the same type.
     * <p>
     * In ActiveJ Inject, a key is also a type token - special abstract class that can store type information
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Feb 09 17:13:31 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. pkg/apis/rbac/v1alpha1/helpers.go

    	}
    	return r
    }
    
    func (r *ClusterRoleBindingBuilder) BindingOrDie() rbacv1alpha1.ClusterRoleBinding {
    	ret, err := r.Binding()
    	if err != nil {
    		panic(err)
    	}
    	return ret
    }
    
    func (r *ClusterRoleBindingBuilder) Binding() (rbacv1alpha1.ClusterRoleBinding, error) {
    	if len(r.ClusterRoleBinding.Subjects) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 18 15:37:57 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/binding/DefaultStructBindingsStoreTest.groovy

        def bindingStore = new DefaultStructBindingsStore(schemaStore)
    
        def "extracts empty"() {
            def bindings = extract(Object)
            expect:
            bindings.declaredViewSchemas*.type*.rawClass as List == [Object]
            bindings.delegateSchema == null
            bindings.managedProperties.isEmpty()
            bindings.methodBindings.isEmpty()
        }
    
        static abstract class TypeWithAbstractProperty {
            abstract int getZ()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 26.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.proto

    //
    // For a given admission request, each binding will cause its policy to be
    // evaluated N times, where N is 1 for policies/bindings that don't use
    // params, otherwise N is the number of parameters selected by the binding.
    //
    // The CEL expressions of a policy must have a computed CEL cost below the maximum
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 29.9K bytes
    - Viewed (0)
Back to top