Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the topologyexporter v1alpha1 API group +kubebuilder:object:generate=true +groupName=topologyexporter.openshift-kni.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "topologyexporter.openshift-kni.io", 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 ResourceTopologyExporter ¶
type ResourceTopologyExporter struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ResourceTopologyExporterSpec `json:"spec,omitempty"` Status ResourceTopologyExporterStatus `json:"status,omitempty"` }
ResourceTopologyExporter is the Schema for the resourcetopologyexporters API
func (*ResourceTopologyExporter) DeepCopy ¶
func (in *ResourceTopologyExporter) DeepCopy() *ResourceTopologyExporter
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceTopologyExporter.
func (*ResourceTopologyExporter) DeepCopyInto ¶
func (in *ResourceTopologyExporter) DeepCopyInto(out *ResourceTopologyExporter)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ResourceTopologyExporter) DeepCopyObject ¶
func (in *ResourceTopologyExporter) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ResourceTopologyExporterList ¶
type ResourceTopologyExporterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ResourceTopologyExporter `json:"items"` }
ResourceTopologyExporterList contains a list of ResourceTopologyExporter
func (*ResourceTopologyExporterList) DeepCopy ¶
func (in *ResourceTopologyExporterList) DeepCopy() *ResourceTopologyExporterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceTopologyExporterList.
func (*ResourceTopologyExporterList) DeepCopyInto ¶
func (in *ResourceTopologyExporterList) DeepCopyInto(out *ResourceTopologyExporterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ResourceTopologyExporterList) DeepCopyObject ¶
func (in *ResourceTopologyExporterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ResourceTopologyExporterSpec ¶
type ResourceTopologyExporterSpec struct { }
ResourceTopologyExporterSpec defines the desired state of ResourceTopologyExporter
func (*ResourceTopologyExporterSpec) DeepCopy ¶
func (in *ResourceTopologyExporterSpec) DeepCopy() *ResourceTopologyExporterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceTopologyExporterSpec.
func (*ResourceTopologyExporterSpec) DeepCopyInto ¶
func (in *ResourceTopologyExporterSpec) DeepCopyInto(out *ResourceTopologyExporterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceTopologyExporterStatus ¶
type ResourceTopologyExporterStatus struct { // Conditions show the current state of the ResourceTopologyExporter Operator Conditions []metav1.Condition `json:"conditions,omitempty"` }
ResourceTopologyExporterStatus defines the observed state of ResourceTopologyExporter
func (*ResourceTopologyExporterStatus) DeepCopy ¶
func (in *ResourceTopologyExporterStatus) DeepCopy() *ResourceTopologyExporterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceTopologyExporterStatus.
func (*ResourceTopologyExporterStatus) DeepCopyInto ¶
func (in *ResourceTopologyExporterStatus) DeepCopyInto(out *ResourceTopologyExporterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.