Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupRestoreObject ¶
type BackupRestoreObject struct { Scheme *runtime.Scheme GVR schema.GroupVersion Object runtime.Object }
BackupRestoreObject contains information for generating string representations of API resources.
func NewBackRestoreObject ¶
func NewBackRestoreObject(object runtime.Object, scheme *runtime.Scheme, gvr schema.GroupVersion) *BackupRestoreObject
NewBackRestoreObject returns a BackupRestoreObject.
func (*BackupRestoreObject) String ¶
func (b *BackupRestoreObject) String() (string, error)
String returns a string representation of the object passed to BackupRestoreObject.
Click to show internal directories.
Click to hide internal directories.