v1alpha1

package
v0.0.0-...-e2b2867 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2020 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=timeleap.x-k8s.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects.
	GroupVersion = runtimeschema.GroupVersion{Group: "timeleap.x-k8s.io", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme.
	SchemeBuilder = &ctrlscheme.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 TimeLeap

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

	Spec   TimeLeapSpec   `json:"spec,omitempty"`
	Status TimeLeapStatus `json:"status,omitempty"`
}

TimeLeap is the Schema for the timeleaps API.

func (*TimeLeap) DeepCopy

func (in *TimeLeap) DeepCopy() *TimeLeap

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

func (*TimeLeap) DeepCopyInto

func (in *TimeLeap) DeepCopyInto(out *TimeLeap)

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

func (*TimeLeap) DeepCopyObject

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

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

func (*TimeLeap) Default

func (r *TimeLeap) Default()

Default implements webhook.Defaulter.

Default is a webhook will be registered for the type.

func (*TimeLeap) SetupWebhookWithManager

func (r *TimeLeap) SetupWebhookWithManager(mgr ctrl.Manager) error

SetupWebhookWithManager setup TimeLeap webhook with manager.

func (*TimeLeap) ValidateCreate

func (r *TimeLeap) ValidateCreate() error

ValidateCreate implements webhook.Validator.

ValidateCreate is a webhook will be registered for the type.

func (*TimeLeap) ValidateDelete

func (r *TimeLeap) ValidateDelete() error

ValidateDelete implements webhook.Validator.

ValidateDelete is a webhook will be registered for the type.

func (*TimeLeap) ValidateUpdate

func (r *TimeLeap) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator.

ValidateUpdate is a webhook will be registered for the type.

type TimeLeapList

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

TimeLeapList contains a list of TimeLeap.

func (*TimeLeapList) DeepCopy

func (in *TimeLeapList) DeepCopy() *TimeLeapList

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

func (*TimeLeapList) DeepCopyInto

func (in *TimeLeapList) DeepCopyInto(out *TimeLeapList)

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

func (*TimeLeapList) DeepCopyObject

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

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

type TimeLeapSpec

type TimeLeapSpec struct {
	// Foo is an example field of TimeLeap. Edit TimeLeap_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

TimeLeapSpec defines the desired state of TimeLeap.

func (*TimeLeapSpec) DeepCopy

func (in *TimeLeapSpec) DeepCopy() *TimeLeapSpec

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

func (*TimeLeapSpec) DeepCopyInto

func (in *TimeLeapSpec) DeepCopyInto(out *TimeLeapSpec)

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

type TimeLeapStatus

type TimeLeapStatus struct{}

TimeLeapStatus defines the observed state of TimeLeap.

func (*TimeLeapStatus) DeepCopy

func (in *TimeLeapStatus) DeepCopy() *TimeLeapStatus

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

func (*TimeLeapStatus) DeepCopyInto

func (in *TimeLeapStatus) DeepCopyInto(out *TimeLeapStatus)

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