Skip to content

OpenIxia/Cloudlens-k8s-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudlens Webhook

Author: Michael Wan

Overview

A Golang Kubernetes admissions control webhook server

Dependencies

This project requires the following Golang dependencies:

  • Yaml (github.com/ghodss/yaml)
  • Glog (github.com/golang/glog)
  • k8s.io/api/admission/v1beta1
  • k8s.io/api/admissionregistration/v1beta1
  • k8s.io/api/core/v1
  • k8s.io/apimachinery/pkg/apis/meta/v1
  • k8s.io/apimachinery/pkg/runtime
  • k8s.io/apimachinery/pkg/runtime/serializer
  • k8s.io/kubernetes/pkg/apis/core/v1

Building Image

  1. Replace [YOUR_DOCKER_HUB_ID] with your Docker account inside the build script
  2. Running the build script will push the image to Docker under the repo sidecar-injector in your account.

The webhook image has already been built and is currently hosted at michawan/sidecar-injector on the Docker hub

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published