Documentation
¶
Overview ¶
Package types implements various generic types used throughout kubernetes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespacedName ¶ added in v0.14.0
type NamespacedName struct {
Namespace string
Name string
}
func NewNamespacedNameOrDie ¶ added in v0.14.0
func NewNamespacedNameOrDie(namespace, name string) (ret NamespacedName)
Click to show internal directories.
Click to hide internal directories.