v1alpha1

package
v0.0.0-...-71fd86c Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the kode v1alpha1 API group +kubebuilder:object:generate=true +groupName=kode.swiftdiaries.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "kode.swiftdiaries.com", Version: "v1alpha1"}

	// 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 IDESpec

type IDESpec struct {
	Image string `json:"image,omitempty"`
}

type Kodespace

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

	Spec   KodespaceSpec   `json:"spec,omitempty"`
	Status KodespaceStatus `json:"status,omitempty"`
}

Kodespace is the Schema for the kodespaces API

func (*Kodespace) DeepCopy

func (in *Kodespace) DeepCopy() *Kodespace

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Kodespace.

func (*Kodespace) DeepCopyInto

func (in *Kodespace) DeepCopyInto(out *Kodespace)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Kodespace) DeepCopyObject

func (in *Kodespace) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type KodespaceList

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

KodespaceList contains a list of Kodespace

func (*KodespaceList) DeepCopy

func (in *KodespaceList) DeepCopy() *KodespaceList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KodespaceList.

func (*KodespaceList) DeepCopyInto

func (in *KodespaceList) DeepCopyInto(out *KodespaceList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*KodespaceList) DeepCopyObject

func (in *KodespaceList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type KodespaceSpec

type KodespaceSpec struct {
	// IDESpec for codespace - options are Jupyter, Theia IDE
	Ide IDESpec `json:"ide,omitempty"`
}

KodespaceSpec defines the desired state of Kodespace

func (*KodespaceSpec) DeepCopy

func (in *KodespaceSpec) DeepCopy() *KodespaceSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KodespaceSpec.

func (*KodespaceSpec) DeepCopyInto

func (in *KodespaceSpec) DeepCopyInto(out *KodespaceSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type KodespaceStatus

type KodespaceStatus struct {
}

KodespaceStatus defines the observed state of Kodespace

func (*KodespaceStatus) DeepCopy

func (in *KodespaceStatus) DeepCopy() *KodespaceStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KodespaceStatus.

func (*KodespaceStatus) DeepCopyInto

func (in *KodespaceStatus) DeepCopyInto(out *KodespaceStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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