github.com/Diggs/controller-tools@v0.4.2/README.md (about)

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