Documentation ¶
Overview ¶
Package v1beta1 is the v1beta1 version of the API. +groupName=longhorn.io
Index ¶
- Variables
- func Resource(resource string) schema.GroupResource
- type BackingImage
- type BackingImageDataSource
- type BackingImageDataSourceList
- type BackingImageList
- type BackingImageManager
- type BackingImageManagerList
- type Backup
- type BackupList
- type BackupTarget
- type BackupTargetList
- type BackupVolume
- type BackupVolumeList
- type Engine
- type EngineImage
- type EngineImageList
- type EngineList
- type InstanceManager
- type InstanceManagerList
- type Node
- type NodeList
- type RecurringJob
- type RecurringJobList
- type Replica
- type ReplicaList
- type Setting
- type SettingList
- type ShareManager
- type ShareManagerList
- type Volume
- type VolumeList
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: longhorn.GroupName, Version: "v1beta1"}
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Types ¶
type BackingImage ¶
type BackingImage struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.BackingImageSpec `json:"spec"` Status types.BackingImageStatus `json:"status"` }
func (*BackingImage) DeepCopy ¶
func (in *BackingImage) DeepCopy() *BackingImage
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackingImage.
func (*BackingImage) DeepCopyInto ¶
func (in *BackingImage) DeepCopyInto(out *BackingImage)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackingImage) DeepCopyObject ¶
func (in *BackingImage) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackingImageDataSource ¶
type BackingImageDataSource struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.BackingImageDataSourceSpec `json:"spec"` Status types.BackingImageDataSourceStatus `json:"status"` }
func (*BackingImageDataSource) DeepCopy ¶
func (in *BackingImageDataSource) DeepCopy() *BackingImageDataSource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackingImageDataSource.
func (*BackingImageDataSource) DeepCopyInto ¶
func (in *BackingImageDataSource) DeepCopyInto(out *BackingImageDataSource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackingImageDataSource) DeepCopyObject ¶
func (in *BackingImageDataSource) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackingImageDataSourceList ¶
type BackingImageDataSourceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []BackingImageDataSource `json:"items"` }
func (*BackingImageDataSourceList) DeepCopy ¶
func (in *BackingImageDataSourceList) DeepCopy() *BackingImageDataSourceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackingImageDataSourceList.
func (*BackingImageDataSourceList) DeepCopyInto ¶
func (in *BackingImageDataSourceList) DeepCopyInto(out *BackingImageDataSourceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackingImageDataSourceList) DeepCopyObject ¶
func (in *BackingImageDataSourceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackingImageList ¶
type BackingImageList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []BackingImage `json:"items"` }
func (*BackingImageList) DeepCopy ¶
func (in *BackingImageList) DeepCopy() *BackingImageList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackingImageList.
func (*BackingImageList) DeepCopyInto ¶
func (in *BackingImageList) DeepCopyInto(out *BackingImageList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackingImageList) DeepCopyObject ¶
func (in *BackingImageList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackingImageManager ¶
type BackingImageManager struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.BackingImageManagerSpec `json:"spec"` Status types.BackingImageManagerStatus `json:"status"` }
func (*BackingImageManager) DeepCopy ¶
func (in *BackingImageManager) DeepCopy() *BackingImageManager
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackingImageManager.
func (*BackingImageManager) DeepCopyInto ¶
func (in *BackingImageManager) DeepCopyInto(out *BackingImageManager)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackingImageManager) DeepCopyObject ¶
func (in *BackingImageManager) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackingImageManagerList ¶
type BackingImageManagerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []BackingImageManager `json:"items"` }
func (*BackingImageManagerList) DeepCopy ¶
func (in *BackingImageManagerList) DeepCopy() *BackingImageManagerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackingImageManagerList.
func (*BackingImageManagerList) DeepCopyInto ¶
func (in *BackingImageManagerList) DeepCopyInto(out *BackingImageManagerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackingImageManagerList) DeepCopyObject ¶
func (in *BackingImageManagerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Backup ¶
type Backup struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.SnapshotBackupSpec `json:"spec"` Status types.SnapshotBackupStatus `json:"status"` }
func (*Backup) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup.
func (*Backup) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Backup) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackupList ¶
type BackupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Backup `json:"items"` }
func (*BackupList) DeepCopy ¶
func (in *BackupList) DeepCopy() *BackupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupList.
func (*BackupList) DeepCopyInto ¶
func (in *BackupList) DeepCopyInto(out *BackupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupList) DeepCopyObject ¶
func (in *BackupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackupTarget ¶
type BackupTarget struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.BackupTargetSpec `json:"spec"` Status types.BackupTargetStatus `json:"status"` }
func (*BackupTarget) DeepCopy ¶
func (in *BackupTarget) DeepCopy() *BackupTarget
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupTarget.
func (*BackupTarget) DeepCopyInto ¶
func (in *BackupTarget) DeepCopyInto(out *BackupTarget)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupTarget) DeepCopyObject ¶
func (in *BackupTarget) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackupTargetList ¶
type BackupTargetList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []BackupTarget `json:"items"` }
func (*BackupTargetList) DeepCopy ¶
func (in *BackupTargetList) DeepCopy() *BackupTargetList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupTargetList.
func (*BackupTargetList) DeepCopyInto ¶
func (in *BackupTargetList) DeepCopyInto(out *BackupTargetList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupTargetList) DeepCopyObject ¶
func (in *BackupTargetList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackupVolume ¶
type BackupVolume struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.BackupVolumeSpec `json:"spec"` Status types.BackupVolumeStatus `json:"status"` }
func (*BackupVolume) DeepCopy ¶
func (in *BackupVolume) DeepCopy() *BackupVolume
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupVolume.
func (*BackupVolume) DeepCopyInto ¶
func (in *BackupVolume) DeepCopyInto(out *BackupVolume)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupVolume) DeepCopyObject ¶
func (in *BackupVolume) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BackupVolumeList ¶
type BackupVolumeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []BackupVolume `json:"items"` }
func (*BackupVolumeList) DeepCopy ¶
func (in *BackupVolumeList) DeepCopy() *BackupVolumeList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupVolumeList.
func (*BackupVolumeList) DeepCopyInto ¶
func (in *BackupVolumeList) DeepCopyInto(out *BackupVolumeList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupVolumeList) DeepCopyObject ¶
func (in *BackupVolumeList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Engine ¶
type Engine struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.EngineSpec `json:"spec"` Status types.EngineStatus `json:"status"` }
func (*Engine) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Engine.
func (*Engine) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Engine) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type EngineImage ¶
type EngineImage struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.EngineImageSpec `json:"spec"` Status types.EngineImageStatus `json:"status"` }
func (*EngineImage) DeepCopy ¶
func (in *EngineImage) DeepCopy() *EngineImage
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EngineImage.
func (*EngineImage) DeepCopyInto ¶
func (in *EngineImage) DeepCopyInto(out *EngineImage)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EngineImage) DeepCopyObject ¶
func (in *EngineImage) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type EngineImageList ¶
type EngineImageList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []EngineImage `json:"items"` }
func (*EngineImageList) DeepCopy ¶
func (in *EngineImageList) DeepCopy() *EngineImageList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EngineImageList.
func (*EngineImageList) DeepCopyInto ¶
func (in *EngineImageList) DeepCopyInto(out *EngineImageList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EngineImageList) DeepCopyObject ¶
func (in *EngineImageList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type EngineList ¶
type EngineList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Engine `json:"items"` }
func (*EngineList) DeepCopy ¶
func (in *EngineList) DeepCopy() *EngineList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EngineList.
func (*EngineList) DeepCopyInto ¶
func (in *EngineList) DeepCopyInto(out *EngineList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EngineList) DeepCopyObject ¶
func (in *EngineList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type InstanceManager ¶
type InstanceManager struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.InstanceManagerSpec `json:"spec"` Status types.InstanceManagerStatus `json:"status"` }
func (*InstanceManager) DeepCopy ¶
func (in *InstanceManager) DeepCopy() *InstanceManager
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceManager.
func (*InstanceManager) DeepCopyInto ¶
func (in *InstanceManager) DeepCopyInto(out *InstanceManager)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InstanceManager) DeepCopyObject ¶
func (in *InstanceManager) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type InstanceManagerList ¶
type InstanceManagerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []InstanceManager `json:"items"` }
func (*InstanceManagerList) DeepCopy ¶
func (in *InstanceManagerList) DeepCopy() *InstanceManagerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceManagerList.
func (*InstanceManagerList) DeepCopyInto ¶
func (in *InstanceManagerList) DeepCopyInto(out *InstanceManagerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InstanceManagerList) DeepCopyObject ¶
func (in *InstanceManagerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Node ¶
type Node struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.NodeSpec `json:"spec"` Status types.NodeStatus `json:"status"` }
func (*Node) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Node.
func (*Node) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Node) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NodeList ¶
type NodeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Node `json:"items"` }
func (*NodeList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeList.
func (*NodeList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NodeList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RecurringJob ¶
type RecurringJob struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.RecurringJobSpec `json:"spec"` Status types.RecurringJobStatus `json:"status"` }
func (*RecurringJob) DeepCopy ¶
func (in *RecurringJob) DeepCopy() *RecurringJob
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecurringJob.
func (*RecurringJob) DeepCopyInto ¶
func (in *RecurringJob) DeepCopyInto(out *RecurringJob)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RecurringJob) DeepCopyObject ¶
func (in *RecurringJob) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RecurringJobList ¶
type RecurringJobList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []RecurringJob `json:"items"` }
func (*RecurringJobList) DeepCopy ¶
func (in *RecurringJobList) DeepCopy() *RecurringJobList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecurringJobList.
func (*RecurringJobList) DeepCopyInto ¶
func (in *RecurringJobList) DeepCopyInto(out *RecurringJobList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RecurringJobList) DeepCopyObject ¶
func (in *RecurringJobList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Replica ¶
type Replica struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.ReplicaSpec `json:"spec"` Status types.ReplicaStatus `json:"status"` }
func (*Replica) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Replica.
func (*Replica) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Replica) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ReplicaList ¶
type ReplicaList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Replica `json:"items"` }
func (*ReplicaList) DeepCopy ¶
func (in *ReplicaList) DeepCopy() *ReplicaList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaList.
func (*ReplicaList) DeepCopyInto ¶
func (in *ReplicaList) DeepCopyInto(out *ReplicaList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ReplicaList) DeepCopyObject ¶
func (in *ReplicaList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Setting ¶
type Setting struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` types.Setting }
func (*Setting) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Setting.
func (*Setting) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Setting) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SettingList ¶
type SettingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Setting `json:"items"` }
func (*SettingList) DeepCopy ¶
func (in *SettingList) DeepCopy() *SettingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SettingList.
func (*SettingList) DeepCopyInto ¶
func (in *SettingList) DeepCopyInto(out *SettingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SettingList) DeepCopyObject ¶
func (in *SettingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ShareManager ¶
type ShareManager struct {}
func (*ShareManager) DeepCopy ¶
func (in *ShareManager) DeepCopy() *ShareManager
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShareManager.
func (*ShareManager) DeepCopyInto ¶
func (in *ShareManager) DeepCopyInto(out *ShareManager)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ShareManager) DeepCopyObject ¶
func (in *ShareManager) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ShareManagerList ¶
type ShareManagerList struct {}
func (*ShareManagerList) DeepCopy ¶
func (in *ShareManagerList) DeepCopy() *ShareManagerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShareManagerList.
func (*ShareManagerList) DeepCopyInto ¶
func (in *ShareManagerList) DeepCopyInto(out *ShareManagerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ShareManagerList) DeepCopyObject ¶
func (in *ShareManagerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Volume ¶
type Volume struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec types.VolumeSpec `json:"spec"` Status types.VolumeStatus `json:"status"` }
func (*Volume) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Volume.
func (*Volume) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Volume) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VolumeList ¶
type VolumeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Volume `json:"items"` }
func (*VolumeList) DeepCopy ¶
func (in *VolumeList) DeepCopy() *VolumeList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeList.
func (*VolumeList) DeepCopyInto ¶
func (in *VolumeList) DeepCopyInto(out *VolumeList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VolumeList) DeepCopyObject ¶
func (in *VolumeList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.