bmc

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BMCCredentials

type BMCCredentials struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

func GetBMCCredentials

func GetBMCCredentials(store secrets.SecretStore, id string) (BMCCredentials, error)

func GetBMCCredentialsDefault

func GetBMCCredentialsDefault(store secrets.SecretStore) (BMCCredentials, error)

func GetBMCCredentialsOrDefault

func GetBMCCredentialsOrDefault(store secrets.SecretStore, id string) BMCCredentials

type Node added in v0.5.1

type Node struct {
	ClusterID string `yaml:"cluster_id"`
	BmcIP     string `yaml:"bmc_ip"`
	NodeID    string `yaml:"node_id"`
}

Jump to

Keyboard shortcuts

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