hex.k8s.tailscale ​
- Source: module
- Function count: 7
hex.k8s.tailscale.sa ​
Copy Call Skeleton ​
nix
(hex.k8s.tailscale.sa {
name = "sa";
})Required Args ​
| Arg | Type | Notes |
|---|---|---|
name | unknown | - |
Optional Args ​
| Arg | Type | Default | Notes |
|---|---|---|---|
namespace | string | "default" | - |
extraConfig | attrset | { } | - |
hex.k8s.tailscale.secret ​
Copy Call Skeleton ​
nix
(hex.k8s.tailscale.secret {
name = "secret";
})Required Args ​
| Arg | Type | Notes |
|---|---|---|
name | unknown | - |
Optional Args ​
| Arg | Type | Default | Notes |
|---|---|---|---|
namespace | string | "default" | - |
extraConfig | attrset | { } | - |
hex.k8s.tailscale.role ​
Copy Call Skeleton ​
nix
(hex.k8s.tailscale.role {
name = "role";
})Required Args ​
| Arg | Type | Notes |
|---|---|---|
name | unknown | - |
Optional Args ​
| Arg | Type | Default | Notes |
|---|---|---|---|
namespace | string | "default" | - |
extraConfig | attrset | { } | - |
hex.k8s.tailscale.role-binding ​
Copy Call Skeleton ​
nix
(hex.k8s.tailscale.role-binding {
name = "role-binding";
})Required Args ​
| Arg | Type | Notes |
|---|---|---|
name | unknown | - |
Optional Args ​
| Arg | Type | Default | Notes |
|---|---|---|---|
namespace | string | "default" | - |
extraConfig | attrset | { } | - |
hex.k8s.tailscale.network-policy ​
Copy Call Skeleton ​
nix
(hex.k8s.tailscale.network-policy {
name = "network-policy";
})Required Args ​
| Arg | Type | Notes |
|---|---|---|
name | unknown | - |
Optional Args ​
| Arg | Type | Default | Notes |
|---|---|---|---|
namespace | string | "default" | - |
cidr | unknown | defaults.cidr | - |
extraConfig | attrset | { } | - |
hex.k8s.tailscale.proxy.build ​
Copy Call Skeleton ​
nix
(hex.k8s.tailscale.proxy.build {
name = "build";
})Required Args ​
| Arg | Type | Notes |
|---|---|---|
name | unknown | - |
Optional Args ​
| Arg | Type | Default | Notes |
|---|---|---|---|
namespace | string | "default" | - |
destination_ip | null | null | - |
cidr | unknown | defaults.cidr | - |
tailscale_image | string | "${tailscale_image_base}:${tailscale_image_tag}" | - |
tailscale_image_base | unknown | defaults.tailscale_image_base | - |
tailscale_image_tag | unknown | defaults.tailscale_image_tag | - |
tailscale_stateful_filtering | bool | false | - |
tailscale_firewall_mode | null | null | - |
tailscale_extra_env_attr | attrset | { } | - |
tailscale_extra_args | list | [ ] | - |
busybox_image | string | "${busybox_image_base}:${busybox_image_tag}" | - |
busybox_image_base | unknown | defaults.busybox_image_base | - |
busybox_image_tag | unknown | defaults.busybox_image_tag | - |
tags | list | [ ] | - |
default_tags | unknown | defaults.tags | - |
all_tags | unknown | tags ++ default_tags | - |
cpu | unknown | defaults.tailscale_resources.cpu | - |
memory | unknown | defaults.tailscale_resources.memory | - |
userspace | bool | false | - |
exit_node | bool | false | - |
subnet_router_cidr | null | null | - |
bind_local | bool | false | - |
hostAliases | list | [ ] | - |
hex.k8s.tailscale.cloudsql-proxy.build ​
Copy Call Skeleton ​
nix
(hex.k8s.tailscale.cloudsql-proxy.build {
name = "build";
gcp_project = "TODO";
cloudsql_instance = "TODO";
})Required Args ​
| Arg | Type | Notes |
|---|---|---|
name | unknown | - |
gcp_project | unknown | - |
cloudsql_instance | unknown | - |
Optional Args ​
| Arg | Type | Default | Notes |
|---|---|---|---|
namespace | string | "default" | - |
gcp_region | string | "us-west1" | - |
cidr | unknown | defaults.cidr | - |
tailscale_image | string | "${tailscale_image_base}:${tailscale_image_tag}" | - |
tailscale_image_base | unknown | defaults.tailscale_image_base | - |
tailscale_image_tag | unknown | defaults.tailscale_image_tag | - |
cloudsql_image | string | "${cloudsql_image_base}:${cloudsql_image_tag}" | - |
cloudsql_image_base | unknown | defaults.cloudsql_image_base | - |
cloudsql_image_tag | unknown | defaults.cloudsql_image_tag | - |
cpu | unknown | defaults.cloudsql_resources.cpu | - |
memory | unknown | defaults.cloudsql_resources.memory | - |
secret_name | string | "cloud-sql-creds" | - |
port | number | 5432 | postgres default? |
tags | list | [ ] | - |
default_tags | unknown | defaults.tags | - |
all_tags | unknown | tags ++ default_tags | - |
tailscale_cpu | unknown | defaults.tailscale_resources.cpu | - |
tailscale_memory | unknown | defaults.tailscale_resources.memory | - |
userspace | bool | false | - |
exit_node | bool | false | - |
hostAliases | list | [ ] | - |