Categorygithub.com/kanopy-platform/gateway-certificate-controller

# README

Gateway Certificate Controller

A controller to automate the creation of cert-manager Certificates for istio Gateway resources.

Directory and File Layout

DirectoryDescription
examples/k8sExample manifests which can be used in the development of the controller
internal/cliDefines the command line interface and flags
internal/controllersVersioned controller logic
internal/controllers/v1beta1V1beta1 version of the Gateway and Certificate garbage collection controllers
internal/loginternal log configuration and helpers
internal/versionVersion and build info set via ldflags
pkg/v1beta1Versioned packages for the controllers
pkg/v1beta1/labelsDefines labels used in kubernetes resource selectors
pkg/v1beta1/versionVersion formatting and helpers

Documentation

Development

Run skaffold dev to continously deploy into minikube / local k8s environment for testing. (skaffold)

# Packages

No description provided by the author