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 ¶
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Injector.
func (*Injector) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Injector) DeepCopyObject ¶
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.