v1alpha1

package
v0.0.9-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package v1alpha1 is the v1alpha1 version of the API

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder runtime.SchemeBuilder

	Install = localSchemeBuilder.AddToScheme
)
View Source
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

func RegisterConversions(s *runtime.Scheme) error

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

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

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

type Resources struct {
	metav1.TypeMeta `json:",line"`
}

func (*Resources) DeepCopy

func (in *Resources) DeepCopy() *Resources

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Resources.

func (*Resources) DeepCopyInto

func (in *Resources) DeepCopyInto(out *Resources)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Resources) DeepCopyObject

func (in *Resources) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL