config

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type B3Scale

type B3Scale struct {
	Host        string `json:"host"`
	AccessToken string `json:"accessToken"`
}

type Config

type Config struct {
	Kubernetes Kubernetes `json:"kubernetes"`
	B3Scale    B3Scale    `json:"b3Scale"`
}

type Kubernetes

type Kubernetes struct {
	OutOfCluster *KubernetesOutOfCluster `json:"outOfCluster"`
	InCluster    *KubernetesInCluster    `json:"inCluster"`
}

type KubernetesInCluster

type KubernetesInCluster struct{}

type KubernetesOutOfCluster

type KubernetesOutOfCluster struct {
	FileName string `json:"fileName"`
}

Jump to

Keyboard shortcuts

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