Documentation ¶
Overview ¶
Package types contains type information used by controllers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceType ¶
type ResourceType struct { // Namespaced indicates if this kind is namespaced. Namespaced bool Resource string Group string Version string }
ResourceType describes a resource type in Kubernetes.
func (ResourceType) String ¶
func (t ResourceType) String() string
Click to show internal directories.
Click to hide internal directories.