v1beta1

package
v0.0.0-...-9f87f58 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1beta1 contains API Schema definitions for the ship v1beta1 API group +kubebuilder:object:generate=true +groupName=ship.danielfbm.github.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "ship.danielfbm.github.io", Version: "v1beta1"}

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

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

	Spec   FrigateSpec   `json:"spec,omitempty"`
	Status FrigateStatus `json:"status,omitempty"`
}

Frigate is the Schema for the frigates API

func (*Frigate) DeepCopy

func (in *Frigate) DeepCopy() *Frigate

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

func (*Frigate) DeepCopyInto

func (in *Frigate) DeepCopyInto(out *Frigate)

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

func (*Frigate) DeepCopyObject

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

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

type FrigateList

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

FrigateList contains a list of Frigate

func (*FrigateList) DeepCopy

func (in *FrigateList) DeepCopy() *FrigateList

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

func (*FrigateList) DeepCopyInto

func (in *FrigateList) DeepCopyInto(out *FrigateList)

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

func (*FrigateList) DeepCopyObject

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

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

type FrigateSpec

type FrigateSpec struct {

	// Foo is an example field of Frigate. Edit Frigate_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

FrigateSpec defines the desired state of Frigate

func (*FrigateSpec) DeepCopy

func (in *FrigateSpec) DeepCopy() *FrigateSpec

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

func (*FrigateSpec) DeepCopyInto

func (in *FrigateSpec) DeepCopyInto(out *FrigateSpec)

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

type FrigateStatus

type FrigateStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	Phase string `json:"phase,omitempty"`
}

FrigateStatus defines the observed state of Frigate

func (*FrigateStatus) DeepCopy

func (in *FrigateStatus) DeepCopy() *FrigateStatus

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

func (*FrigateStatus) DeepCopyInto

func (in *FrigateStatus) DeepCopyInto(out *FrigateStatus)

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