v1

package
v0.0.0-...-7af7f09 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the resonite v1 API group +kubebuilder:object:generate=true +groupName=resonite.resonite-operator.pluser.net

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "resonite.resonite-operator.pluser.net", Version: "v1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type Session

type Session struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SessionSpec   `json:"spec,omitempty"`
	Status SessionStatus `json:"status,omitempty"`
}

Session is the Schema for the sessions API

type SessionList

type SessionList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Session `json:"items"`
}

SessionList contains a list of Session

type SessionSpec

type SessionSpec struct {

	// Foo is an example field of Session. Edit session_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

SessionSpec defines the desired state of Session

type SessionStatus

type SessionStatus struct {
}

SessionStatus defines the observed state of Session

Jump to

Keyboard shortcuts

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