Documentation ¶
Overview ¶
Package types contains common types used by the components. This helps in ensuring that, all the components expose same set of variables to the user to do similar tasks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ingress ¶
type Ingress struct { Host string `hcl:"host"` Class string `hcl:"class,optional"` CertManagerClusterIssuer string `hcl:"certmanager_cluster_issuer,optional"` }
Ingress is a generic object for specifying Kubernetes ingress manifest.
func (*Ingress) SetDefaults ¶
func (ing *Ingress) SetDefaults()
SetDefaults sets default values for Ingress object only when user has not provided any information.
Click to show internal directories.
Click to hide internal directories.