Documentation
¶
Index ¶
Constants ¶
View Source
const ( WebhookCertificateSecretName = "webhook-server-cert" WebhookCertificateName = "das-serving-cert" CertManagerInjectCaAnnotation = "cert-manager.io/inject-ca-from" )
Variables ¶
This section is empty.
Functions ¶
func NewTargetConfigReconciler ¶
func NewTargetConfigReconciler( emulatedMode slicev1alpha1.EmulatedMode, targetDaemonsetImage string, targetWebhookImage string, targetSchedulerImage string, namespace string, operatorConfigClient instasliceoperatorv1alphaclientset.DASOperatorInterface, operatorClientInformer operatorclientv1alpha1informers.DASOperatorInformer, kubeInformersForNamespaces v1helpers.KubeInformersForNamespaces, appsClient appsv1client.DaemonSetsGetter, instasliceoperatorClient *operatorclient.DASOperatorSetClient, dynamicClient dynamic.Interface, discoveryClient discovery.DiscoveryInterface, kubeClient kubernetes.Interface, apiExtensionClient *apiextclientv1.Clientset, eventRecorder events.Recorder, ) factory.Controller
func RunOperator ¶
func RunOperator(ctx context.Context, cc *controllercmd.ControllerContext) error
Types ¶
type TargetConfigReconciler ¶
type TargetConfigReconciler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.