crd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Kind         = "WeightsAndBiases"
	Plural       = "weightsandbiases"
	Group        = "apps.wandb.com"
	GroupVersion = "v1"

	Name      = "wandb"
	Namespace = "default"
)

Variables

This section is empty.

Functions

func ApplyWeightsAndBiases

func ApplyWeightsAndBiases(wb *WeightsAndBiases) error

Types

type Spec

type Spec struct {
	Chart struct {
		Path string `json:"path"`
	} `json:"chart"`
	Values map[string]interface{} `json:"values"`
}

type WeightsAndBiases

type WeightsAndBiases struct {
	APIVersion string `json:"apiVersion"`
	Kind       string `json:"kind"`
	Metadata   struct {
		Name      string            `json:"name"`
		Namespace string            `json:"namespace"`
		Labels    map[string]string `json:"labels"`
	} `json:"metadata"`
	Spec Spec `json:"spec"`
}

func NewWeightsAndBiases

func NewWeightsAndBiases(chartPath string, vals values.Values) *WeightsAndBiases

Jump to

Keyboard shortcuts

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