Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NamespaceMap ¶ added in v0.3.0
type NamespaceMap struct {
// contains filtered or unexported fields
}
func NewNamespaceMap ¶ added in v0.3.0
func NewNamespaceMap() *NamespaceMap
func (*NamespaceMap) GetOriginal ¶ added in v0.3.0
func (r *NamespaceMap) GetOriginal(random string) string
func (*NamespaceMap) GetRandom ¶ added in v0.3.0
func (r *NamespaceMap) GetRandom(original string) string
func (*NamespaceMap) RestoreObject ¶ added in v0.3.0
func (r *NamespaceMap) RestoreObject(input runtime.Object)
func (*NamespaceMap) SetObject ¶ added in v0.3.0
func (r *NamespaceMap) SetObject(input runtime.Object)
Click to show internal directories.
Click to hide internal directories.