Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
type Config ¶
type Config struct { // Deprecated: Use KubeClient and its CoreV1() function instead. KubeCli corev1client.CoreV1Interface // Deprecated: Use NatsClient and its NatsV1alpha2() function instead. OperatorCli natsalphav2client.NatsV1alpha2Interface PodLister corev1listers.PodLister SecretLister corev1listers.SecretLister ServiceLister corev1listers.ServiceLister NatsServiceRoleLister natslisters.NatsServiceRoleLister KubeClient kubernetes.Interface KubeConfig *rest.Config NatsClient natsclient.Interface }
Click to show internal directories.
Click to hide internal directories.