Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 524 for unbound (0.17 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/UnboundRulesProcessorTest.groovy

    import org.gradle.model.internal.core.ModelPath
    import org.gradle.model.internal.core.ModelReference
    import org.gradle.model.internal.report.unbound.UnboundRule
    import org.gradle.model.internal.report.unbound.UnboundRuleInput
    import org.gradle.model.internal.report.unbound.UnboundRulesReporter
    import org.gradle.util.internal.ConfigureUtil
    
    import static org.gradle.util.internal.TextUtil.normaliseLineSeparators
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/UnboundModelRulesException.java

    import org.gradle.model.internal.report.unbound.UnboundRule;
    import org.gradle.model.internal.report.unbound.UnboundRulesReporter;
    
    import java.io.PrintWriter;
    import java.io.StringWriter;
    import java.util.List;
    
    public class UnboundModelRulesException extends GradleException {
    
        private static final String MESSAGE = "The following model rules could not be applied due to unbound inputs and/or subjects:";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. platforms/ide/problems-api/src/test/groovy/org/gradle/api/problems/internal/DefaultProblemTest.groovy

    import org.gradle.internal.deprecation.Documentation
    import org.gradle.internal.operations.OperationIdentifier
    import spock.lang.Specification
    
    class DefaultProblemTest extends Specification {
        def "unbound builder result is equal to original"() {
            def additionalData = Mock(AdditionalData)
            def problem = createTestProblem(severity, additionalData)
    
            def newProblem = problem.toBuilder().build()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 08:30:15 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi_test.go

    	emptyPod            = st.MakePod().Obj()
    	unboundPVCPod       = st.MakePod().PVC("unboundPVC").Obj()
    	// Different pod than unboundPVCPod, but using the same unbound PVC
    	unboundPVCPod2 = st.MakePod().PVC("unboundPVC").Obj()
    	// pod with unbound PVC that's different to unboundPVC
    	anotherUnboundPVCPod = st.MakePod().PVC("anotherUnboundPVC").Obj()
    )
    
    func TestEphemeralLimits(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 36.8K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/ModelRuleBindingValidationIntegrationTest.groovy

                include ":used", ":unused"
            """
    
            file("unused/build.gradle") << """
                class Rules extends RuleSource {
                    @Mutate
                    void unbound(ModelMap<Task> tasks, String unbound) {
                    }
                }
    
                apply type: Rules
            """
    
            then:
            succeeds ":used:tasks"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/UnboundRulesProcessor.java

    import org.gradle.model.internal.core.ModelNode;
    import org.gradle.model.internal.core.ModelPath;
    import org.gradle.model.internal.core.ModelReference;
    import org.gradle.model.internal.report.unbound.UnboundRule;
    import org.gradle.model.internal.report.unbound.UnboundRuleInput;
    import org.gradle.util.internal.CollectionUtils;
    
    import java.util.ArrayList;
    import java.util.Collection;
    import java.util.List;
    
    @ThreadSafe
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    		},
    		"immediate-unbound-pvc": {
    			podPVCs:    []*v1.PersistentVolumeClaim{immediateUnboundPVC},
    			shouldFail: true,
    		},
    		"immediate-unbound-pvc,delayed-mode-bound": {
    			podPVCs:    []*v1.PersistentVolumeClaim{immediateUnboundPVC, boundPVC},
    			pvs:        []*v1.PersistentVolume{pvBound},
    			shouldFail: true,
    		},
    		"immediate-unbound-pvc,delayed-mode-unbound": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/report/unbound/UnboundRulesReporterTest.groovy

     */
    
    package org.gradle.model.internal.report.unbound
    
    import org.gradle.util.internal.TextUtil
    import spock.lang.Specification
    
    class UnboundRulesReporterTest extends Specification {
    
        def output = new StringWriter()
    
        def reporter = new UnboundRulesReporter(new PrintWriter(output), "> ")
    
        def "reports on unbound rules"() {
            when:
            reporter.reportOn([
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2K bytes
    - Viewed (0)
  9. plugin/pkg/admission/noderestriction/admission_test.go

    		{
    			name:       "forbid create of unbound token",
    			podsGetter: noExistingPods,
    			attributes: admission.NewAttributesRecord(makeTokenRequest("", ""), nil, tokenrequestKind, "ns", "mysa", svcacctResource, "token", admission.Create, &metav1.CreateOptions{}, false, mynode),
    			err:        "not bound to a pod",
    		},
    		{
    			name:       "forbid create of token bound to nonexistant pod",
    			podsGetter: noExistingPods,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/volumebinding/binder.go

    	// GetPodVolumeClaims returns a pod's PVCs separated into bound, unbound with delayed binding (including provisioning),
    	// unbound with immediate binding (including prebound) and PVs that belong to storage classes of unbound PVCs with delayed binding.
    	GetPodVolumeClaims(logger klog.Logger, pod *v1.Pod) (podVolumeClaims *PodVolumeClaims, err error)
    
    	// GetEligibleNodes checks the existing bound claims of the pod to determine if the list of nodes can be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top