v1alpha1

package
v0.0.0-...-0b3f634 Latest Latest
Warning

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

Go to latest
Published: May 31, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the injector v1alpha1 API group +kubebuilder:object:generate=true +groupName=injector.dev.digitalnerd

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "injector.dev.digitalnerd", 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 Injector

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

	Spec   InjectorSpec   `json:"spec,omitempty"`
	Status InjectorStatus `json:"status,omitempty"`
}

Injector is the Schema for the injectors API

func (*Injector) DeepCopy

func (in *Injector) DeepCopy() *Injector

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

func (*Injector) DeepCopyInto

func (in *Injector) DeepCopyInto(out *Injector)

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

func (*Injector) DeepCopyObject

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

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

type InjectorList

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

InjectorList contains a list of Injector

func (*InjectorList) DeepCopy

func (in *InjectorList) DeepCopy() *InjectorList

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

func (*InjectorList) DeepCopyInto

func (in *InjectorList) DeepCopyInto(out *InjectorList)

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

func (*InjectorList) DeepCopyObject

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

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

type InjectorSpec

type InjectorSpec struct {

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

InjectorSpec defines the desired state of Injector

func (*InjectorSpec) DeepCopy

func (in *InjectorSpec) DeepCopy() *InjectorSpec

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

func (*InjectorSpec) DeepCopyInto

func (in *InjectorSpec) DeepCopyInto(out *InjectorSpec)

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

type InjectorStatus

type InjectorStatus struct {
}

InjectorStatus defines the observed state of Injector

func (*InjectorStatus) DeepCopy

func (in *InjectorStatus) DeepCopy() *InjectorStatus

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

func (*InjectorStatus) DeepCopyInto

func (in *InjectorStatus) DeepCopyInto(out *InjectorStatus)

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