Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Settings ¶ added in v0.9.1
type Settings struct { // gcp: NodePort // others: ClusterIP DeploymentServiceType corev1.ServiceType // gcp: false // others: true DeploymentIngressStaticHosts bool // Ingress domain to map deployments to DeploymentIngressDomain string // Return load balancer host in lease status command ? // gcp: true // others: optional DeploymentIngressExposeLBHosts bool }
settings configures k8s object generation such that it is customized to the cluster environment that is being used. For instance, GCP requires a different service type than minikube.
func NewDefaultSettings ¶ added in v0.9.1
func NewDefaultSettings() Settings
Click to show internal directories.
Click to hide internal directories.