Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 217 for registryX (0.28 sec)

  1. pkg/kubelet/images/image_manager_test.go

    			},
    		},
    		{
    			name:  "registry is unavailable",
    			input: crierrors.ErrRegistryUnavailable,
    			assert: func(msg string, err error) {
    				assert.ErrorIs(t, err, crierrors.ErrRegistryUnavailable)
    				assert.Equal(t, msg, "image pull failed for test because the registry is unavailable")
    			},
    		},
    		{
    			name:  "registry is unavailable with additional error message",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/network.go

    	// Network name for to be used when the meshNetworks fromRegistry nor network label on pod is specified
    	// This is defined by a topology.istio.io/network label on the system namespace.
    	network network.ID
    	// Network name for the registry as specified by the MeshNetworks configmap
    	networkFromMeshConfig network.ID
    	// map of svc fqdn to partially built network gateways; the actual gateways will be built from these into networkGatewaysBySvc
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 22:23:22 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/multicluster.go

    		options := opts
    		options.ClusterID = cluster.ID
    		if !configCluster {
    			options.SyncTimeout = features.RemoteClusterTimeout
    		}
    		log.Infof("Initializing Kubernetes service registry %q", options.ClusterID)
    		options.ConfigCluster = configCluster
    		kubeRegistry := NewController(client, options)
    		kubeController := &kubeController{
    			MeshServiceController: opts.MeshServiceController,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/DistributionFactory.java

                DefaultModuleRegistry registry = new DefaultModuleRegistry(null);
                return registry.getModule("gradle-tooling-api-provider").getAllRequiredModulesClasspath();
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:58:56 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/api/internal/initialization/transform/services/CacheInstrumentationDataBuildService.java

            if (gradleCoreInstrumentationTypeRegistry.isEmpty()) {
                // In case core types registry is empty, it means we don't have any upgrades
                // in Gradle core, so we can return empty registry
                return InstrumentationTypeRegistry.empty();
            }
            return getResolutionData(contextId).getInstrumentationTypeRegistry();
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 15:08:33 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/phases/addons/dns/dns_test.go

    		deploymentSize int
    		wantErr        bool
    	}{
    		{
    			name:           "default",
    			image:          "registry.k8s.io/coredns/coredns:v1.11.1",
    			deploymentSize: 1,
    			wantVersion:    "v1.11.1",
    		},
    		{
    			name:           "no dns addon deployment",
    			image:          "registry.k8s.io/coredns/coredns:v1.11.1",
    			deploymentSize: 0,
    			wantVersion:    "",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  7. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java

            }
    
            @Override
            public org.apache.maven.lifecycle.Lifecycle get() {
                try {
                    LifecycleRegistry registry = lookup.lookup(LifecycleRegistry.class);
                    return new WrappedLifecycle(registry.require(name));
                } catch (ComponentLookupException e) {
                    throw new LookupException(e);
                }
            }
        }
    
        @Singleton
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 13:45:13 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

      // Explicitly disable dumping Op details on failures.
      module.getContext()->printOpOnDiagnostic(false);
    
      mlir::DialectRegistry registry;
      mlir::func::registerAllExtensions(registry);
      module.getContext()->appendDialectRegistry(registry);
    
      mlir::StatusScopedDiagnosticHandler status_handler(module.getContext(),
                                                         /*propagate=*/true);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

      std::iota(input_mapping->begin(), input_mapping->end(), 0);
    }
    
    static void RegisterDialects(mlir::DialectRegistry& registry) {
      mlir::RegisterAllTensorFlowDialects(registry);
      mlir::mhlo::registerAllMhloDialects(registry);
      mlir::stablehlo::registerAllDialects(registry);
    }
    
    // Checks if functions can be inlined after TF -> HLO legalization. Currently
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  10. build/root/Makefile

    #   KUBE_FASTBUILD: Whether to cross-compile for other architectures. Set to 'false' to do so.
    #   KUBE_DOCKER_REGISTRY: Registry of released images, default to registry.k8s.io
    #   KUBE_BASE_IMAGE_REGISTRY: Registry of base images for controlplane binaries, default to registry.k8s.io/build-image
    #
    # Example:
    #   make release-skip-tests
    #   make quick-release
    endef
    .PHONY: release-skip-tests quick-release
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top