Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the planes v1beta1 API group +kubebuilder:object:generate=true +groupName=planes.chickensushi.ch
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "planes.chickensushi.ch", Version: "v1beta1"} // 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 Transport ¶
type Transport struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TransportSpec `json:"spec,omitempty"` Status TransportStatus `json:"status,omitempty"` }
Transport is the Schema for the transports API
func (*Transport) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Transport.
func (*Transport) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Transport) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TransportList ¶
type TransportList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Transport `json:"items"` }
TransportList contains a list of Transport
func (*TransportList) DeepCopy ¶
func (in *TransportList) DeepCopy() *TransportList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransportList.
func (*TransportList) DeepCopyInto ¶
func (in *TransportList) DeepCopyInto(out *TransportList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TransportList) DeepCopyObject ¶
func (in *TransportList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TransportSpec ¶
type TransportSpec struct { // Schedule of the flight Schedule string `json:"schedule"` // Image to use of the flight Image string `json:"image"` // Destination of the flight Destination string `json:"destination"` }
TransportSpec defines the desired state of Transport
func (*TransportSpec) DeepCopy ¶
func (in *TransportSpec) DeepCopy() *TransportSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransportSpec.
func (*TransportSpec) DeepCopyInto ¶
func (in *TransportSpec) DeepCopyInto(out *TransportSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TransportStatus ¶
type TransportStatus struct { }
TransportStatus defines the observed state of Transport
func (*TransportStatus) DeepCopy ¶
func (in *TransportStatus) DeepCopy() *TransportStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TransportStatus.
func (*TransportStatus) DeepCopyInto ¶
func (in *TransportStatus) DeepCopyInto(out *TransportStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.