Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PodDNSConfig (0.09 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfig.go

    	Options     []PodDNSConfigOptionApplyConfiguration `json:"options,omitempty"`
    }
    
    // PodDNSConfigApplyConfiguration constructs an declarative configuration of the PodDNSConfig type for use with
    // apply.
    func PodDNSConfig() *PodDNSConfigApplyConfiguration {
    	return &PodDNSConfigApplyConfiguration{}
    }
    
    // WithNameservers adds the given value to the Nameservers field in the declarative configuration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.8K bytes
    - Viewed (0)
Back to top