Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRenderCommand ¶
NewRenderCommand creates a render command.
Types ¶
type TemplateData ¶
type TemplateData struct { genericrenderoptions.ManifestConfig genericrenderoptions.FileConfig // LockHostPath holds the api server lock file for bootstrap LockHostPath string // EtcdServerURLs is a list of etcd server URLs. EtcdServerURLs []string // EtcdServingCA is the serving CA used by the etcd servers. EtcdServingCA string // ClusterCIDR is the IP range for pod IPs. ClusterCIDR []string // ServiceClusterIPRange is the IP range for service IPs. ServiceCIDR []string }
Click to show internal directories.
Click to hide internal directories.