Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 58 for genrule (0.29 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/accessors.go

    	// needed, use GetUID.
    	GetName() string
    	// GetClientConfig gets the webhook ClientConfig field.
    	GetClientConfig() v1.WebhookClientConfig
    	// GetRules gets the webhook Rules field.
    	GetRules() []v1.RuleWithOperations
    	// GetFailurePolicy gets the webhook FailurePolicy field.
    	GetFailurePolicy() *v1.FailurePolicyType
    	// GetMatchPolicy gets the webhook MatchPolicy field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/DefaultComponentMetadataProcessor.java

                    processClassRule(action, metadata, details);
                } else {
                    processRule(wrapper.getRule(), metadata, details);
                }
            }
        }
    
        private void processClassRule(Action<ComponentMetadataContext> action, final ModuleComponentResolveMetadata metadata, final ComponentMetadataDetails details) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationContainer.java

                }
            } else {
                if (VALID_MAYBE_CREATE_ROLES.contains(request.getRole())) {
                    return createUnlockedConfiguration(request.getConfigurationName(), request.getRole(), Actions.doNothing());
                } else {
                    throw new GradleException("Cannot maybe create invalid role: " + request.getRole());
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 00:10:35 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-active-collections/1.0-beta-1/plexus-active-collections-1.0-beta-1.jar

    org.codehaus.plexus.component.repository.exception.ComponentLookupExcep; static void <clinit>(); } org/codehaus/plexus/collections/ActiveCollection.class package org.codehaus.plexus.collections; public abstract interface ActiveCollection { public abstract String getRole(); public abstract boolean isEmpty(); public abstract boolean checkedIsEmpty() throws org.codehaus.plexus.component.repository.exception.ComponentLookupExcep; public abstract int size(); public abstract int checkedSize() throws org.codehaus.plexu...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 15.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-active-collections/1.0-beta-1/plexus-active-collections-1.0-beta-1.jar

    org.codehaus.plexus.component.repository.exception.ComponentLookupExcep; static void <clinit>(); } org/codehaus/plexus/collections/ActiveCollection.class package org.codehaus.plexus.collections; public abstract interface ActiveCollection { public abstract String getRole(); public abstract boolean isEmpty(); public abstract boolean checkedIsEmpty() throws org.codehaus.plexus.component.repository.exception.ComponentLookupExcep; public abstract int size(); public abstract int checkedSize() throws org.codehaus.plexu...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 15.6K bytes
    - Viewed (0)
  6. pkg/registry/rbac/validation/rule.go

    	return &DefaultRuleResolver{roleGetter, roleBindingLister, clusterRoleGetter, clusterRoleBindingLister}
    }
    
    type RoleGetter interface {
    	GetRole(namespace, name string) (*rbacv1.Role, error)
    }
    
    type RoleBindingLister interface {
    	ListRoleBindings(namespace string) ([]*rbacv1.RoleBinding, error)
    }
    
    type ClusterRoleGetter interface {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 02 16:51:16 UTC 2020
    - 11.6K bytes
    - Viewed (0)
  7. docs/pl/docs/tutorial/first-steps.md

    ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)
    
    ### OpenAPI
    
    **FastAPI** generuje "schemat" z całym Twoim API przy użyciu standardu **OpenAPI** służącego do definiowania API.
    
    #### Schema
    
    "Schema" jest definicją lub opisem czegoś. Nie jest to kod, który go implementuje, ale po prostu abstrakcyjny opis.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DefaultVersionedComponentChooser.java

            Collection<SpecRuleAction<? super ComponentSelection>> rules = componentSelectionRules.getRules();
    
            // Loop over all listed versions, sorted by LATEST first
            List<ModuleComponentResolveState> resolveStates = sortLatestFirst(versions);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 13 17:41:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolvedArtifactsApiIntegrationTest.groovy

            "incoming.artifactView({componentFilter { true }}).artifacts" | _
        }
    
        def "applies compatibility rules to select variants"() {
            buildFile << """
    class OneRule implements AttributeCompatibilityRule<String> {
        void execute(CompatibilityCheckDetails<String> details) {
            if (details.consumerValue == 'preview' && details.producerValue == 'one') {
                details.compatible()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 22:29:19 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/tls.go

    				sniHosts = append(sniHosts, alt...)
    			}
    		}
    		destinationRule := CastDestinationRule(node.SidecarScope.DestinationRule(
    			model.TrafficDirectionOutbound, node, service.Hostname).GetRule())
    		var destinationCIDRs []string
    		if destinationCIDR != "" {
    			destinationCIDRs = []string{destinationCIDR}
    		}
    		out = append(out, &filterChainOpts{
    			sniHosts:         sniHosts,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 14.7K bytes
    - Viewed (0)
Back to top