Documentation ¶ Overview ¶ Package types implements various generic types used throughout kubernetes. Index ¶ type UID Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ 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. Source Files ¶ View all Source files doc.go uid.go Click to show internal directories. Click to hide internal directories.