kubernetesk8s.io/kubernetes/pkg/api/meta/metatypes Index | Files

package metatypes

import "k8s.io/kubernetes/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.4.5
Published
Oct 29, 2016
Platform
js/wasm
Imports
1 packages
Last checked
6 minutes ago

Tools for package owners.