Documentation ¶
Index ¶
- func Compress(s string) (string, error)
- func GetAccountFromNamespace(namespace metav1.Object) string
- func IsNamespaceInitializing(namespace metav1.Object) bool
- func Output(command string, args ...string) (string, error)
- func Run(command string, args ...string) error
- func StringsEqual(a []string, b []string) bool
- func Uncompress(s string) (string, error)
- type LockFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountFromNamespace ¶
GetAccountFromNamespace retrieves the account from a namespace meta
func IsNamespaceInitializing ¶
IsNamespaceInitializing checks if the given namespace is initializing
func StringsEqual ¶
StringsEqual checks if two string arrays are equal
Types ¶
type LockFactory ¶
LockFactory is the interface to retrieve named locks from
func NewDefaultLockFactory ¶
func NewDefaultLockFactory() LockFactory
NewDefaultLockFactory creates a new lock factory
Click to show internal directories.
Click to hide internal directories.