package metatypes
import "k8s.io/client-go/pkg/api/meta/metatypes"
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 ¶
Types ¶
type OwnerReference ¶
type OwnerReference struct { APIVersion string Kind string UID types.UID Name string Controller *bool }
Source Files ¶
types.go
- Version
- v2.0.0-alpha.1+incompatible
- Published
- Dec 20, 2016
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 5 hours ago –
Tools for package owners.