Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCertSyncControllerCommand ¶
func NewCertSyncControllerCommand(configmaps, secrets []revision.RevisionResource) *cobra.Command
Types ¶
type CertSyncController ¶
type CertSyncController struct {
// contains filtered or unexported fields
}
func NewCertSyncController ¶
func NewCertSyncController(targetDir, targetNamespace string, configmaps, secrets []revision.RevisionResource, kubeClient kubernetes.Interface, informers informers.SharedInformerFactory, eventRecorder events.Recorder) (*CertSyncController, error)
func (*CertSyncController) Run ¶
func (c *CertSyncController) Run(workers int, stopCh <-chan struct{})
Run starts the kube-apiserver and blocks until stopCh is closed.
type CertSyncControllerOptions ¶
type CertSyncControllerOptions struct { KubeConfigFile string Namespace string DestinationDir string // contains filtered or unexported fields }
func (*CertSyncControllerOptions) Complete ¶
func (o *CertSyncControllerOptions) Complete() error
func (*CertSyncControllerOptions) Run ¶
func (o *CertSyncControllerOptions) Run() error
Click to show internal directories.
Click to hide internal directories.