Documentation ¶
Index ¶
- Variables
- func FromGVR(g schema.GroupVersionResource) (config.GroupVersionKind, bool)
- func MustFromGVR(g schema.GroupVersionResource) config.GroupVersionKind
- func MustToGVR(g config.GroupVersionKind) schema.GroupVersionResource
- func ToGVR(g config.GroupVersionKind) (schema.GroupVersionResource, bool)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CustomResourceDefinition = config.GroupVersionKind{Group: "apiextensions.k8s.io", Version: "v1", Kind: "CustomResourceDefinition"}
)
Functions ¶
func FromGVR ¶
func FromGVR(g schema.GroupVersionResource) (config.GroupVersionKind, bool)
func MustFromGVR ¶
func MustFromGVR(g schema.GroupVersionResource) config.GroupVersionKind
func MustToGVR ¶
func MustToGVR(g config.GroupVersionKind) schema.GroupVersionResource
func ToGVR ¶
func ToGVR(g config.GroupVersionKind) (schema.GroupVersionResource, bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.