Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 290 for registry_ (0.16 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/ResolutionFailureHandler.java

     * selecting the appropriate {@link ResolutionFailureDescriber} to describe that failure,
     * returning the result of running the describer.  It maintains a registry of <strong>default</strong>
     * describers for each failure type; but will first consult the {@link AttributesSchemaInternal} for
     * any custom describers registered on that schema for a given failure type.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  2. pkg/controlplane/apiserver/server.go

    	"k8s.io/apimachinery/pkg/util/uuid"
    	"k8s.io/apimachinery/pkg/util/wait"
    	apiserverfeatures "k8s.io/apiserver/pkg/features"
    	peerreconcilers "k8s.io/apiserver/pkg/reconcilers"
    	genericregistry "k8s.io/apiserver/pkg/registry/generic"
    	genericapiserver "k8s.io/apiserver/pkg/server"
    	"k8s.io/apiserver/pkg/server/dynamiccertificates"
    	serverstorage "k8s.io/apiserver/pkg/server/storage"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 19:24:41 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/injected-services-should-have-service-scope-applied.txt

    Class <org.gradle.language.nativeplatform.internal.incremental.IncrementalCompilerBuilder> is not annotated with @ServiceScope in (IncrementalCompilerBuilder.java:0)
    Class <org.gradle.model.internal.registry.ModelRegistry> is not annotated with @ServiceScope in (ModelRegistry.java:0)
    Class <org.gradle.nativeplatform.toolchain.internal.xcode.SwiftStdlibToolLocator> is not annotated with @ServiceScope in (SwiftStdlibToolLocator.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  4. platforms/extensibility/unit-test-fixtures/src/main/java/org/gradle/testfixtures/internal/ProjectBuilderImpl.java

            projectDir = (projectDir != null) ? projectDir.getAbsoluteFile() : new File(parentProject.getProjectDir(), name);
            // Descriptor is added to registry as a side effect
            DefaultProjectDescriptor projectDescriptor = new DefaultProjectDescriptor(parentDescriptor, name, projectDir, descriptorRegistry, parentProject.getServices().get(FileResolver.class));
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:51:36 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/get.go

    	"k8s.io/apiserver/pkg/endpoints/handlers/negotiation"
    	"k8s.io/apiserver/pkg/endpoints/metrics"
    	"k8s.io/apiserver/pkg/endpoints/request"
    	"k8s.io/apiserver/pkg/features"
    	"k8s.io/apiserver/pkg/registry/rest"
    	genericfilters "k8s.io/apiserver/pkg/server/filters"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/component-base/tracing"
    	"k8s.io/klog/v2"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 10:22:16 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. cluster/gce/config-test.sh

    # on small nodes, like network plugins.
    NUM_ADDITIONAL_NODES=${NUM_ADDITIONAL_NODES:-}
    ADDITIONAL_MACHINE_TYPE=${ADDITIONAL_MACHINE_TYPE:-}
    
    # Set etcd image (e.g. registry.k8s.io/etcd) and version (e.g. v3.5.1-0) if you need
    # non-default version.
    export ETCD_IMAGE=${TEST_ETCD_IMAGE:-}
    export ETCD_DOCKER_REPOSITORY=${TEST_ETCD_DOCKER_REPOSITORY:-}
    export ETCD_VERSION=${TEST_ETCD_VERSION:-}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/interpodaffinity/plugin.go

    	"k8s.io/kubernetes/pkg/scheduler/framework/parallelize"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/names"
    	"k8s.io/kubernetes/pkg/scheduler/util"
    )
    
    // Name is the name of the plugin used in the plugin registry and configurations.
    const Name = names.InterPodAffinity
    
    var _ framework.PreFilterPlugin = &InterPodAffinity{}
    var _ framework.FilterPlugin = &InterPodAffinity{}
    var _ framework.PreScorePlugin = &InterPodAffinity{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 12 03:08:44 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  8. build/common.sh

    KUBE_BUILD_IMAGE_CROSS_TAG="$(cat "${KUBE_ROOT}/build/build-image/cross/VERSION")"
    readonly KUBE_BUILD_IMAGE_CROSS_TAG
    
    readonly KUBE_DOCKER_REGISTRY="${KUBE_DOCKER_REGISTRY:-registry.k8s.io}"
    KUBE_BASE_IMAGE_REGISTRY="${KUBE_BASE_IMAGE_REGISTRY:-registry.k8s.io/build-image}"
    readonly KUBE_BASE_IMAGE_REGISTRY
    
    # This version number is used to cause everyone to rebuild their data containers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    func TestPrefix(t *testing.T) {
    	testcases := map[string]string{
    		"custom/prefix":     "/custom/prefix/",
    		"/custom//prefix//": "/custom/prefix/",
    		"/registry":         "/registry/",
    	}
    	for configuredPrefix, effectivePrefix := range testcases {
    		_, store, _ := testSetup(t, withPrefix(configuredPrefix))
    		if store.pathPrefix != effectivePrefix {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  10. pilot/pkg/model/service.go

    	AutoAllocatedIPv6Address string `json:"autoAllocatedIPv6Address,omitempty"`
    
    	// Resolution indicates how the service instances need to be resolved before routing
    	// traffic. Most services in the service registry will use static load balancing wherein
    	// the proxy will decide the service instance that will receive the traffic. Service entries
    	// could either use DNS load balancing (i.e. proxy will query DNS server for the IP of the service)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top