Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
VolumeAttachmentKind = storagev1.SchemeGroupVersion.WithKind("VolumeAttachment")
)
Functions ¶
func NewVolumeAttachmentPatcher ¶
func NewVolumeAttachmentPatcher(upd, orig *VolumeAttachment) lifecycle.Persister
Types ¶
type VolumeAttachment ¶
type VolumeAttachment struct { *helper.ClusterScopedAPIObject Name string Object *storagev1.VolumeAttachment }
func NewVolumeAttachment ¶
func NewVolumeAttachment(name string) *VolumeAttachment
func NewVolumeAttachmentFromObject ¶
func NewVolumeAttachmentFromObject(obj *storagev1.VolumeAttachment) *VolumeAttachment
func (*VolumeAttachment) Copy ¶
func (va *VolumeAttachment) Copy() *VolumeAttachment
Click to show internal directories.
Click to hide internal directories.