v1beta1

package
v0.0.0-...-ba0fa44 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1beta1 contains API Schema definitions for the batch v1beta1 API group +kubebuilder:object:generate=true +groupName=batch.tutorial.kubebuilder.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "batch.tutorial.kubebuilder.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 CronBeta

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

	Spec   CronBetaSpec   `json:"spec,omitempty"`
	Status CronBetaStatus `json:"status,omitempty"`
}

CronBeta is the Schema for the cronbeta API

func (*CronBeta) DeepCopy

func (in *CronBeta) DeepCopy() *CronBeta

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

func (*CronBeta) DeepCopyInto

func (in *CronBeta) DeepCopyInto(out *CronBeta)

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

func (*CronBeta) DeepCopyObject

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

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

type CronBetaList

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

CronBetaList contains a list of CronBeta

func (*CronBetaList) DeepCopy

func (in *CronBetaList) DeepCopy() *CronBetaList

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

func (*CronBetaList) DeepCopyInto

func (in *CronBetaList) DeepCopyInto(out *CronBetaList)

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

func (*CronBetaList) DeepCopyObject

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

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

type CronBetaSpec

type CronBetaSpec struct {

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

CronBetaSpec defines the desired state of CronBeta

func (*CronBetaSpec) DeepCopy

func (in *CronBetaSpec) DeepCopy() *CronBetaSpec

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

func (*CronBetaSpec) DeepCopyInto

func (in *CronBetaSpec) DeepCopyInto(out *CronBetaSpec)

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

type CronBetaStatus

type CronBetaStatus struct {
}

CronBetaStatus defines the observed state of CronBeta

func (*CronBetaStatus) DeepCopy

func (in *CronBetaStatus) DeepCopy() *CronBetaStatus

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

func (*CronBetaStatus) DeepCopyInto

func (in *CronBetaStatus) DeepCopyInto(out *CronBetaStatus)

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