Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelServiceType defines the type of service to be created LabelServiceType = "kompose.service.type" // LabelServiceExpose defines if the service needs to be made accessible from outside the cluster or not LabelServiceExpose = "kompose.service.expose" // LabelServiceExposeTLSSecret provides the name of the TLS secret to use with the Kubernetes ingress controller LabelServiceExposeTLSSecret = "kompose.service.expose.tls-secret" // LabelControllerType defines the type of controller to be created LabelControllerType = "kompose.controller.type" // ServiceTypeHeadless ... ServiceTypeHeadless = "Headless" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.