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+incompatible
- Published
- Feb 13, 2017
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 8 seconds ago –
Tools for package owners.