Discover Packages
github.com/mayusy/kubernetes
pkg
types
package
Version:
v1.2.0-alpha.0
Opens a new window with list of versions in this module.
Published: Sep 25, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Overview Index Constants Variables Functions Types type NamespacedName type UID (n) String()
Documentation
¶
Package types implements various generic types used throughout kubernetes.
type NamespacedName struct {
Namespace string
Name string
}
func (n NamespacedName) String() string
String returns the general purpose string representation
UID is a type that holds unique ID values, including UUIDs. Because we
don't ONLY use UUIDs, this is an alias to string. Being a type captures
intent and helps make sure that UIDs and names do not get conflated.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.