Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the topology v1alpha1 API group +kubebuilder:object:generate=true +groupName=topology.cninanny.sap.cc
Index ¶
Constants ¶
const (
TopologyValue = "topology.cninanny.sap.cc/value"
)
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "topology.cninanny.sap.cc", 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 DiscoveredTopologyValue ¶
type DiscoveredTopologyValue struct {
Finalized bool `json:"finalized"`
}
func (*DiscoveredTopologyValue) DeepCopy ¶
func (in *DiscoveredTopologyValue) DeepCopy() *DiscoveredTopologyValue
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiscoveredTopologyValue.
func (*DiscoveredTopologyValue) DeepCopyInto ¶
func (in *DiscoveredTopologyValue) DeepCopyInto(out *DiscoveredTopologyValue)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LabelDiscovery ¶
type LabelDiscovery struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LabelDiscoverySpec `json:"spec,omitempty"` Status LabelDiscoveryStatus `json:"status,omitempty"` }
LabelDiscovery is the Schema for the labeldiscoveries API
func (*LabelDiscovery) DeepCopy ¶
func (in *LabelDiscovery) DeepCopy() *LabelDiscovery
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LabelDiscovery.
func (*LabelDiscovery) DeepCopyInto ¶
func (in *LabelDiscovery) DeepCopyInto(out *LabelDiscovery)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LabelDiscovery) DeepCopyObject ¶
func (in *LabelDiscovery) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LabelDiscoveryList ¶
type LabelDiscoveryList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LabelDiscovery `json:"items"` }
LabelDiscoveryList contains a list of LabelDiscovery
func (*LabelDiscoveryList) DeepCopy ¶
func (in *LabelDiscoveryList) DeepCopy() *LabelDiscoveryList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LabelDiscoveryList.
func (*LabelDiscoveryList) DeepCopyInto ¶
func (in *LabelDiscoveryList) DeepCopyInto(out *LabelDiscoveryList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LabelDiscoveryList) DeepCopyObject ¶
func (in *LabelDiscoveryList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LabelDiscoverySpec ¶
type LabelDiscoverySpec struct { // TopologyLabel is node label used for peer discovery job placement TopologyLabel string `json:"topology_label"` }
LabelDiscoverySpec defines the desired state of LabelDiscovery
func (*LabelDiscoverySpec) DeepCopy ¶
func (in *LabelDiscoverySpec) DeepCopy() *LabelDiscoverySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LabelDiscoverySpec.
func (*LabelDiscoverySpec) DeepCopyInto ¶
func (in *LabelDiscoverySpec) DeepCopyInto(out *LabelDiscoverySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LabelDiscoveryStatus ¶
type LabelDiscoveryStatus struct { // DiscoveredTopologyValues collects discovered values DiscoveredTopologyValues map[string]DiscoveredTopologyValue `json:"discovered_topology_values"` }
LabelDiscoveryStatus defines the observed state of LabelDiscovery
func (*LabelDiscoveryStatus) DeepCopy ¶
func (in *LabelDiscoveryStatus) DeepCopy() *LabelDiscoveryStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LabelDiscoveryStatus.
func (*LabelDiscoveryStatus) DeepCopyInto ¶
func (in *LabelDiscoveryStatus) DeepCopyInto(out *LabelDiscoveryStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.