types

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL