Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the pxc v1 API group +kubebuilder:object:generate=true +groupName=pxc.percona.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "pxc.percona.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 PerconaXtraDBCluster ¶
type PerconaXtraDBCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PerconaXtraDBClusterSpec `json:"spec,omitempty"` Status PerconaXtraDBClusterStatus `json:"status,omitempty"` }
PerconaXtraDBCluster is the Schema for the perconaxtradbclusters API
func (*PerconaXtraDBCluster) DeepCopy ¶
func (in *PerconaXtraDBCluster) DeepCopy() *PerconaXtraDBCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PerconaXtraDBCluster.
func (*PerconaXtraDBCluster) DeepCopyInto ¶
func (in *PerconaXtraDBCluster) DeepCopyInto(out *PerconaXtraDBCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PerconaXtraDBCluster) DeepCopyObject ¶
func (in *PerconaXtraDBCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PerconaXtraDBClusterList ¶
type PerconaXtraDBClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PerconaXtraDBCluster `json:"items"` }
PerconaXtraDBClusterList contains a list of PerconaXtraDBCluster
func (*PerconaXtraDBClusterList) DeepCopy ¶
func (in *PerconaXtraDBClusterList) DeepCopy() *PerconaXtraDBClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PerconaXtraDBClusterList.
func (*PerconaXtraDBClusterList) DeepCopyInto ¶
func (in *PerconaXtraDBClusterList) DeepCopyInto(out *PerconaXtraDBClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PerconaXtraDBClusterList) DeepCopyObject ¶
func (in *PerconaXtraDBClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PerconaXtraDBClusterSpec ¶
type PerconaXtraDBClusterSpec struct {
VaultSecretName string `json:"vaultSecretName,omitempty"`
}
PerconaXtraDBClusterSpec defines the desired state of PerconaXtraDBCluster
func (*PerconaXtraDBClusterSpec) DeepCopy ¶
func (in *PerconaXtraDBClusterSpec) DeepCopy() *PerconaXtraDBClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PerconaXtraDBClusterSpec.
func (*PerconaXtraDBClusterSpec) DeepCopyInto ¶
func (in *PerconaXtraDBClusterSpec) DeepCopyInto(out *PerconaXtraDBClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PerconaXtraDBClusterStatus ¶
type PerconaXtraDBClusterStatus struct { }
PerconaXtraDBClusterStatus defines the observed state of PerconaXtraDBCluster
func (*PerconaXtraDBClusterStatus) DeepCopy ¶
func (in *PerconaXtraDBClusterStatus) DeepCopy() *PerconaXtraDBClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PerconaXtraDBClusterStatus.
func (*PerconaXtraDBClusterStatus) DeepCopyInto ¶
func (in *PerconaXtraDBClusterStatus) DeepCopyInto(out *PerconaXtraDBClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.