v1alpha1

package
v0.0.0-...-aaa1511 Latest Latest
Warning

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

Go to latest
Published: May 30, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KupenstackConfiguration

type KupenstackConfiguration struct {
	ApiVersion string `yaml:"apiVersion"`

	Kind string `yaml:"kind"`

	Metadata struct {
		Name string `yaml:"name"`
	} `yaml:"metadata"`

	Spec KupenstackConfigurationSpec `yaml:"spec"`
}

type KupenstackConfigurationSpec

type KupenstackConfigurationSpec struct {
	DefaultProfile v1alpha1.OccpRef `yaml:"defaultProfile"`

	Nodes []Node `yaml:"nodes"`
}

type Node

type Node struct {
	Name string `yaml:"name"`

	Disabled bool `yaml:"disabled"`

	Type string `yaml:"type"`
}

Jump to

Keyboard shortcuts

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