package types
import "k8s.io/kubernetes/pkg/types"
Package types implements various generic types used throughout kubernetes.
Index ¶
Types ¶
type NamespacedName ¶
func (NamespacedName) String ¶
func (n NamespacedName) String() string
String returns the general purpose string representation
type UID ¶
type UID string
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.
type UnixGroupID ¶
type UnixGroupID int64
type UnixUserID ¶
type UnixUserID int64
Source Files ¶
doc.go namespacedname.go uid.go unix_user_id.go
- Version
- v1.3.0-alpha.4
- Published
- May 17, 2016
- Platform
- windows/amd64
- Last checked
- 8 minutes ago –
Tools for package owners.