v1alpha1

package
v0.0.0-...-b81e295 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

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

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

Index

Constants

This section is empty.

Variables

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

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

Functions

This section is empty.

Types

type Yago

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

	Spec   YagoSpec   `json:"spec,omitempty"`
	Status YagoStatus `json:"status,omitempty"`
}

Yago is the Schema for the yagos API +kubebuilder:subresource:status +kubebuilder:resource:path=yagos,scope=Namespaced

func (*Yago) DeepCopy

func (in *Yago) DeepCopy() *Yago

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

func (*Yago) DeepCopyInto

func (in *Yago) DeepCopyInto(out *Yago)

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

func (*Yago) DeepCopyObject

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

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

type YagoList

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

YagoList contains a list of Yago

func (*YagoList) DeepCopy

func (in *YagoList) DeepCopy() *YagoList

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

func (*YagoList) DeepCopyInto

func (in *YagoList) DeepCopyInto(out *YagoList)

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

func (*YagoList) DeepCopyObject

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

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

type YagoSpec

type YagoSpec 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-v1.book.kubebuilder.io/beyond_basics/generating_crd.html
	Repository string `json:"repository"`
	// +optional
	BranchReference string `json:"branchReference"`
	ForceUpdate     bool   `json:"forceUpdate"`
}

YagoSpec defines the desired state of Yago

func (*YagoSpec) DeepCopy

func (in *YagoSpec) DeepCopy() *YagoSpec

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

func (*YagoSpec) DeepCopyInto

func (in *YagoSpec) DeepCopyInto(out *YagoSpec)

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

type YagoStatus

type YagoStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
	// Add custom validation using kubebuilder tags: https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html
	CurrentCommit string `json:"currentCommit"`
}

YagoStatus defines the observed state of Yago

func (*YagoStatus) DeepCopy

func (in *YagoStatus) DeepCopy() *YagoStatus

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

func (*YagoStatus) DeepCopyInto

func (in *YagoStatus) DeepCopyInto(out *YagoStatus)

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