Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCertSyncController ¶
func NewCertSyncController(targetDir, targetNamespace string, configmaps, secrets []installer.UnrevisionedResource, kubeClient kubernetes.Interface, informers informers.SharedInformerFactory, eventRecorder events.Recorder) factory.Controller
func NewCertSyncControllerCommand ¶
func NewCertSyncControllerCommand(configmaps, secrets []installer.UnrevisionedResource) *cobra.Command
Types ¶
type CertSyncController ¶
type CertSyncController struct {
// contains filtered or unexported fields
}
type CertSyncControllerOptions ¶
type CertSyncControllerOptions struct { KubeConfigFile string Namespace string DestinationDir string Clock clock.PassiveClock // 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.