runtimeconfig

package
v1.14.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Common

type Common struct {
	Env       map[string]string  `json:"env,omitempty"`
	BuildArgs map[string]string  `json:"buildArgs,omitempty"`
	EnvFrom   []v1.EnvFromSource `json:"envFrom,omitempty"`
}

type Config

type Config struct {
	Common *Common `json:"common,omitempty"`
	Python *Python `json:"python,omitempty"`
}

type Python

type Python struct {
	Common `json:",inline"`

	PipCAPath string `json:"pipCAPath,omitempty"`
	// contains filtered or unexported fields
}

func (*Python) GetPipCAContents

func (p *Python) GetPipCAContents() ([]byte, error)

GetPipCAContents lazy reads and stores pip-ca file contents

Jump to

Keyboard shortcuts

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