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-controller/examples/podghost/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-controller/examples/podghost/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 PodGhost ¶
type PodGhost struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PodGhostSpec `json:"spec,omitempty"` Status PodGhostStatus `json:"status,omitempty"` }
PodGhost is the Schema for the podghosts API +k8s:openapi-gen=true
func (*PodGhost) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodGhost.
func (*PodGhost) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PodGhost) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PodGhostList ¶
type PodGhostList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PodGhost `json:"items"` }
PodGhostList contains a list of PodGhost
func (*PodGhostList) DeepCopy ¶
func (in *PodGhostList) DeepCopy() *PodGhostList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodGhostList.
func (*PodGhostList) DeepCopyInto ¶
func (in *PodGhostList) DeepCopyInto(out *PodGhostList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PodGhostList) DeepCopyObject ¶
func (in *PodGhostList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PodGhostSpec ¶
type PodGhostSpec struct { }
PodGhostSpec defines the desired state of PodGhost
func (*PodGhostSpec) DeepCopy ¶
func (in *PodGhostSpec) DeepCopy() *PodGhostSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodGhostSpec.
func (*PodGhostSpec) DeepCopyInto ¶
func (in *PodGhostSpec) DeepCopyInto(out *PodGhostSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PodGhostStatus ¶
type PodGhostStatus struct { }
PodGhostStatus defines the observed state of PodGhost
func (*PodGhostStatus) DeepCopy ¶
func (in *PodGhostStatus) DeepCopy() *PodGhostStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodGhostStatus.
func (*PodGhostStatus) DeepCopyInto ¶
func (in *PodGhostStatus) DeepCopyInto(out *PodGhostStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.