Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPrimaryPodStatus ¶
Types ¶
type JobController ¶
type JobController struct {
JobClient *rest.RESTClient
JobClientset *kubernetes.Clientset
Namespace []string
}
JobController holds the connections for the controller
type PgbackupController ¶
type PgbackupController struct {
PgbackupClient *rest.RESTClient
PgbackupScheme *runtime.Scheme
PgbackupClientset *kubernetes.Clientset
Namespace []string
}
PgbackupController holds connections required by the controller
type PgclusterController ¶
type PgclusterController struct {
PgclusterClient *rest.RESTClient
PgclusterScheme *runtime.Scheme
PgclusterClientset *kubernetes.Clientset
Namespace []string
}
PgclusterController holds the connections for the controller
type PgpolicyController ¶
type PgpolicyController struct {
PgpolicyClient *rest.RESTClient
PgpolicyScheme *runtime.Scheme
PgpolicyClientset *kubernetes.Clientset
Namespace []string
}
PgpolicyController holds connections for the controller
type PgreplicaController ¶
type PgreplicaController struct {
PgreplicaClient *rest.RESTClient
PgreplicaScheme *runtime.Scheme
PgreplicaClientset *kubernetes.Clientset
Namespace []string
}
PgreplicaController holds the connections for the controller
type PgtaskController ¶
type PgtaskController struct {
PgtaskConfig *rest.Config
PgtaskClient *rest.RESTClient
PgtaskScheme *runtime.Scheme
PgtaskClientset *kubernetes.Clientset
Namespace []string
}
PgtaskController holds connections for the controller
type PodController ¶
type PodController struct {
PodClient *rest.RESTClient
PodClientset *kubernetes.Clientset
Namespace []string
}
PodController holds the connections for the controller
Click to show internal directories.
Click to hide internal directories.