config

package
v0.0.0-...-1c213c1 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CFProcessDefaults

type CFProcessDefaults struct {
	MemoryMB           int64 `yaml:"memoryMB"`
	DefaultDiskQuotaMB int64 `yaml:"diskQuotaMB"`
}

type ControllerConfig

type ControllerConfig struct {
	KpackImageTag            string            `yaml:"kpackImageTag"`
	ClusterBuilderName       string            `yaml:"clusterBuilderName"`
	CFProcessDefaults        CFProcessDefaults `yaml:"cfProcessDefaults"`
	CFRootNamespace          string            `yaml:"cfRootNamespace"`
	CFK8sControllerNamespace string            `yaml:"cfk8s_controller_namespace"`
	WorkloadsTLSSecretName   string            `yaml:"workloads_tls_secret_name"`
}

func LoadFromPath

func LoadFromPath(path string) (*ControllerConfig, error)

func (ControllerConfig) WorkloadsTLSSecretNameWithNamespace

func (c ControllerConfig) WorkloadsTLSSecretNameWithNamespace() string

Jump to

Keyboard shortcuts

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