Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the testlery v1 API group +kubebuilder:object:generate=true +groupName=testlery.testlery.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "testlery.testlery.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 PostgresWriter ¶
type PostgresWriter struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PostgresWriterSpec `json:"spec,omitempty"` Status PostgresWriterStatus `json:"status,omitempty"` }
PostgresWriter is the Schema for the postgreswriters API
func (*PostgresWriter) DeepCopy ¶
func (in *PostgresWriter) DeepCopy() *PostgresWriter
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresWriter.
func (*PostgresWriter) DeepCopyInto ¶
func (in *PostgresWriter) DeepCopyInto(out *PostgresWriter)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PostgresWriter) DeepCopyObject ¶
func (in *PostgresWriter) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PostgresWriterList ¶
type PostgresWriterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PostgresWriter `json:"items"` }
PostgresWriterList contains a list of PostgresWriter
func (*PostgresWriterList) DeepCopy ¶
func (in *PostgresWriterList) DeepCopy() *PostgresWriterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresWriterList.
func (*PostgresWriterList) DeepCopyInto ¶
func (in *PostgresWriterList) DeepCopyInto(out *PostgresWriterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PostgresWriterList) DeepCopyObject ¶
func (in *PostgresWriterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PostgresWriterSpec ¶
type PostgresWriterSpec struct { // +kubebuilder:validation:Required // +kubebuilder:validation:Type=string Table string `json:"table"` // +kubebuilder:validation:Required // +kubebuilder:validation:Type=integer // +kubebuilder:validation:Minimum=0 Age int `json:"age"` // +kubebuilder:validation:Required // +kubebuilder:validation:Type=string Name string `json:"name"` // +kubebuilder:validation:Required // +kubebuilder:validation:Type=string Country string `json:"country"` }
PostgresWriterSpec defines the desired state of PostgresWriter
func (*PostgresWriterSpec) DeepCopy ¶
func (in *PostgresWriterSpec) DeepCopy() *PostgresWriterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresWriterSpec.
func (*PostgresWriterSpec) DeepCopyInto ¶
func (in *PostgresWriterSpec) DeepCopyInto(out *PostgresWriterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PostgresWriterStatus ¶
type PostgresWriterStatus struct { }
PostgresWriterStatus defines the observed state of PostgresWriter
func (*PostgresWriterStatus) DeepCopy ¶
func (in *PostgresWriterStatus) DeepCopy() *PostgresWriterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresWriterStatus.
func (*PostgresWriterStatus) DeepCopyInto ¶
func (in *PostgresWriterStatus) DeepCopyInto(out *PostgresWriterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.