Documentation
¶
Index ¶
- Constants
- Variables
- func CommonLabels() map[string]string
- func ConsolePlugin(ns string) *consolev1.ConsolePlugin
- func Deployment(ns, image, topologyName string) *appsv1.Deployment
- func DeploymentLabels(namespace string) map[string]string
- func DeploymentName() string
- func DeploymentSelector() *metav1.LabelSelector
- func DeploymentStrategy() appsv1.DeploymentStrategy
- func DeploymentVolumeMounts() []corev1.VolumeMount
- func DeploymentVolumes() []corev1.Volume
- func Name() string
- func NginxConfigMap(ns string) *corev1.ConfigMap
- func NginxConfigMapName() string
- func Service(ns string) *corev1.Service
- func ServiceAnnotations() map[string]string
- func ServiceMutator(desired, existing *consolev1.ConsolePlugin) bool
- func ServiceName() string
- func ServiceSelector() map[string]string
Constants ¶
View Source
const (
KuadrantConsoleName = "kuadrant-console-plugin"
)
Variables ¶
View Source
var ( AppLabelKey = "app" AppLabelValue = KuadrantConsoleName )
Functions ¶
func CommonLabels ¶
func ConsolePlugin ¶
func ConsolePlugin(ns string) *consolev1.ConsolePlugin
func Deployment ¶
func Deployment(ns, image, topologyName string) *appsv1.Deployment
func DeploymentLabels ¶
func DeploymentName ¶
func DeploymentName() string
func DeploymentSelector ¶
func DeploymentSelector() *metav1.LabelSelector
func DeploymentStrategy ¶
func DeploymentStrategy() appsv1.DeploymentStrategy
func DeploymentVolumeMounts ¶
func DeploymentVolumeMounts() []corev1.VolumeMount
func DeploymentVolumes ¶
func NginxConfigMap ¶
func NginxConfigMapName ¶
func NginxConfigMapName() string
func ServiceAnnotations ¶
func ServiceMutator ¶
func ServiceMutator(desired, existing *consolev1.ConsolePlugin) bool
func ServiceName ¶
func ServiceName() string
func ServiceSelector ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.