v1

package
v0.0.0-...-ba1e60f Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the app v1 API group +kubebuilder:object:generate=true +groupName=app.dtm.hub

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "app.dtm.hub", Version: "v1"}

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

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

	Spec   DtmSpec   `json:"spec,omitempty"`
	Status DtmStatus `json:"status,omitempty"`
}

Dtm is the Schema for the dtms API

func (*Dtm) DeepCopy

func (in *Dtm) DeepCopy() *Dtm

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

func (*Dtm) DeepCopyInto

func (in *Dtm) DeepCopyInto(out *Dtm)

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

func (*Dtm) DeepCopyObject

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

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

type DtmList

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

DtmList contains a list of Dtm

func (*DtmList) DeepCopy

func (in *DtmList) DeepCopy() *DtmList

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

func (*DtmList) DeepCopyInto

func (in *DtmList) DeepCopyInto(out *DtmList)

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

func (*DtmList) DeepCopyObject

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

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

type DtmSpec

type DtmSpec struct {

	// Foo is an example field of Dtm. Edit dtm_types.go to remove/update
	Replicas int32  `json:"replicas"`
	Version  string `json:"version"`
}

DtmSpec defines the desired state of Dtm

func (*DtmSpec) DeepCopy

func (in *DtmSpec) DeepCopy() *DtmSpec

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

func (*DtmSpec) DeepCopyInto

func (in *DtmSpec) DeepCopyInto(out *DtmSpec)

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

type DtmStatus

type DtmStatus struct {
}

DtmStatus defines the observed state of Dtm

func (*DtmStatus) DeepCopy

func (in *DtmStatus) DeepCopy() *DtmStatus

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

func (*DtmStatus) DeepCopyInto

func (in *DtmStatus) DeepCopyInto(out *DtmStatus)

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