Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 501 for managed (0.23 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/model/NamedObjectInstantiator.java

        private static final Type STRING = getType(String.class);
        private static final Type CLASS_GENERATING_LOADER = getType(ClassGeneratingLoader.class);
        private static final Type MANAGED = getType(Managed.class);
        private static final String[] INTERFACES_FOR_ABSTRACT_CLASS = {MANAGED.getInternalName()};
        private static final String RETURN_VOID = getMethodDescriptor(Type.VOID_TYPE);
        private static final String RETURN_STRING = getMethodDescriptor(STRING);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/DefaultFilePropertyFactory.java

    import org.gradle.internal.Cast;
    import org.gradle.internal.file.PathToFileResolver;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    import org.gradle.internal.state.Managed;
    
    import javax.annotation.Nullable;
    import java.io.File;
    
    import static com.google.common.base.Preconditions.checkNotNull;
    import static org.gradle.api.internal.lambdas.SerializableLambdas.bifunction;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 09:53:33 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  3. maven-model-builder/src/test/java/org/apache/maven/model/building/DefaultModelBuilderTest.java

        }
    
        /**
         * This test has
         *   - a BOM import which itself imports the junit BOM which manages the dep to 0.1
         *   - a BOM import to the junit BOM which manages the dep to 0.2
         *   - a direct managed dependency to the dep at 0.3 (as suggested by the warning)
         * This results in 0.3 (explicit managed wins) and no warning
         */
        @Test
        void testManagedDependencyDistanceWithExplicit() throws Exception {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Feb 01 16:25:04 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/internal/model/ObjectFactoryIntegrationTest.groovy

                assert container.size() == 1
            """
    
            expect:
            succeeds()
        }
    
        def "plugin can create NamedDomainObjectContainer instances that creates decorated elements of a named managed type"() {
            given:
            buildFile """
                interface NamedThing extends Named {
                    Property<String> getProp()
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 07 02:25:12 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  5. pkg/scheduler/extender_test.go

    		want     bool
    	}{
    		{
    			label: "Empty managed resources",
    			extender: &HTTPExtender{
    				managedResources: sets.New[string](),
    			},
    			pod:  &v1.Pod{},
    			want: true,
    		},
    		{
    			label:    "Managed memory, empty resources",
    			extender: mem,
    			pod:      st.MakePod().Container("app").Obj(),
    			want:     false,
    		},
    		{
    			label:    "Managed memory, container memory with Requests",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  6. src/runtime/debug/garbage.go

    //
    // The input limit is provided as bytes, and includes all memory
    // mapped, managed, and not released by the Go runtime. Notably, it
    // does not account for space used by the Go binary and memory
    // external to Go, such as memory managed by the underlying system
    // on behalf of the process, or memory managed by non-Go code inside
    // the same process. Examples of excluded memory sources include: OS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/deploymentcontroller.go

    		return true, ""
    	}
    	obj := store.Get(name, namespace)
    	if obj == nil {
    		// no object, we can manage it
    		return true, ""
    	}
    	_, managed := obj.GetLabels()[constants.ManagedGatewayLabel]
    	// If object already exists, we can only manage it if it has the label
    	return managed, obj.GetResourceVersion()
    }
    
    // setGatewayNameLabel sets either the new or deprecated gateway name label
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  8. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/IsolatableSerializerRegistry.java

                ManagedFactory factory = managedFactoryRegistry.lookup(factoryId);
                Managed managed = Cast.uncheckedCast(factory.fromState(publicClass, readState(decoder)));
                assert managed != null;
                return new IsolatedImmutableManagedValue(managed, managedFactoryRegistry);
            }
    
            @Override
            public Class<IsolatedImmutableManagedValue> getIsolatableClass() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/DefaultValueSourceProviderFactoryTest.groovy

    import org.gradle.api.provider.Property
    import org.gradle.api.provider.ValueSource
    import org.gradle.api.provider.ValueSourceParameters
    import org.gradle.api.reflect.ObjectInstantiationException
    import org.gradle.internal.state.Managed
    import org.gradle.process.ExecOperations
    import org.gradle.process.ExecResult
    
    import javax.inject.Inject
    
    import static org.gradle.api.internal.provider.ValueSourceProviderFactory.ValueListener.ObtainedValue
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:25 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/certs.go

    		SkipCRIDetect: true,
    	})
    }
    
    // fetchCertificateExpirationInfo returns the certificate expiration info for the given renewal manager
    func fetchCertificateExpirationInfo(rm *renewal.Manager) (*outputapiv1alpha3.CertificateExpirationInfo, error) {
    	info := &outputapiv1alpha3.CertificateExpirationInfo{}
    
    	for _, handler := range rm.Certificates() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top