Documentation
¶
Overview ¶
Copyright (c) 2019-2021 Red Hat, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
View Source
const ( WebhookServerPort = 8443 WebhookServerCertDir = "/tmp/k8s-webhook-server/serving-certs" WebhookServerAppName = "devworkspace-webhook-server" WebhookServerDeploymentName = WebhookServerAppName WebhookServerServiceName = "devworkspace-webhookserver" WebhookServerPortName = "webhook-server" WebhookMetricsPortName = "metrics" // Holds webhook server related SA name and SA-related objects, like ClusterRole, ClusterRoleBinding WebhookServerSAName = "devworkspace-webhook-server" WebhookServerCertsVolumeName = "webhook-tls-certs" )
Variables ¶
View Source
var CABundle []byte
View Source
var WebhookServerAppAnnotations = func() map[string]string { now := time.Now() return map[string]string{ constants.WebhookRestartedAtAnnotation: strconv.FormatInt(now.UnixNano(), 10), } }
View Source
var WebhookServerAppLabels = func() map[string]string { return map[string]string{ "app.kubernetes.io/name": WebhookServerAppName, "app.kubernetes.io/part-of": "devworkspace-operator", } }
Functions ¶
func ConfigureWebhookServer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.