Documentation
¶
Index ¶
Constants ¶
View Source
const ( AirbyteBootloaderPodName = "airbyte-abctl-airbyte-bootloader" AirbyteChartName = "airbyte/airbyte" AirbyteChartRelease = "airbyte-abctl" AirbyteIngress = "ingress-abctl" AirbyteNamespace = "airbyte-abctl" AirbyteKubeContext = "kind-airbyte-abctl" AirbyteRepoName = "airbyte" AirbyteRepoURLv1 = "https://airbytehq.github.io/helm-charts" AirbyteRepoURLv2 = "https://airbytehq.github.io/charts" NginxChartName = "nginx/ingress-nginx" NginxChartRelease = "ingress-nginx" NginxNamespace = "ingress-nginx" NginxRepoName = "nginx" NginxRepoURL = "https://kubernetes.github.io/ingress-nginx" // DockerAuthSecretName is the name of the secret which holds the docker authentication information. DockerAuthSecretName = "docker-auth" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶ added in v0.21.0
type Set[T comparable] struct { // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.