Categorygithub.com/giantswarm/template-operator
modulepackage
0.0.0-20230202144938-7216b03f2c0b
Repository: https://github.com/giantswarm/template-operator.git
Documentation: pkg.go.dev

# README

CircleCI Docker Repository on Quay

REPOSITORY_NAME

This is a template repository containing files for a giantswarm operator repository.

To use it just hit Use this template button or this link.

  1. Rundevctl replace -i "REPOSITORY_NAME" "$(basename $(git rev-parse --show-toplevel))" --ignore '.git/**' '**'.
  2. Run devctl replace -i "template-operator" "$(basename $(git rev-parse --show-toplevel))" --ignore '.git/**' '**'.
  3. Go to https://github.com/giantswarm/REPOSITORY_NAME/settings and make sure Allow merge commits box is unchecked and Automatically delete head branches box is checked.
  4. Go to https://github.com/giantswarm/REPOSITORY_NAME/settings/access and add giantswarm/bots with Write access and giantswarm/employees with Admin access.
  5. Add this repository to https://github.com/giantswarm/github.
  6. Create quay.io docker repository if needed.
  7. Add the project to the CircleCI: https://circleci.com/setup-project/gh/giantswarm/REPOSITORY_NAME
  8. Change the badge (with style=shield): https://circleci.com/gh/giantswarm/REPOSITORY_NAME.svg?style=shield&circle-token=TOKEN_FOR_PRIVATE_REPO If this is a private repository token with scope status will be needed.

# Packages

No description provided by the author
No description provided by the author
Package server provides a server implementation to connect network transport protocols and service business logic by defining server endpoints.
Package service implements business logic to create Kubernetes resources against the Kubernetes API.