compute

package
v0.0.0-...-bc08d7a Latest Latest
Warning

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

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

Documentation

Overview

Package api is the internal version of the API.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bar

type Bar struct {
	metav1.TypeMeta
	metav1.ObjectMeta

	Spec BarSpec
}

type BarList

type BarList struct {
	metav1.TypeMeta
	metav1.ListMeta

	Items []Bar
}

type BarSpec

type BarSpec struct {
	// cost is the cost of one instance of this topping.
	Description string
}

type Foo

type Foo struct {
	metav1.TypeMeta
	metav1.ObjectMeta

	Spec FooSpec
}

type FooBar

type FooBar struct {
	Name string
}

type FooList

type FooList struct {
	metav1.TypeMeta
	metav1.ListMeta

	Items []Foo
}

type FooSpec

type FooSpec struct {
	Bar []FooBar
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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