Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the travelbot v1 API group +kubebuilder:object:generate=true +groupName=travelbot.ragainsth.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "travelbot.ragainsth.com", Version: "v1"} // 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 TravelbotOperator ¶
type TravelbotOperator struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TravelbotOperatorSpec `json:"spec,omitempty"` Status TravelbotOperatorStatus `json:"status,omitempty"` }
TravelbotOperator is the Schema for the travelbotoperators API
func (*TravelbotOperator) DeepCopy ¶
func (in *TravelbotOperator) DeepCopy() *TravelbotOperator
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TravelbotOperator.
func (*TravelbotOperator) DeepCopyInto ¶
func (in *TravelbotOperator) DeepCopyInto(out *TravelbotOperator)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TravelbotOperator) DeepCopyObject ¶
func (in *TravelbotOperator) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TravelbotOperatorList ¶
type TravelbotOperatorList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []TravelbotOperator `json:"items"` }
TravelbotOperatorList contains a list of TravelbotOperator
func (*TravelbotOperatorList) DeepCopy ¶
func (in *TravelbotOperatorList) DeepCopy() *TravelbotOperatorList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TravelbotOperatorList.
func (*TravelbotOperatorList) DeepCopyInto ¶
func (in *TravelbotOperatorList) DeepCopyInto(out *TravelbotOperatorList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TravelbotOperatorList) DeepCopyObject ¶
func (in *TravelbotOperatorList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TravelbotOperatorSpec ¶
type TravelbotOperatorSpec struct { ShipName string `json:"shipName,omitempty"` ShipSpeed string `json:"shipSpeed,omitempty"` SleepDuration string `json:"sleepDuration,omitempty"` DeployImage string `json:"deployImage,omitempty"` Replicas int32 `json:"replicas,omitempty"` }
TravelbotOperatorSpec defines the desired state of TravelbotOperator
func (*TravelbotOperatorSpec) DeepCopy ¶
func (in *TravelbotOperatorSpec) DeepCopy() *TravelbotOperatorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TravelbotOperatorSpec.
func (*TravelbotOperatorSpec) DeepCopyInto ¶
func (in *TravelbotOperatorSpec) DeepCopyInto(out *TravelbotOperatorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TravelbotOperatorStatus ¶
type TravelbotOperatorStatus struct { }
TravelbotOperatorStatus defines the observed state of TravelbotOperator
func (*TravelbotOperatorStatus) DeepCopy ¶
func (in *TravelbotOperatorStatus) DeepCopy() *TravelbotOperatorStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TravelbotOperatorStatus.
func (*TravelbotOperatorStatus) DeepCopyInto ¶
func (in *TravelbotOperatorStatus) DeepCopyInto(out *TravelbotOperatorStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.