Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for dnsConfig (0.1 sec)

  1. pkg/apis/core/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.PreemptionPolicy != nil {
    		in, out := &in.PreemptionPolicy, &out.PreemptionPolicy
    		*out = new(PreemptionPolicy)
    		**out = **in
    	}
    	if in.DNSConfig != nil {
    		in, out := &in.DNSConfig, &out.DNSConfig
    		*out = new(PodDNSConfig)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ReadinessGates != nil {
    		in, out := &in.ReadinessGates, &out.ReadinessGates
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.Priority != nil {
    		in, out := &in.Priority, &out.Priority
    		*out = new(int32)
    		**out = **in
    	}
    	if in.DNSConfig != nil {
    		in, out := &in.DNSConfig, &out.DNSConfig
    		*out = new(PodDNSConfig)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ReadinessGates != nil {
    		in, out := &in.ReadinessGates, &out.ReadinessGates
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              },
              "type": "array",
              "x-kubernetes-patch-merge-key": "name",
              "x-kubernetes-patch-strategy": "merge"
            },
            "dnsConfig": {
              "$ref": "#/definitions/io.k8s.api.core.v1.PodDNSConfig",
              "description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top