configs

package
v1.5.6 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package configs

Copyright © 2023 zcubbs https://github.com/zcubbs

Package configs

Copyright © 2023 zcubbs https://github.com/zcubbs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bootstrap

func Bootstrap()

Types

type Configuration

type Configuration struct {
	Kubeconfig  `mapstructure:"kubeconfig" json:"kubeconfig"`
	VaultConfig `mapstructure:"vault" json:"vault"`
}
var Config Configuration

type Kubeconfig

type Kubeconfig struct {
	Path string `mapstructure:"path" json:"path"`
}

type VaultConfig

type VaultConfig struct {
	Path string `mapstructure:"path" json:"path"`
	Key  string `mapstructure:"key" json:"key"`
}

Jump to

Keyboard shortcuts

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