Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanonicalGroup ¶
Types ¶
type GroupVersionKind ¶
type GroupVersionKind struct {
Group string `json:"group"`
Version string `json:"version"`
Kind string `json:"kind"`
}
func FromKubernetesGVK ¶
func FromKubernetesGVK(gvk schema.GroupVersionKind) GroupVersionKind
func (GroupVersionKind) CanonicalGroup ¶
func (g GroupVersionKind) CanonicalGroup() string
func (GroupVersionKind) Kubernetes ¶
func (g GroupVersionKind) Kubernetes() schema.GroupVersionKind
Kubernetes returns the same GVK, using the Kubernetes object type.
func (GroupVersionKind) String ¶
func (g GroupVersionKind) String() string
Click to show internal directories.
Click to hide internal directories.