Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the eventstream v1alpha1 API group +kubebuilder:object:generate=true +groupName=eventstream.vectorized.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "eventstream.vectorized.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 RedPandaCluster ¶
type RedPandaCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RedPandaClusterSpec `json:"spec,omitempty"` Status RedPandaClusterStatus `json:"status,omitempty"` }
RedPandaCluster is the Schema for the redpandaclusters API
func (*RedPandaCluster) DeepCopy ¶
func (in *RedPandaCluster) DeepCopy() *RedPandaCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedPandaCluster.
func (*RedPandaCluster) DeepCopyInto ¶
func (in *RedPandaCluster) DeepCopyInto(out *RedPandaCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RedPandaCluster) DeepCopyObject ¶
func (in *RedPandaCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RedPandaClusterList ¶
type RedPandaClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RedPandaCluster `json:"items"` }
RedPandaClusterList contains a list of RedPandaCluster
func (*RedPandaClusterList) DeepCopy ¶
func (in *RedPandaClusterList) DeepCopy() *RedPandaClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedPandaClusterList.
func (*RedPandaClusterList) DeepCopyInto ¶
func (in *RedPandaClusterList) DeepCopyInto(out *RedPandaClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RedPandaClusterList) DeepCopyObject ¶
func (in *RedPandaClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RedPandaClusterSpec ¶
type RedPandaClusterSpec struct { Image string `json:"image"` Name string `json:"name"` Size int32 `json:"size"` }
RedPandaClusterSpec defines the desired state of RedPandaCluster
func (*RedPandaClusterSpec) DeepCopy ¶
func (in *RedPandaClusterSpec) DeepCopy() *RedPandaClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedPandaClusterSpec.
func (*RedPandaClusterSpec) DeepCopyInto ¶
func (in *RedPandaClusterSpec) DeepCopyInto(out *RedPandaClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RedPandaClusterStatus ¶
type RedPandaClusterStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "make" to regenerate code after modifying this file Nodes []string `json:"nodes"` }
RedPandaClusterStatus defines the observed state of RedPandaCluster
func (*RedPandaClusterStatus) DeepCopy ¶
func (in *RedPandaClusterStatus) DeepCopy() *RedPandaClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedPandaClusterStatus.
func (*RedPandaClusterStatus) DeepCopyInto ¶
func (in *RedPandaClusterStatus) DeepCopyInto(out *RedPandaClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.