v1beta1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package v1beta1 is the v1beta1 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: internal.GroupName, Version: "v1beta1"}

Functions

func Convert_clusterpedia_CollectionResourceList_To_v1beta1_CollectionResourceList

func Convert_clusterpedia_CollectionResourceList_To_v1beta1_CollectionResourceList(in *clusterpedia.CollectionResourceList, out *CollectionResourceList, s conversion.Scope) error

Convert_clusterpedia_CollectionResourceList_To_v1beta1_CollectionResourceList is an autogenerated conversion function.

func Convert_clusterpedia_CollectionResourceType_To_v1beta1_CollectionResourceType

func Convert_clusterpedia_CollectionResourceType_To_v1beta1_CollectionResourceType(in *clusterpedia.CollectionResourceType, out *CollectionResourceType, s conversion.Scope) error

Convert_clusterpedia_CollectionResourceType_To_v1beta1_CollectionResourceType is an autogenerated conversion function.

func Convert_clusterpedia_CollectionResource_To_v1beta1_CollectionResource

func Convert_clusterpedia_CollectionResource_To_v1beta1_CollectionResource(in *clusterpedia.CollectionResource, out *CollectionResource, s conversion.Scope) error

Convert_clusterpedia_CollectionResource_To_v1beta1_CollectionResource is an autogenerated conversion function.

func Convert_clusterpedia_ListOptions_To_v1beta1_ListOptions

func Convert_clusterpedia_ListOptions_To_v1beta1_ListOptions(in *clusterpedia.ListOptions, out *ListOptions, s conversion.Scope) error

func Convert_url_Values_To_v1beta1_ListOptions

func Convert_url_Values_To_v1beta1_ListOptions(in *url.Values, out *ListOptions, s conversion.Scope) error

func Convert_v1beta1_CollectionResourceList_To_clusterpedia_CollectionResourceList

func Convert_v1beta1_CollectionResourceList_To_clusterpedia_CollectionResourceList(in *CollectionResourceList, out *clusterpedia.CollectionResourceList, s conversion.Scope) error

Convert_v1beta1_CollectionResourceList_To_clusterpedia_CollectionResourceList is an autogenerated conversion function.

func Convert_v1beta1_CollectionResourceType_To_clusterpedia_CollectionResourceType

func Convert_v1beta1_CollectionResourceType_To_clusterpedia_CollectionResourceType(in *CollectionResourceType, out *clusterpedia.CollectionResourceType, s conversion.Scope) error

Convert_v1beta1_CollectionResourceType_To_clusterpedia_CollectionResourceType is an autogenerated conversion function.

func Convert_v1beta1_CollectionResource_To_clusterpedia_CollectionResource

func Convert_v1beta1_CollectionResource_To_clusterpedia_CollectionResource(in *CollectionResource, out *clusterpedia.CollectionResource, s conversion.Scope) error

Convert_v1beta1_CollectionResource_To_clusterpedia_CollectionResource is an autogenerated conversion function.

func Convert_v1beta1_ListOptions_To_clusterpedia_ListOptions

func Convert_v1beta1_ListOptions_To_clusterpedia_ListOptions(in *ListOptions, out *clusterpedia.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
	ClusterNames string `json:"clusters,omitempty"`

	// +optional
	Namespaces string `json:"namespaces,omitempty"`

	// +optional
	OrderBy string `json:"orderby,omitempty"`

	// +optional
	OwnerUID string `json:"ownerUID,omitempty"`

	// +optional
	OwnerName string `json:"ownerName,omitempty"`

	// +optional
	Since string `json:"since,omitempty"`

	// +optional
	Before string `json:"before,omitempty"`

	// +optional
	OwnerGroupResource string `json:"ownerGR,omitempty"`

	// +optional
	OwnerSeniority int `json:"ownerSeniority,omitempty"`

	// +optional
	WithContinue *bool `json:"withContinue,omitempty"`

	// +optional
	WithRemainingCount *bool `json:"withRemainingCount,omitempty"`
}

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:",inline"`
}

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