Documentation
¶
Index ¶
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 *api.ProxySQL) *KubeDBClientBuilder
func (*KubeDBClientBuilder) GetProxySQLClient ¶
func (o *KubeDBClientBuilder) GetProxySQLClient() (*Client, error)
func (*KubeDBClientBuilder) GetProxySQLXormClient ¶
func (o *KubeDBClientBuilder) GetProxySQLXormClient() (*XormClient, error)
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.