Versions in this module Expand all Collapse all v0 v0.13.0 Dec 27, 2023 GO-2024-2809 GO-2024-2809: CVE-2024-32359 in github.com/carina-io/carina v0.12.0 Mar 31, 2023 GO-2024-2809 GO-2024-2809: CVE-2024-32359 in github.com/carina-io/carina v0.11.1 Sep 19, 2022 GO-2024-2809 GO-2024-2809: CVE-2024-32359 in github.com/carina-io/carina v0.11.0 Aug 31, 2022 GO-2024-2809 GO-2024-2809: CVE-2024-32359 in github.com/carina-io/carina v0.10.0 Apr 28, 2022 GO-2024-2809 GO-2024-2809: CVE-2024-32359 in github.com/carina-io/carina Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type NodeStorageResource struct + Spec NodeStorageResourceSpec + Status NodeStorageResourceStatus + func (in *NodeStorageResource) DeepCopy() *NodeStorageResource + func (in *NodeStorageResource) DeepCopyInto(out *NodeStorageResource) + func (in *NodeStorageResource) DeepCopyObject() runtime.Object + type NodeStorageResourceList struct + Items []NodeStorageResource + func (in *NodeStorageResourceList) DeepCopy() *NodeStorageResourceList + func (in *NodeStorageResourceList) DeepCopyInto(out *NodeStorageResourceList) + func (in *NodeStorageResourceList) DeepCopyObject() runtime.Object + type NodeStorageResourceSpec struct + NodeName string + func (in *NodeStorageResourceSpec) DeepCopy() *NodeStorageResourceSpec + func (in *NodeStorageResourceSpec) DeepCopyInto(out *NodeStorageResourceSpec) + type NodeStorageResourceStatus struct + Allocatable map[string]resource.Quantity + Capacity map[string]resource.Quantity + Disks []api.Disk + RAIDs []api.Raid + SyncTime metav1.Time + VgGroups []api.VgGroup + func (in *NodeStorageResourceStatus) DeepCopy() *NodeStorageResourceStatus + func (in *NodeStorageResourceStatus) DeepCopyInto(out *NodeStorageResourceStatus)