Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for dnsConfig (0.33 sec)

  1. pkg/kubelet/network/dns/dns_test.go

    		hostnetwork       bool
    		dnsPolicy         v1.DNSPolicy
    		dnsConfig         *v1.PodDNSConfig
    		expectedDNSConfig *runtimeapi.DNSConfig
    	}{
    		{
    			desc:              "DNSNone without DNSConfig should have empty DNS settings",
    			dnsPolicy:         v1.DNSNone,
    			expectedDNSConfig: &runtimeapi.DNSConfig{},
    		},
    		{
    			desc:      "DNSNone with DNSConfig should have a merged DNS settings",
    			dnsPolicy: v1.DNSNone,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  2. src/net/conf.go

    // The provided Resolver is optional. nil means to not consider its options.
    // It also returns dnsConfig when it was used to determine the lookup order.
    func (c *conf) addrLookupOrder(r *Resolver, addr string) (ret hostLookupOrder, dnsConf *dnsConfig) {
    	if c.dnsDebugLevel > 1 {
    		defer func() {
    			print("go package net: addrLookupOrder(", addr, ") = ", ret.String(), "\n")
    		}()
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_sandbox.go

    			Uid:       podUID,
    			Attempt:   attempt,
    		},
    		Labels:      newPodLabels(pod),
    		Annotations: newPodAnnotations(pod),
    	}
    
    	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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  4. pkg/kubelet/container/helpers.go

    	GenerateRunContainerOptions(ctx context.Context, pod *v1.Pod, container *v1.Container, podIP string, podIPs []string) (contOpts *RunContainerOptions, cleanupAction func(), err error)
    	GetPodDNS(pod *v1.Pod) (dnsConfig *runtimeapi.DNSConfig, err error)
    	// GetPodCgroupParent returns the CgroupName identifier, and its literal cgroupfs form on the host
    	// of a pod.
    	GetPodCgroupParent(pod *v1.Pod) string
    	GetPodDir(podUID types.UID) string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml

              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
              subPath: subPathValue
              subPathExpr: subPathExprValue
            workingDir: workingDirValue
          dnsConfig:
            nameservers:
            - nameserversValue
            options:
            - name: nameValue
              value: valueValue
            searches:
            - searchesValue
          dnsPolicy: dnsPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
              subPath: subPathValue
              subPathExpr: subPathExprValue
            workingDir: workingDirValue
          dnsConfig:
            nameservers:
            - nameserversValue
            options:
            - name: nameValue
              value: valueValue
            searches:
            - searchesValue
          dnsPolicy: dnsPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml

              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
              subPath: subPathValue
              subPathExpr: subPathExprValue
            workingDir: workingDirValue
          dnsConfig:
            nameservers:
            - nameserversValue
            options:
            - name: nameValue
              value: valueValue
            searches:
            - searchesValue
          dnsPolicy: dnsPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.yaml

            name: nameValue
            readOnly: true
            recursiveReadOnly: recursiveReadOnlyValue
            subPath: subPathValue
            subPathExpr: subPathExprValue
          workingDir: workingDirValue
        dnsConfig:
          nameservers:
          - nameserversValue
          options:
          - name: nameValue
            value: valueValue
          searches:
          - searchesValue
        dnsPolicy: dnsPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.yaml

              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
              subPath: subPathValue
              subPathExpr: subPathExprValue
            workingDir: workingDirValue
          dnsConfig:
            nameservers:
            - nameserversValue
            options:
            - name: nameValue
              value: valueValue
            searches:
            - searchesValue
          dnsPolicy: dnsPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml

              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
              subPath: subPathValue
              subPathExpr: subPathExprValue
            workingDir: workingDirValue
          dnsConfig:
            nameservers:
            - nameserversValue
            options:
            - name: nameValue
              value: valueValue
            searches:
            - searchesValue
          dnsPolicy: dnsPolicyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
Back to top