Documentation
¶
Overview ¶
Package v1alpha1 is the v1alpha1 version of the API
Index ¶
- Variables
- func Convert_pedia_CollectionResourceList_To_v1alpha1_CollectionResourceList(in *pedia.CollectionResourceList, out *CollectionResourceList, ...) error
- func Convert_pedia_CollectionResourceType_To_v1alpha1_CollectionResourceType(in *pedia.CollectionResourceType, out *CollectionResourceType, ...) error
- func Convert_pedia_CollectionResource_To_v1alpha1_CollectionResource(in *pedia.CollectionResource, out *CollectionResource, s conversion.Scope) error
- func Convert_pedia_ListOptions_To_v1alpha1_ListOptions(in *pedia.ListOptions, out *ListOptions, s conversion.Scope) error
- func Convert_url_Values_To_v1alpha1_ListOptions(in *url.Values, out *ListOptions, s conversion.Scope) error
- func Convert_v1alpha1_CollectionResourceList_To_pedia_CollectionResourceList(in *CollectionResourceList, out *pedia.CollectionResourceList, ...) error
- func Convert_v1alpha1_CollectionResourceType_To_pedia_CollectionResourceType(in *CollectionResourceType, out *pedia.CollectionResourceType, ...) error
- func Convert_v1alpha1_CollectionResource_To_pedia_CollectionResource(in *CollectionResource, out *pedia.CollectionResource, s conversion.Scope) error
- func Convert_v1alpha1_ListOptions_To_pedia_ListOptions(in *ListOptions, out *pedia.ListOptions, s conversion.Scope) error
- func RegisterConversions(s *runtime.Scheme) error
- type CollectionResource
- type CollectionResourceList
- type CollectionResourceType
- type ListOptions
- type Resources
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder runtime.SchemeBuilder Install = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: pedia.GroupName, Version: "v1alpha1"}
Functions ¶
func Convert_pedia_CollectionResourceList_To_v1alpha1_CollectionResourceList ¶
func Convert_pedia_CollectionResourceList_To_v1alpha1_CollectionResourceList(in *pedia.CollectionResourceList, out *CollectionResourceList, s conversion.Scope) error
Convert_pedia_CollectionResourceList_To_v1alpha1_CollectionResourceList is an autogenerated conversion function.
func Convert_pedia_CollectionResourceType_To_v1alpha1_CollectionResourceType ¶
func Convert_pedia_CollectionResourceType_To_v1alpha1_CollectionResourceType(in *pedia.CollectionResourceType, out *CollectionResourceType, s conversion.Scope) error
Convert_pedia_CollectionResourceType_To_v1alpha1_CollectionResourceType is an autogenerated conversion function.
func Convert_pedia_CollectionResource_To_v1alpha1_CollectionResource ¶
func Convert_pedia_CollectionResource_To_v1alpha1_CollectionResource(in *pedia.CollectionResource, out *CollectionResource, s conversion.Scope) error
Convert_pedia_CollectionResource_To_v1alpha1_CollectionResource is an autogenerated conversion function.
func Convert_pedia_ListOptions_To_v1alpha1_ListOptions ¶
func Convert_pedia_ListOptions_To_v1alpha1_ListOptions(in *pedia.ListOptions, out *ListOptions, s conversion.Scope) error
func Convert_url_Values_To_v1alpha1_ListOptions ¶
func Convert_url_Values_To_v1alpha1_ListOptions(in *url.Values, out *ListOptions, s conversion.Scope) error
func Convert_v1alpha1_CollectionResourceList_To_pedia_CollectionResourceList ¶
func Convert_v1alpha1_CollectionResourceList_To_pedia_CollectionResourceList(in *CollectionResourceList, out *pedia.CollectionResourceList, s conversion.Scope) error
Convert_v1alpha1_CollectionResourceList_To_pedia_CollectionResourceList is an autogenerated conversion function.
func Convert_v1alpha1_CollectionResourceType_To_pedia_CollectionResourceType ¶
func Convert_v1alpha1_CollectionResourceType_To_pedia_CollectionResourceType(in *CollectionResourceType, out *pedia.CollectionResourceType, s conversion.Scope) error
Convert_v1alpha1_CollectionResourceType_To_pedia_CollectionResourceType is an autogenerated conversion function.
func Convert_v1alpha1_CollectionResource_To_pedia_CollectionResource ¶
func Convert_v1alpha1_CollectionResource_To_pedia_CollectionResource(in *CollectionResource, out *pedia.CollectionResource, s conversion.Scope) error
Convert_v1alpha1_CollectionResource_To_pedia_CollectionResource is an autogenerated conversion function.
func Convert_v1alpha1_ListOptions_To_pedia_ListOptions ¶
func Convert_v1alpha1_ListOptions_To_pedia_ListOptions(in *ListOptions, out *pedia.ListOptions, s conversion.Scope) error
func RegisterConversions ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
Types ¶
type CollectionResource ¶
type CollectionResource struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` // +required ResourceTypes []CollectionResourceType `json:"resourceTypes"` // +optional Items []runtime.RawExtension `json:"items,omitempty"` }
func (*CollectionResource) DeepCopy ¶
func (in *CollectionResource) DeepCopy() *CollectionResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CollectionResource.
func (*CollectionResource) DeepCopyInto ¶
func (in *CollectionResource) DeepCopyInto(out *CollectionResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CollectionResource) DeepCopyObject ¶
func (in *CollectionResource) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CollectionResourceList ¶
type CollectionResourceList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []CollectionResource `json:"items"` }
func (*CollectionResourceList) DeepCopy ¶
func (in *CollectionResourceList) DeepCopy() *CollectionResourceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CollectionResourceList.
func (*CollectionResourceList) DeepCopyInto ¶
func (in *CollectionResourceList) DeepCopyInto(out *CollectionResourceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CollectionResourceList) DeepCopyObject ¶
func (in *CollectionResourceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CollectionResourceType ¶
type CollectionResourceType struct { Group string `json:"group"` Version string `json:"version"` // +optional Kind string `json:"kind,omitempty"` Resource string `json:"resource"` }
func (*CollectionResourceType) DeepCopy ¶
func (in *CollectionResourceType) DeepCopy() *CollectionResourceType
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CollectionResourceType.
func (*CollectionResourceType) DeepCopyInto ¶
func (in *CollectionResourceType) DeepCopyInto(out *CollectionResourceType)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ListOptions ¶
type ListOptions struct { metav1.ListOptions `json:",inline"` // +optional Names string `json:"names,omitempty"` // +optional Owner string `json:"owner,omitempty"` // +optional ClusterNames string `json:"clusters,omitempty"` // +optional Namespaces string `json:"namespaces,omitempty"` // +optional OrderBy string `json:"orderby,omitempty"` // +optional WithContinue *bool `json:"withContinue,omitempty"` // +optional WithRemainingCount *bool `json:"withRemainingCount,omitempty"` }
TODO(iceber): move to storage.clusterpedia.io/v1alpha1
func (*ListOptions) DeepCopy ¶
func (in *ListOptions) DeepCopy() *ListOptions
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ListOptions.
func (*ListOptions) DeepCopyInto ¶
func (in *ListOptions) DeepCopyInto(out *ListOptions)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ListOptions) DeepCopyObject ¶
func (in *ListOptions) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Resources ¶
func (*Resources) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Resources.
func (*Resources) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Resources) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.