Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the multicluster v1alpha1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=admiralty.io/multicluster-scheduler/pkg/apis/multicluster +k8s:defaulter-gen=TypeMeta +groupName=multicluster.admiralty.io
Package v1alpha1 contains API Schema definitions for the multicluster v1alpha1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=admiralty.io/multicluster-scheduler/pkg/apis/multicluster +k8s:defaulter-gen=TypeMeta +groupName=multicluster.admiralty.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "multicluster.admiralty.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme is required by pkg/client/... AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource is required by pkg/client/listers/...
Types ¶
type ClusterSummary ¶ added in v0.10.0
type ClusterSummary struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` // +optional Capacity v1.ResourceList `json:"capacity,omitempty"` // +optional Allocatable v1.ResourceList `json:"allocatable,omitempty"` }
ClusterSummary is the Schema for the clustersummaries API
func (*ClusterSummary) DeepCopy ¶ added in v0.10.0
func (in *ClusterSummary) DeepCopy() *ClusterSummary
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSummary.
func (*ClusterSummary) DeepCopyInto ¶ added in v0.10.0
func (in *ClusterSummary) DeepCopyInto(out *ClusterSummary)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterSummary) DeepCopyObject ¶ added in v0.10.0
func (in *ClusterSummary) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterSummaryList ¶ added in v0.10.0
type ClusterSummaryList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterSummary `json:"items"` }
ClusterSummaryList contains a list of ClusterSummary
func (*ClusterSummaryList) DeepCopy ¶ added in v0.10.0
func (in *ClusterSummaryList) DeepCopy() *ClusterSummaryList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSummaryList.
func (*ClusterSummaryList) DeepCopyInto ¶ added in v0.10.0
func (in *ClusterSummaryList) DeepCopyInto(out *ClusterSummaryList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterSummaryList) DeepCopyObject ¶ added in v0.10.0
func (in *ClusterSummaryList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PodChaperon ¶ added in v0.8.0
type PodChaperon struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` // +optional Spec v1.PodSpec `json:"spec,omitempty"` // +optional Status v1.PodStatus `json:"status,omitempty"` }
PodChaperon is the Schema for the podchaperons API
func (*PodChaperon) DeepCopy ¶ added in v0.8.0
func (in *PodChaperon) DeepCopy() *PodChaperon
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodChaperon.
func (*PodChaperon) DeepCopyInto ¶ added in v0.8.0
func (in *PodChaperon) DeepCopyInto(out *PodChaperon)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PodChaperon) DeepCopyObject ¶ added in v0.8.0
func (in *PodChaperon) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PodChaperonList ¶ added in v0.8.0
type PodChaperonList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []PodChaperon `json:"items"` }
PodChaperonList contains a list of PodChaperon
func (*PodChaperonList) DeepCopy ¶ added in v0.8.0
func (in *PodChaperonList) DeepCopy() *PodChaperonList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodChaperonList.
func (*PodChaperonList) DeepCopyInto ¶ added in v0.8.0
func (in *PodChaperonList) DeepCopyInto(out *PodChaperonList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PodChaperonList) DeepCopyObject ¶ added in v0.8.0
func (in *PodChaperonList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.