Skip to content

In this repository I create a kubernetes controller that interacts with the VSphere API.

Notifications You must be signed in to change notification settings

edubois10/hello-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-controller

In this repository I create a kubernetes controller that interacts with the VSphere API.

Create the operator sdk controller

## Creating the controller skeleton
operator-sdk init --domain hello-controller.com --repo github.com/edubois10/hello-controller
operator-sdk create api --group hello-controller --version v1alpha1 --resource=false --controller=true --kind Controller

About

In this repository I create a kubernetes controller that interacts with the VSphere API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published