cdk8s
Version:
This is the core library of Cloud Development Kit (CDK) for Kubernetes (cdk8s). cdk8s apps synthesize into standard Kubernetes manifests which can be applied to any Kubernetes cluster.
10 lines (5 loc) • 307 B
Markdown
# Git Hooks
This directory contains git hooks that the core team uses for various tasks.
- Commit signoff for automatic compliance of the [DCO](../CONTRIBUTING.md#developer-certificate-of-origin-dco).
## Setup
To setup these git hooks, run `./git-hooks/setup.sh` from the root directory of the project.