gateway

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConfigMap added in v1.0.2

func NewConfigMap(gw *securityv1.Gateway, name string) *corev1.ConfigMap

NewConfigMap

func NewDeployment

func NewDeployment(gw *securityv1.Gateway) *appsv1.Deployment

func NewHPA added in v1.0.2

func NewIngress added in v1.0.2

func NewIngress(gw *securityv1.Gateway) *networkingv1.Ingress

func NewManagementService added in v1.0.2

func NewManagementService(gw *securityv1.Gateway) *corev1.Service

func NewPDB added in v1.0.2

NewPDB - Pod Disruption Budget

func NewSecret added in v1.0.2

func NewSecret(gw *securityv1.Gateway) *corev1.Secret

NewSecret

func NewService added in v1.0.2

func NewService(gw *securityv1.Gateway) *corev1.Service

Types

type InitContainerStaticConfig added in v1.0.2

type InitContainerStaticConfig struct {
	Version      string             `json:"version"`
	Repositories []RepositoryConfig `json:"repositories,omitempty"`
}

type RepositoryConfig added in v1.0.2

type RepositoryConfig struct {
	Name           string `json:"name"`
	Endpoint       string `json:"endpoint"`
	Branch         string `json:"branch"`
	Auth           string `json:"auth"`
	LocalReference string `json:"localReference,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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