k8simpl

package
v0.18.7 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBuildpackBackend

func NewBuildpackBackend(
	config Config,
	image builder.ImageConfig,
) (builder.BuildpackBackend, error)

Types

type Config

type Config struct {
	Namespace     string `mapstructure:"namespace" yaml:"namespace"`
	PodName       string `mapstructure:"podName" yaml:"podName"`
	ContainerName string `mapstructure:"containerName" yaml:"containerName"`
	LocalDir      string `mapstructure:"localDir" yaml:"localDir"`
	RemoteDir     string `mapstructure:"remoteDir" yaml:"remoteDir"`
	User          int    `mapstructure:"user" yaml:"user"`
	Group         int    `mapstructure:"group" yaml:"group"`
	PlatformAPI   string `mapstructure:"platformAPI" yaml:"platformAPI"`
}

Jump to

Keyboard shortcuts

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