Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the minecraft v1alpha1 API group +kubebuilder:object:generate=true +groupName=minecraft.robertsmieja.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "minecraft.robertsmieja.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 VanillaServer ¶
type VanillaServer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VanillaServerSpec `json:"spec,omitempty"` Status VanillaServerStatus `json:"status,omitempty"` }
VanillaServer is the Schema for the vanillaservers API
func (*VanillaServer) DeepCopy ¶
func (in *VanillaServer) DeepCopy() *VanillaServer
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VanillaServer.
func (*VanillaServer) DeepCopyInto ¶
func (in *VanillaServer) DeepCopyInto(out *VanillaServer)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VanillaServer) DeepCopyObject ¶
func (in *VanillaServer) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VanillaServerList ¶
type VanillaServerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []VanillaServer `json:"items"` }
VanillaServerList contains a list of VanillaServer
func (*VanillaServerList) DeepCopy ¶
func (in *VanillaServerList) DeepCopy() *VanillaServerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VanillaServerList.
func (*VanillaServerList) DeepCopyInto ¶
func (in *VanillaServerList) DeepCopyInto(out *VanillaServerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VanillaServerList) DeepCopyObject ¶
func (in *VanillaServerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VanillaServerSpec ¶
type VanillaServerSpec struct { // Foo is an example field of VanillaServer. Edit VanillaServer_types.go to remove/update Version string `json:"version,omitempty"` }
VanillaServerSpec defines the desired state of VanillaServer
func (*VanillaServerSpec) DeepCopy ¶
func (in *VanillaServerSpec) DeepCopy() *VanillaServerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VanillaServerSpec.
func (*VanillaServerSpec) DeepCopyInto ¶
func (in *VanillaServerSpec) DeepCopyInto(out *VanillaServerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VanillaServerStatus ¶
type VanillaServerStatus struct { }
VanillaServerStatus defines the observed state of VanillaServer
func (*VanillaServerStatus) DeepCopy ¶
func (in *VanillaServerStatus) DeepCopy() *VanillaServerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VanillaServerStatus.
func (*VanillaServerStatus) DeepCopyInto ¶
func (in *VanillaServerStatus) DeepCopyInto(out *VanillaServerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.