kubernetes/staging/src/k8s.io/apimachinery/pkg/runtime/schema/interfaces.go

type ObjectKind

var EmptyObjectKind

type emptyObjectKind

// SetGroupVersionKind implements the ObjectKind interface
func (emptyObjectKind) SetGroupVersionKind(gvk GroupVersionKind) {}

// GroupVersionKind implements the ObjectKind interface
func (emptyObjectKind) GroupVersionKind() GroupVersionKind {}