Versions in this module Expand all Collapse all v0 v0.0.1 Jan 5, 2023 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func Convert_internalversion_ListOptions_To_v1_ListOptions(in *ListOptions, out *v1.ListOptions, s conversion.Scope) error + func Convert_internalversion_List_To_v1_List(in *List, out *v1.List, s conversion.Scope) error + func Convert_v1_ListOptions_To_internalversion_ListOptions(in *v1.ListOptions, out *ListOptions, s conversion.Scope) error + func Convert_v1_List_To_internalversion_List(in *v1.List, out *List, s conversion.Scope) error + func Kind(kind string) schema.GroupKind + func RegisterConversions(s *runtime.Scheme) error + type List struct + Items []runtime.Object + func (in *List) DeepCopy() *List + func (in *List) DeepCopyInto(out *List) + func (in *List) DeepCopyObject() runtime.Object + type ListOptions struct + AllowWatchBookmarks bool + Continue string + FieldSelector fields.Selector + LabelSelector labels.Selector + Limit int64 + ResourceVersion string + ResourceVersionMatch metav1.ResourceVersionMatch + TimeoutSeconds *int64 + Watch bool + func (in *ListOptions) DeepCopy() *ListOptions + func (in *ListOptions) DeepCopyInto(out *ListOptions) + func (in *ListOptions) DeepCopyObject() runtime.Object