Documentation ¶
Index ¶
- type Client
- type KubeDBClientBuilder
- func (o *KubeDBClientBuilder) GetPerconaXtradbClient() (*Client, error)
- func (o *KubeDBClientBuilder) GetPerconaXtradbXormClient() (*XormClient, error)
- func (o *KubeDBClientBuilder) WithContext(ctx context.Context) *KubeDBClientBuilder
- func (o *KubeDBClientBuilder) WithPod(podName string) *KubeDBClientBuilder
- func (o *KubeDBClientBuilder) WithURL(url string) *KubeDBClientBuilder
- type XormClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeDBClientBuilder ¶
type KubeDBClientBuilder struct {
// contains filtered or unexported fields
}
func NewKubeDBClientBuilder ¶
func NewKubeDBClientBuilder(kc client.Client, db *dbapi.PerconaXtraDB) *KubeDBClientBuilder
func (*KubeDBClientBuilder) GetPerconaXtradbClient ¶
func (o *KubeDBClientBuilder) GetPerconaXtradbClient() (*Client, error)
func (*KubeDBClientBuilder) GetPerconaXtradbXormClient ¶
func (o *KubeDBClientBuilder) GetPerconaXtradbXormClient() (*XormClient, error)
func (*KubeDBClientBuilder) WithContext ¶
func (o *KubeDBClientBuilder) WithContext(ctx context.Context) *KubeDBClientBuilder
func (*KubeDBClientBuilder) WithPod ¶
func (o *KubeDBClientBuilder) WithPod(podName string) *KubeDBClientBuilder
func (*KubeDBClientBuilder) WithURL ¶
func (o *KubeDBClientBuilder) WithURL(url string) *KubeDBClientBuilder
type XormClient ¶
Click to show internal directories.
Click to hide internal directories.