Versions in this module Expand all Collapse all v0 v0.5.3 Mar 13, 2024 v0.5.2 Mar 11, 2024 v0.5.1 Mar 4, 2024 v0.5.0 Feb 27, 2024 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = GroupVersion + type OOB struct + Spec OOBSpec + Status OOBStatus + func (in *OOB) DeepCopy() *OOB + func (in *OOB) DeepCopyInto(out *OOB) + func (in *OOB) DeepCopyObject() runtime.Object + type OOBList struct + Items []OOB + func (in *OOBList) DeepCopy() *OOBList + func (in *OOBList) DeepCopyInto(out *OOBList) + func (in *OOBList) DeepCopyObject() runtime.Object + type OOBSpec struct + Filler *int64 + LocatorLED string + Power string + Reset string + func (in *OOBSpec) DeepCopy() *OOBSpec + func (in *OOBSpec) DeepCopyInto(out *OOBSpec) + type OOBStatus struct + Capabilities []string + Conditions []metav1.Condition + Console string + FWVersion string + IP string + LocatorLED string + Mac string + Manufacturer string + OS string + OSReadDeadline *metav1.Time + OSReason string + Port int + Power string + Protocol string + SKU string + SerialNumber string + ShutdownDeadline *metav1.Time + Tags []TagSpec + Type string + UUID string + func (in *OOBStatus) DeepCopy() *OOBStatus + func (in *OOBStatus) DeepCopyInto(out *OOBStatus) + type TagSpec struct + Key string + Value string + func (in *TagSpec) DeepCopy() *TagSpec + func (in *TagSpec) DeepCopyInto(out *TagSpec)