Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 292 for External (0.24 sec)

  1. pilot/pkg/networking/core/listener_test.go

    	autoSvc.Attributes.ServiceRegistry = provider.External
    
    	extSvc := buildServiceWithPort("example1.com", 9999, protocol.TCP, tnow)
    	extSvc.Attributes.ServiceRegistry = provider.External
    
    	tests := []struct {
    		name        string
    		instances   []*model.ServiceInstance
    		services    []*model.Service
    		listenersOn string
    	}{
    		{
    			name: "internal k8s service with ipv4 & ipv6 endpoint for Kubernetes TCP protocol",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    * `SingleMessageLogger`
    * `VersionNumber`
    * `WrapUtil`
    
    [[dependency_factory_renamed]]
    ==== Internal DependencyFactory was renamed
    The internal `org.gradle.api.internal.artifacts.dsl.dependencies.DependencyFactory` type was renamed to `org.gradle.api.internal.artifacts.dsl.dependencies.DependencyFactoryInternal`.
    As an internal type, it should not be used, but for compatibility reasons the inner `ClassPathNotation` type is still available.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  3. tensorflow/BUILD

            continue
          fi
    
          if [[ $${d} == external* ]]; then
            extname="$${d#*external/}"
            extname="$${extname%%/*}"
            if [[ $${TF_SYSTEM_LIBS:-} == *$${extname}* ]]; then
              continue
            fi
    
            d="$${d#*external/farmhash_archive/src}"
            d="$${d#*external/$${extname}/}"
            d="$${d#_virtual_includes/*/}"
          fi
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  4. pkg/kubelet/nodestatus/setters_test.go

    			},
    			shouldError: false,
    		},
    		{
    			name:   "An Internal/ExternalIP, an Internal/ExternalDNS",
    			nodeIP: netutils.ParseIPSloppy("10.1.1.1"),
    			nodeAddresses: []v1.NodeAddress{
    				{Type: v1.NodeInternalIP, Address: "10.1.1.1"},
    				{Type: v1.NodeExternalIP, Address: "55.55.55.55"},
    				{Type: v1.NodeInternalDNS, Address: "ip-10-1-1-1.us-west-2.compute.internal"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  5. hack/local-up-cluster.sh

        cloud_config_arg+=("--configure-cloud-routes=${CONFIGURE_CLOUD_ROUTES}")
        if [[ "${EXTERNAL_CLOUD_PROVIDER:-}" == "true" ]]; then
          cloud_config_arg=("--cloud-provider=external")
          cloud_config_arg+=("--external-cloud-volume-plugin=${EXTERNAL_CLOUD_VOLUME_PLUGIN}")
          cloud_config_arg+=("--cloud-config=${CLOUD_CONFIG}")
        fi
    
        CTLRMGR_LOG=${LOG_DIR}/kube-controller-manager.log
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            ":internal",
            "//third_party/cloud_tpu/inference_converter:__pkg__",
        ],
        licenses = ["notice"],
    )
    
    package_group(
        name = "internal",
        includes = [
            "//tensorflow/compiler/tf2xla:internal",
        ],
        packages = [
            "//tensorflow/c/...",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  7. pilot/pkg/model/sidecar_test.go

    						Name:            "s1",
    						Namespace:       "default",
    						ServiceRegistry: provider.External,
    					},
    				},
    				{
    					Hostname: "proxy",
    					Ports:    port7443,
    					Attributes: ServiceAttributes{
    						Name:            "s2",
    						Namespace:       "default",
    						ServiceRegistry: provider.External,
    					},
    				},
    				{
    					Hostname: "proxy",
    					Ports:    port7442,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.conversion.go

    }
    
    func autoConvert_v1beta4_Etcd_To_kubeadm_Etcd(in *Etcd, out *kubeadm.Etcd, s conversion.Scope) error {
    	out.Local = (*kubeadm.LocalEtcd)(unsafe.Pointer(in.Local))
    	out.External = (*kubeadm.ExternalEtcd)(unsafe.Pointer(in.External))
    	return nil
    }
    
    // Convert_v1beta4_Etcd_To_kubeadm_Etcd is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    ==== Configuration cache implementation packages now under `org.gradle.internal`
    
    References to Gradle types that are not part of the public API should be avoided, as their direct use is unsupported,
    and Gradle internal implementation classes may suffer breaking changes (or be renamed or removed) from one version to another without warning.
    
    It is important for users to distinguish between the API and internal parts of the Gradle codebase.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  10. pilot/pkg/model/push_context_test.go

    		Hostname: "svc4",
    		Attributes: ServiceAttributes{
    			Namespace:       "test4",
    			ServiceRegistry: provider.External,
    		},
    	}
    	svc4_1 := &Service{
    		Hostname: "svc4",
    		Attributes: ServiceAttributes{
    			Namespace:       "test4",
    			ServiceRegistry: provider.External,
    		},
    	}
    	// kubernetes service will override non kubernetes
    	svc4_2 := &Service{
    		Hostname: "svc4",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top