Shabirmean / anthos-samples

Anthos code samples

Home Page:https://cloud.google.com/anthos/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anthos Samples

Continuous Integration

This repository contains code samples for Anthos.


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 and 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 document for details on how releases are managed for this repository.

About

Anthos code samples

https://cloud.google.com/anthos/docs

License:Apache License 2.0


Languages

Language:HCL 39.0%Language:Go 31.3%Language:Shell 20.8%Language:Jinja 3.6%Language:Python 2.5%Language:Smarty 1.3%Language:Makefile 0.8%Language:Ruby 0.4%Language:Dockerfile 0.3%