config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package config ...

Index

Constants

This section is empty.

Variables

View Source
var (
	// DefaultConfig defines the base default configuration.
	DefaultConfig = Konfigs{
		Konfigs: []Konfig{
			{
				Path: "~/.kube/config",
				ID:   xid.New().String(),
			},
		},
	}

	// Version represent version of application.
	Version string

	// Date represent date of build.
	Date string

	// BuiltBy represent date of build.
	BuiltBy string
)

Functions

This section is empty.

Types

type Konfig

type Konfig struct {
	Path string `yaml:"path"`
	ID   string `yaml:"id"`
}

type Konfigs

type Konfigs struct {
	Konfigs []Konfig `yaml:"kubeConfigs"`
}

Jump to

Keyboard shortcuts

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