Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 196 for DOMAIN (0.22 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_sandbox.go

    	}
    
    	dnsConfig, err := m.runtimeHelper.GetPodDNS(pod)
    	if err != nil {
    		return nil, err
    	}
    	podSandboxConfig.DnsConfig = dnsConfig
    
    	if !kubecontainer.IsHostNetworkPod(pod) {
    		// TODO: Add domain support in new runtime interface
    		podHostname, podDomain, err := m.runtimeHelper.GeneratePodHostNameAndDomain(pod)
    		if err != nil {
    			return nil, err
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. cmd/globals.go

    	globalCredViaEnv bool
    
    	globalPublicCerts []*x509.Certificate
    
    	globalDomainNames []string      // Root domains for virtual host style requests
    	globalDomainIPs   set.StringSet // Root domain IP address(s) for a distributed MinIO deployment
    
    	globalOperationTimeout       = newDynamicTimeout(10*time.Minute, 5*time.Minute) // default timeout for general ops
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  3. cni/pkg/plugin/plugin_test.go

    	"type": "sample",
        "capabilities": {
            "testCapability": false
        },
        "ipam": {
            "type": "testIPAM"
        },
        "dns": {
            "nameservers": ["testNameServer"],
            "domain": "testDomain",
            "search": ["testSearch"],
            "options": ["testOption"]
        },
        "prevResult": {
            "cniversion": "%s",
            "interfaces": [
                {
                    "name": "%s",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/crdclient/client.go

    	translateFunc, f := translationMap[gvk]
    	if !f {
    		scope.Errorf("unknown type %v", gvk)
    		return config.Config{}
    	}
    	c := translateFunc(r)
    	c.Domain = domainSuffix
    	return c
    }
    
    func getObjectMetadata(config config.Config) metav1.ObjectMeta {
    	return metav1.ObjectMeta{
    		Name:            config.Name,
    		Namespace:       config.Namespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 00:12:28 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  5. pkg/workloadapi/workload.proto

      string name = 1;
      // Namespace represents the namespace for the service.
      string namespace = 2;
      // Hostname represents the FQDN of the service.
      // For Kubernetes, this would be <name>.<namespace>.svc.<cluster domain>.
      // TODO: support this field
      string hostname = 3;
      // Address represents the addresses the service can be reached at.
      // There may be multiple addresses for a single service if it resides in multiple networks,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/SmbFile.java

     * is the usage of a URL scheme [1] to specify the target file or
     * directory. SmbFile URLs have the following syntax:
     *
     * <blockquote>
     * 
     * <pre>
     *     smb://[[[domain;]username[:password]@]server[:port]/[[share/[dir/]file]]][?param=value[param2=value2[...]]]
     * </pre>
     * 
     * </blockquote>
     *
     * This example:
     *
     * <blockquote>
     * 
     * <pre>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  7. cmd/kubeadm/app/apis/kubeadm/types.go

    type Networking struct {
    	// ServiceSubnet is the subnet used by k8s services. Defaults to "10.96.0.0/12".
    	ServiceSubnet string
    	// PodSubnet is the subnet used by pods.
    	PodSubnet string
    	// DNSDomain is the dns domain used by k8s services. Defaults to "cluster.local".
    	DNSDomain string
    }
    
    // Etcd contains elements describing Etcd configuration.
    type Etcd struct {
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    description: A list of server specifications.
                    items:
                      properties:
                        bind:
                          description: The ip or the Unix domain socket to which the listener
                            should be bound to.
                          type: string
                        defaultEndpoint:
                          type: string
                        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_pods_test.go

    fe00::1	ip6-allnodes
    fe00::2	ip6-allrouters
    123.45.67.89	some.domain
    `,
    			expectedHostsFileContent: `# Kubernetes-managed hosts file (host network).
    # hosts file for testing.
    127.0.0.1	localhost
    ::1	localhost ip6-localhost ip6-loopback
    fe00::0	ip6-localnet
    fe00::0	ip6-mcastprefix
    fe00::1	ip6-allnodes
    fe00::2	ip6-allrouters
    123.45.67.89	some.domain
    `,
    		},
    		{
    			hostsFileName: "hosts_test_file2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// +optional
    	ServiceSubnet string `json:"serviceSubnet,omitempty"`
    	// PodSubnet is the subnet used by pods.
    	// +optional
    	PodSubnet string `json:"podSubnet,omitempty"`
    	// DNSDomain is the dns domain used by k8s services. Defaults to "cluster.local".
    	// +optional
    	DNSDomain string `json:"dnsDomain,omitempty"`
    }
    
    // Etcd contains elements describing Etcd configuration.
    type Etcd struct {
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
Back to top