github.com/TheSpiritXIII/controller-tools@v0.14.1/README.md (about)

     1  > NOTE: This is a fork of controller-tools with https://github.com/kubernetes-sigs/controller-tools/pull/878
     2  
     3  [![Go Reference](https://pkg.go.dev/badge/sigs.k8s.io/controller-tools.svg)](https://pkg.go.dev/sigs.k8s.io/controller-tools)
     4  [![Build Status](https://travis-ci.org/kubernetes-sigs/controller-tools.svg?branch=master)](https://travis-ci.org/kubernetes-sigs/controller-tools "Travis")
     5  [![Go Report Card](https://goreportcard.com/badge/sigs.k8s.io/controller-tools)](https://goreportcard.com/report/sigs.k8s.io/controller-tools)
     6  
     7  # Kubernetes controller-tools Project
     8  
     9  The Kubernetes controller-tools Project is a set of go libraries for building Controllers.
    10  
    11  ## Development
    12  
    13  Clone this project, and iterate on changes by running `./test.sh`.
    14  
    15  This project uses Go modules to manage its dependencies, so feel free to work from outside
    16  of your `GOPATH`. However, if you'd like to continue to work from within your `GOPATH`, please
    17  export `GO111MODULE=on`.
    18  
    19  ## Releasing and Versioning
    20  
    21  See [VERSIONING.md](VERSIONING.md).
    22  
    23  ## Community, discussion, contribution, and support
    24  
    25  Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
    26  
    27  controller-tools is a subproject of the [kubebuilder](https://sigs.k8s.io/kubebuilder) project
    28  in sig apimachinery.
    29  
    30  You can reach the maintainers of this project at:
    31  
    32  - Slack channel: [#kubebuilder](http://slack.k8s.io/#kubebuilder)
    33  - Google Group: [kubebuilder@googlegroups.com](https://groups.google.com/forum/#!forum/kubebuilder)
    34  
    35  ### Code of conduct
    36  
    37  Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).