v1alpha1

package
v0.0.0-...-e7b1197 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2022 License: GPL-2.0 Imports: 4 Imported by: 0

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

View Source
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

func (in *TerraNode) DeepCopy() *TerraNode

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

func (*TerraNode) DeepCopyInto

func (in *TerraNode) DeepCopyInto(out *TerraNode)

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

func (*TerraNode) DeepCopyObject

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

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.

Jump to

Keyboard shortcuts

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