config

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConfigMap

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

NewConfigMap

Types

type InitContainerStaticConfig

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

type RepositoryConfig

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

Jump to

Keyboard shortcuts

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