Categorygithub.com/booxter/network-attachment-definition-client
module
0.0.0-20181121221720-d76adb95b0b7
Repository: https://github.com/booxter/network-attachment-definition-client.git
Documentation: pkg.go.dev

# README

NetworkAttachmentDefinition CRD Client

Based on https://github.com/openshift-evangelists/crd-code-generation

Note: You have to clone/import this repository with all lower-case letters:

github.com/k8snetworkplumbingwg/network-attachment-definition-client

Getting Started

First register the custom resource definition:

kubectl apply -f artifacts/network-crd.yaml

Then add an example of the NetworkAttachmentDefinition kind:

kubectl apply -f artifacts/my-network.yaml

Finally build and run the example:

go build
./example -kubeconfig ~/.kube/config

# Packages

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