Categorygithub.com/Khighness/highness-network-controller
modulepackage
0.0.0-20220511103824-6301fe18c950
Repository: https://github.com/khighness/highness-network-controller.git
Documentation: pkg.go.dev

# README

highness-network-controller

A custom Kubernetes controller for Network

Running

$ go mod tidy
$ go build -o highness-network-controller .
$ ./highness-network-controller -kubeconfig=$HOME/.kube/config -alsologtostderr=true

Usage

You should create the CRD of Network first:

$ kubectl apply -f crd/network.yaml

You can then trigger an event by creating a Network API instance:

$ kubectl apply -f example/example-network.yaml

CURD the Network API instance, and check the logs of controller.

# Packages

No description provided by the author

# Functions

NewController returns a new network controller.

# Constants

No description provided by the author
No description provided by the author

# Structs

Controller is the controller implementation for network resources.