Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GVKable ¶
type GVKable interface { // GetGroupVersionKind returns a GroupVersionKind. The name is chosen // to avoid collision with TypeMeta's GroupVersionKind() method. // See: https://issues.k8s.io/3030 GetGroupVersionKind() schema.GroupVersionKind }
GVKable indicates that a particular type can return metadata about the Kind.
Click to show internal directories.
Click to hide internal directories.