mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 10:19:29 +00:00
* fix: decoding object only if requested Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> * feat(api): limiting write permissions Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> * feat: write permissions handlers, routes, and controller Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> * docs: write permissions Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> --------- Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
98 lines
2.3 KiB
YAML
98 lines
2.3 KiB
YAML
repo_name: clastix/kamaji
|
|
repo_url: https://github.com/clastix/kamaji
|
|
|
|
site_name: Kamaji
|
|
site_url: https://kamaji.clastix.io/
|
|
docs_dir: content
|
|
site_dir: site
|
|
site_author: bsctl
|
|
site_description: >-
|
|
Kamaji is the Control Plane Manager for Kubernetes
|
|
|
|
copyright: Copyright © 2020 - 2025 Clastix Labs
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.indexes
|
|
- navigation.instant
|
|
- navigation.sections
|
|
- navigation.path
|
|
- navigation.footer
|
|
- content.code.copy
|
|
include_sidebar: true
|
|
palette:
|
|
- scheme: default
|
|
primary: white
|
|
media: "(prefers-color-scheme: light)"
|
|
toggle:
|
|
icon: material/lightbulb
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
primary: white
|
|
media: "(prefers-color-scheme: dark)"
|
|
toggle:
|
|
icon: material/lightbulb-outline
|
|
name: Switch to light mode
|
|
favicon: images/favicon.png
|
|
logo: images/logo.png
|
|
custom_dir: overrides
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- attr_list
|
|
- def_list
|
|
- md_in_html
|
|
|
|
# Generate navigation bar
|
|
nav:
|
|
- 'Kamaji': index.md
|
|
- 'Getting started':
|
|
- getting-started/index.md
|
|
- getting-started/kamaji-kind.md
|
|
- getting-started/kamaji-generic.md
|
|
- getting-started/kamaji-aws.md
|
|
- getting-started/kamaji-azure.md
|
|
- 'Concepts':
|
|
- concepts/index.md
|
|
- concepts/tenant-control-plane.md
|
|
- concepts/datastore.md
|
|
- concepts/tenant-worker-nodes.md
|
|
- concepts/konnectivity.md
|
|
- 'Cluster API':
|
|
- cluster-api/index.md
|
|
- cluster-api/control-plane-provider.md
|
|
- cluster-api/vsphere-infra-provider.md
|
|
- cluster-api/proxmox-infra-provider.md
|
|
- cluster-api/other-providers.md
|
|
- cluster-api/cluster-autoscaler.md
|
|
- cluster-api/cluster-class.md
|
|
- 'Guides':
|
|
- guides/index.md
|
|
- guides/alternative-datastore.md
|
|
- guides/backup-and-restore.md
|
|
- guides/certs-lifecycle.md
|
|
- guides/pausing.md
|
|
- guides/write-permissions.md
|
|
- guides/datastore-migration.md
|
|
- guides/gitops.md
|
|
- guides/console.md
|
|
- guides/kubeconfig-generator.md
|
|
- guides/upgrade.md
|
|
- guides/monitoring.md
|
|
- guides/terraform.md
|
|
- guides/contribute.md
|
|
- 'Reference':
|
|
- reference/index.md
|
|
- reference/benchmark.md
|
|
- reference/configuration.md
|
|
- reference/conformance.md
|
|
- reference/versioning.md
|
|
- reference/api.md
|
|
- 'Telemetry': telemetry.md
|
|
- 'Addons':
|
|
- enterprise-addons/index.md
|
|
- enterprise-addons/ingress.md
|
|
|