v1alpha1

package
v1.19.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the apicur v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=apicur.io

Package v1alpha1 contains API Schema definitions for the apicur v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=apicur.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "apicur.io", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}

	SchemaGroupVersionKind = schema.GroupVersionKind{Group: "apicur.io", Version: "v1alpha1", Kind: "Apicurito"}
)

Functions

Types

type Apicurito

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

	Spec   ApicuritoSpec   `json:"spec,omitempty"`
	Status ApicuritoStatus `json:"status,omitempty"`
}

Apicurito is the Schema for the apicuritos API +k8s:openapi-gen=true

func (*Apicurito) DeepCopy

func (in *Apicurito) DeepCopy() *Apicurito

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

func (*Apicurito) DeepCopyInto

func (in *Apicurito) DeepCopyInto(out *Apicurito)

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

func (*Apicurito) DeepCopyObject

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

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

type ApicuritoList

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

ApicuritoList contains a list of Apicurito

func (*ApicuritoList) DeepCopy

func (in *ApicuritoList) DeepCopy() *ApicuritoList

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

func (*ApicuritoList) DeepCopyInto

func (in *ApicuritoList) DeepCopyInto(out *ApicuritoList)

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

func (*ApicuritoList) DeepCopyObject

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

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

type ApicuritoSpec

type ApicuritoSpec struct {
	// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
	// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
	// Add custom validation using kubebuilder tags: https://book.kubebuilder.io/beyond_basics/generating_crd.html
	Size int32 `json:"size"`
	// apicurito ui image
	Image string `json:"image"`
}

ApicuritoSpec defines the desired state of Apicurito +k8s:openapi-gen=true

func (*ApicuritoSpec) DeepCopy

func (in *ApicuritoSpec) DeepCopy() *ApicuritoSpec

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

func (*ApicuritoSpec) DeepCopyInto

func (in *ApicuritoSpec) DeepCopyInto(out *ApicuritoSpec)

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

type ApicuritoStatus

type ApicuritoStatus struct {
	// Nodes are the names of the apicurito pods
	// +listType=set
	Nodes []string `json:"nodes"`
}

ApicuritoStatus defines the observed state of Apicurito +k8s:openapi-gen=true

func (*ApicuritoStatus) DeepCopy

func (in *ApicuritoStatus) DeepCopy() *ApicuritoStatus

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

func (*ApicuritoStatus) DeepCopyInto

func (in *ApicuritoStatus) DeepCopyInto(out *ApicuritoStatus)

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