https://github.com/googlecloudplatform/anthos-samples
Anthos code samples
https://github.com/googlecloudplatform/anthos-samples
anthos samples
Last synced: about 1 year ago
JSON representation
Anthos code samples
- Host: GitHub
- URL: https://github.com/googlecloudplatform/anthos-samples
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2020-06-24T15:22:50.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T22:58:07.000Z (about 1 year ago)
- Last Synced: 2025-04-06T10:48:02.654Z (about 1 year ago)
- Topics: anthos, samples
- Language: HCL
- Homepage: https://cloud.google.com/anthos/docs
- Size: 6.02 MB
- Stars: 102
- Watchers: 50
- Forks: 127
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Anthos Samples

This repository contains code samples for [Anthos](https://cloud.google.com/anthos/docs).
---
## Contributing
#### Contributing new samples
- Please add the sample as a root level directory in the repository.
- If the sample has _Golang code_ or _Terraform scripts_, then update the `tf-validate` and `go-unit-tests` jobs of [ci_any_pr.yaml](/.github/workflows/ci_any_pr.yaml) and [ci_main_branch.yaml](/.github/workflows/ci_main_branch.yaml) files to include the new sample under `strategy.matrix`.
- If the sample introduces new language _(or other files that require tests)_, then add new _job_ or _step_ to the exisiting CI workflows at `ci_any_pr.yaml` and `ci_main_branch.yaml`.
#### Contributing to existing samples
- Check for the section titled **'Contributing'** in the README specfic for that sample for details.
---
### Releases
Please read the [Release Guidelines](/.github/release.md) document for details on how releases are managed for this repository.