v1alpha1

package
v0.0.0-...-bd68b61 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the icontroller v1alpha1 API group +kubebuilder:object:generate=true +groupName=icontroller.i.keisukeyamashita.com

Index

Constants

This section is empty.

Variables

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

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

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

	Spec   EyeSpec   `json:"spec,omitempty"`
	Status EyeStatus `json:"status,omitempty"`
}

Eye is the Schema for the eyes API

func (*Eye) DeepCopy

func (in *Eye) DeepCopy() *Eye

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

func (*Eye) DeepCopyInto

func (in *Eye) DeepCopyInto(out *Eye)

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

func (*Eye) DeepCopyObject

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

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

type EyeList

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

EyeList contains a list of Eye

func (*EyeList) DeepCopy

func (in *EyeList) DeepCopy() *EyeList

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

func (*EyeList) DeepCopyInto

func (in *EyeList) DeepCopyInto(out *EyeList)

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

func (*EyeList) DeepCopyObject

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

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

type EyeSpec

type EyeSpec struct {
	// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	// +kubebuilder:validation:Required
	Lifetime string `json:"lifetime"`

	SecretRef SecretRef `json:"secretRef,omitempty"`
}

EyeSpec defines the desired state of Eye

func (*EyeSpec) DeepCopy

func (in *EyeSpec) DeepCopy() *EyeSpec

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

func (*EyeSpec) DeepCopyInto

func (in *EyeSpec) DeepCopyInto(out *EyeSpec)

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

type EyeStatus

type EyeStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	NotExpired bool `json:"notExpired"`
}

EyeStatus defines the observed state of Eye

func (*EyeStatus) DeepCopy

func (in *EyeStatus) DeepCopy() *EyeStatus

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

func (*EyeStatus) DeepCopyInto

func (in *EyeStatus) DeepCopyInto(out *EyeStatus)

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

type SecretRef

type SecretRef struct {
	Name string `json:"name"`
}

SecretRef ...

func (*SecretRef) DeepCopy

func (in *SecretRef) DeepCopy() *SecretRef

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

func (*SecretRef) DeepCopyInto

func (in *SecretRef) DeepCopyInto(out *SecretRef)

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