Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for PodDNSConfig (0.29 sec)

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

    	testCases := []struct {
    		desc              string
    		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{},
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.PodDNSConfig": {
            "description": "PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.",
            "properties": {
              "nameservers": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.PodCondition":                                                                       schema_k8sio_api_core_v1_PodCondition(ref),
    		"k8s.io/api/core/v1.PodDNSConfig":                                                                       schema_k8sio_api_core_v1_PodDNSConfig(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

              "type": "string"
            }
          },
          "required": [
            "type",
            "status"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.PodDNSConfig": {
          "description": "PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.",
          "properties": {
            "nameservers": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top