Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the fhe v1alpha1 API group +kubebuilder:object:generate=true +groupName=fhe.redhat.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "fhe.redhat.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 FHE ¶
type FHE struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FHESpec `json:"spec,omitempty"` Status FHEStatus `json:"status,omitempty"` }
FHE is the Schema for the fhes API
func (*FHE) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FHE.
func (*FHE) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FHE) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FHEList ¶
type FHEList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []FHE `json:"items"` }
FHEList contains a list of FHE
func (*FHEList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FHEList.
func (*FHEList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FHEList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FHESpec ¶
type FHESpec struct { // Foo is an example field of FHE. Edit fhe_types.go to remove/update Foo string `json:"foo,omitempty"` }
FHESpec defines the desired state of FHE
func (*FHESpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FHESpec.
func (*FHESpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FHEStatus ¶
type FHEStatus struct { }
FHEStatus defines the observed state of FHE
func (*FHEStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FHEStatus.
func (*FHEStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.