package metatypes
import "k8s.io/client-go/1.5/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
- v1.5.0
- Published
- Oct 23, 2016
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 5 hours ago –
Tools for package owners.