gateway

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2024 License: MIT Imports: 18 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, platform string) *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 NewOtkCertificateSecret added in v1.0.4

func NewOtkCertificateSecret(gw *securityv1.Gateway, name string, data map[string][]byte) *corev1.Secret

func NewPDB added in v1.0.2

NewPDB - Pod Disruption Budget

func NewRoute added in v1.0.4

func NewRoute(gw *securityv1.Gateway) routev1.Route

func NewSecret added in v1.0.2

func NewSecret(gw *securityv1.Gateway, name string) *corev1.Secret

NewSecret

func NewService added in v1.0.2

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

func NewServiceAccount added in v1.0.4

func NewServiceAccount(gw *securityv1.Gateway) *corev1.ServiceAccount

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