Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the portability v1alpha1 API group +kubebuilder:object:generate=true +groupName=portability.libre.sh
Index ¶
- Variables
- type Migrate
- func (in *Migrate) DeepCopy() *Migrate
- func (in *Migrate) DeepCopyInto(out *Migrate)
- func (in *Migrate) DeepCopyObject() runtime.Object
- func (o *Migrate) GetConditions() []metav1.Condition
- func (o *Migrate) GetImage() string
- func (o *Migrate) GetSuspend() bool
- func (o *Migrate) GetVersion() string
- func (o *Migrate) SetConditions(conditions []metav1.Condition)
- func (o *Migrate) SetSuspend(value bool)
- func (o *Migrate) SetVersion(value string)
- type MigrateList
- type MigrateSpec
- type MigrateStatus
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "portability.libre.sh", 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 Migrate ¶
type Migrate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MigrateSpec `json:"spec,omitempty"` Status MigrateStatus `json:"status,omitempty"` }
Migrate is the Schema for the migrates API
func (*Migrate) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Migrate.
func (*Migrate) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Migrate) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Migrate) GetConditions ¶
func (*Migrate) GetSuspend ¶
func (*Migrate) GetVersion ¶
func (*Migrate) SetConditions ¶
func (*Migrate) SetSuspend ¶
func (*Migrate) SetVersion ¶
type MigrateList ¶
type MigrateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Migrate `json:"items"` }
MigrateList contains a list of Migrate
func (*MigrateList) DeepCopy ¶
func (in *MigrateList) DeepCopy() *MigrateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigrateList.
func (*MigrateList) DeepCopyInto ¶
func (in *MigrateList) DeepCopyInto(out *MigrateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MigrateList) DeepCopyObject ¶
func (in *MigrateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MigrateSpec ¶
MigrateSpec defines the desired state of Migrate
func (*MigrateSpec) DeepCopy ¶
func (in *MigrateSpec) DeepCopy() *MigrateSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigrateSpec.
func (*MigrateSpec) DeepCopyInto ¶
func (in *MigrateSpec) DeepCopyInto(out *MigrateSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MigrateStatus ¶
MigrateStatus defines the observed state of Migrate
func (*MigrateStatus) DeepCopy ¶
func (in *MigrateStatus) DeepCopy() *MigrateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigrateStatus.
func (*MigrateStatus) DeepCopyInto ¶
func (in *MigrateStatus) DeepCopyInto(out *MigrateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.