Versions in this module Expand all Collapse all v0 v0.1.1 Sep 20, 2025 Changes in this version + func HasViewGroupVersion(group string, gv schema.GroupVersion) bool + func HasViewGroupVersionKind(group string, gvk schema.GroupVersionKind) bool v0.1.0 Sep 4, 2025 Changes in this version + const GroupSuffix + const Version + func GetOperator(gvk schema.GroupVersionKind) string + func Group(operator string) string + func GroupVersion(operator string) schema.GroupVersion + func GroupVersionKind(operator, view string) schema.GroupVersionKind + func IsViewGroup(group string) bool + func IsViewGroupVersion(gv schema.GroupVersion) bool + func IsViewKind(gvk schema.GroupVersionKind) bool + func MapFromView(gvk schema.GroupVersionKind) (schema.GroupVersionKind, error) + func MapIntoView(operator string, gvk schema.GroupVersionKind) schema.GroupVersionKind