Documentation
¶
Overview ¶
The types defined in this package are used by the meta package to represent the in-memory version of objects. We cannot reuse the __internal version of API objects because it causes import cycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OwnerReference ¶
type OwnerReference struct {
APIVersion string
Kind string
UID types.UID
Name string
Controller *bool
}
Click to show internal directories.
Click to hide internal directories.