Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the v1alpha1 API group +kubebuilder:object:generate=true +groupName=control.kubestellar.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "control.kubestellar.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type RawStatus ¶
type RawStatus struct { // +kubebuilder:pruning:PreserveUnknownFields runtime.RawExtension `json:",inline"` }
Manifest represents a resource to be deployed
func (*RawStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RawStatus.
func (*RawStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SourceRef ¶
type SourceRef struct { Group string `json:"group"` Version string `json:"version,omitempty"` Resource string `json:"resource,omitempty"` Kind string `json:"kind,omitempty"` Name string `json:"name,omitempty"` Namespace string `json:"namespace"` }
func (*SourceRef) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SourceRef.
func (*SourceRef) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkStatus ¶
type WorkStatus struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec WorkStatusSpec `json:"spec,omitempty"` Status RawStatus `json:"status,omitempty"` }
WorkStatus is the Schema for the work status +kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:resource:scope=Namespaced,shortName={ws,wss}
func (*WorkStatus) DeepCopy ¶
func (in *WorkStatus) DeepCopy() *WorkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkStatus.
func (*WorkStatus) DeepCopyInto ¶
func (in *WorkStatus) DeepCopyInto(out *WorkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkStatus) DeepCopyObject ¶
func (in *WorkStatus) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorkStatusList ¶
type WorkStatusList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []WorkStatus `json:"items"` }
+kubebuilder:object:root=true WorkStatusList contains a list of WorkStatus
func (*WorkStatusList) DeepCopy ¶
func (in *WorkStatusList) DeepCopy() *WorkStatusList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkStatusList.
func (*WorkStatusList) DeepCopyInto ¶
func (in *WorkStatusList) DeepCopyInto(out *WorkStatusList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkStatusList) DeepCopyObject ¶
func (in *WorkStatusList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorkStatusSpec ¶
type WorkStatusSpec struct {
SourceRef SourceRef `json:"sourceRef,omitempty"`
}
Workstatus spec
func (*WorkStatusSpec) DeepCopy ¶
func (in *WorkStatusSpec) DeepCopy() *WorkStatusSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkStatusSpec.
func (*WorkStatusSpec) DeepCopyInto ¶
func (in *WorkStatusSpec) DeepCopyInto(out *WorkStatusSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.