Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the cosmossdk v1alpha1 API group +kubebuilder:object:generate=true +groupName=cosmossdk.my.domain
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "cosmossdk.my.domain", 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 TerraNode ¶
type TerraNode struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TerraNodeSpec `json:"spec,omitempty"` Status TerraNodeStatus `json:"status,omitempty"` }
TerraNode is the Schema for the terranodes API
func (*TerraNode) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TerraNode.
func (*TerraNode) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TerraNode) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TerraNodeList ¶
type TerraNodeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []TerraNode `json:"items"` }
TerraNodeList contains a list of TerraNode
func (*TerraNodeList) DeepCopy ¶
func (in *TerraNodeList) DeepCopy() *TerraNodeList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TerraNodeList.
func (*TerraNodeList) DeepCopyInto ¶
func (in *TerraNodeList) DeepCopyInto(out *TerraNodeList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TerraNodeList) DeepCopyObject ¶
func (in *TerraNodeList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TerraNodeSpec ¶
type TerraNodeSpec struct { // Unit entry for the systemd terra service Unit unit `json:"unit,omitempty"` // Service entry for the systemd terra service Service service `json:"service,omitempty"` // Install entry for the systemd terra service Install unit `json:"install,omitempty"` }
TerraNodeSpec defines the desired state of TerraNode
func (*TerraNodeSpec) DeepCopy ¶
func (in *TerraNodeSpec) DeepCopy() *TerraNodeSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TerraNodeSpec.
func (*TerraNodeSpec) DeepCopyInto ¶
func (in *TerraNodeSpec) DeepCopyInto(out *TerraNodeSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TerraNodeStatus ¶
type TerraNodeStatus struct { }
TerraNodeStatus defines the observed state of TerraNode
func (*TerraNodeStatus) DeepCopy ¶
func (in *TerraNodeStatus) DeepCopy() *TerraNodeStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TerraNodeStatus.
func (*TerraNodeStatus) DeepCopyInto ¶
func (in *TerraNodeStatus) DeepCopyInto(out *TerraNodeStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.