# Variables
AddToSchemeCSIBMNode adds the types in this group-version to the given scheme.
GroupVersionCSIBMNode is group version used to register these objects.
SchemeBuilderACR is used to add go types to the GroupVersionKind scheme.
# Structs
Node is the Schema for the Node API +kubebuilder:resource:scope=Cluster,shortName={csibmnode,csibmnodes} +kubebuilder:printcolumn:name="UUID",type="string",JSONPath=".spec.UUID",description="Node Id" +kubebuilder:printcolumn:name="HOSTNAME",type="string",JSONPath=".spec.Addresses.Hostname",description="Node hostname" +kubebuilder:printcolumn:name="NODE_IP",type="string",JSONPath=".spec.Addresses.InternalIP",description="Node ip".
NodeList contains a list of Node+kubebuilder:object:generate=true.