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 ¶
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 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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Kodespace.
func (*Kodespace) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Kodespace) DeepCopyObject ¶
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.