Documentation ¶
Index ¶
Constants ¶
View Source
const ( SnackName = "snack" SnackImage = "gcr.io/windmill-public-containers/servantes/snack" )
View Source
const BlorgBackendYAML = `` /* 972-byte string literal not displayed */
View Source
const BlorgJobYAML = `` /* 279-byte string literal not displayed */
View Source
const CRDYAML = `` /* 652-byte string literal not displayed */
Example CRD YAML from: https://github.com/martin-helmich/kubernetes-crd-example/tree/master/kubernetes
View Source
const DoggosDeploymentYaml = `` /* 521-byte string literal not displayed */
View Source
const DoggosServiceYaml = `` /* 240-byte string literal not displayed */
View Source
const HelmGeneratedRedisYAML = `` /* 9174-byte string literal not displayed */
Generated with helm fetch stable/redis --version 5.1.3 --untar --untardir tmp && helm template tmp/redis --name test
View Source
const JobYAML = `` /* 251-byte string literal not displayed */
View Source
const LonelyPodYAML = `` /* 225-byte string literal not displayed */
We deliberately create a pod without any labels, to ensure code works without them.
View Source
const MultipleContainersYAML = `` /* 394-byte string literal not displayed */
View Source
const PostgresYAML = `` /* 1600-byte string literal not displayed */
Useful if you ever want to play around with deploying postgres
View Source
const SanchoBeta1YAML = `` /* 443-byte string literal not displayed */
View Source
const SanchoBeta2YAML = `` /* 443-byte string literal not displayed */
View Source
const SanchoExtBeta1YAML = `` /* 449-byte string literal not displayed */
View Source
const SanchoTwinYAML = `` /* 505-byte string literal not displayed */
View Source
const SanchoYAML = `` /* 485-byte string literal not displayed */
View Source
const SecretName = "mysecret"
View Source
const SecretYaml = `
apiVersion: v1
kind: Secret
metadata:
name: mysecret
type: Opaque
data:
username: YWRtaW4=
password: MWYyZDFlMmU2N2Rm
`
View Source
const SnackYAMLPostConfig = `` /* 473-byte string literal not displayed */
View Source
const SnackYaml = `` /* 364-byte string literal not displayed */
View Source
const SyncletYAML = `` /* 1214-byte string literal not displayed */
View Source
const TracerYAML = `` /* 1295-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.