Documentation ¶ Index ¶ type EnvGetter func NewEnvGetter(resourceType, resourceName string) EnvGetter func (eg EnvGetter) Get(ctx context.Context, kube client.Kube) error func (eg EnvGetter) WithContainerRegexp(containerRegexp *regexp.Regexp) EnvGetter Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type EnvGetter ¶ type EnvGetter struct { // contains filtered or unexported fields } func NewEnvGetter ¶ func NewEnvGetter(resourceType, resourceName string) EnvGetter func (EnvGetter) Get ¶ func (eg EnvGetter) Get(ctx context.Context, kube client.Kube) error func (EnvGetter) WithContainerRegexp ¶ func (eg EnvGetter) WithContainerRegexp(containerRegexp *regexp.Regexp) EnvGetter Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.