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