v1alpha1

package
v0.0.0-...-6933aec Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the v1alpha1 API group +kubebuilder:object:generate=true +groupName=data-mill.cloud

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "data-mill.cloud", 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 Catalogue

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

	Spec   CatalogueSpec   `json:"spec,omitempty"`
	Status CatalogueStatus `json:"status,omitempty"`
}

Catalogue is the Schema for the catalogues API

func (*Catalogue) DeepCopy

func (in *Catalogue) DeepCopy() *Catalogue

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

func (*Catalogue) DeepCopyInto

func (in *Catalogue) DeepCopyInto(out *Catalogue)

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

func (*Catalogue) DeepCopyObject

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

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

type CatalogueList

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

CatalogueList contains a list of Catalogue

func (*CatalogueList) DeepCopy

func (in *CatalogueList) DeepCopy() *CatalogueList

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

func (*CatalogueList) DeepCopyInto

func (in *CatalogueList) DeepCopyInto(out *CatalogueList)

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

func (*CatalogueList) DeepCopyObject

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

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

type CatalogueSpec

type CatalogueSpec struct {

	// Size defines the number of Memcached instances
	Size int32 `json:"size,omitempty"`
}

CatalogueSpec defines the desired state of Catalogue

func (*CatalogueSpec) DeepCopy

func (in *CatalogueSpec) DeepCopy() *CatalogueSpec

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

func (*CatalogueSpec) DeepCopyInto

func (in *CatalogueSpec) DeepCopyInto(out *CatalogueSpec)

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

type CatalogueStatus

type CatalogueStatus struct {

	// Nodes store the name of the pods which are running Memcached instances
	Nodes []string `json:"nodes,omitempty"`
}

CatalogueStatus defines the observed state of Catalogue

func (*CatalogueStatus) DeepCopy

func (in *CatalogueStatus) DeepCopy() *CatalogueStatus

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

func (*CatalogueStatus) DeepCopyInto

func (in *CatalogueStatus) DeepCopyInto(out *CatalogueStatus)

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