Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadAndOverrideOpts ¶
func ReadAndOverrideOpts() error
Types ¶
type Observability ¶
type Options ¶
type Options struct {
Kind string `json:"kind" yaml:"kind"`
Metadata `json:"metadata" yaml:"metadata"`
Spec `json:"spec" yaml:"spec"`
}
var (
Opts Options
)
type ResourceControl ¶
type ResourceControl struct {
Openstack openstack.Options `json:"openstack" yaml:"openstack"`
K3s `json:"k3s" yaml:"k3s"`
}
type Spec ¶
type Spec struct {
Listen `json:"listen" yaml:"listen"`
Store `json:"store" yaml:"store"`
Identity `json:"identity" yaml:"identity"`
ResourceControl `json:"resourceControl" yaml:"resourceControl"`
Observability `json:"observability" yaml:"observability"`
}
Click to show internal directories.
Click to hide internal directories.