Collection of Intel device plugins for Kubernetes
Go to file
Ed Bartosh 6a3953fc85 reformatted *.go with gofmt -s -w
This is done to fix https://goreportcard.com warnnigs:

gofmt 33%
Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command

intel-device-plugins-for-kubernetes/cmd/fpga_plugin/fpga_plugin_test.go
Line 1: warning: file is not gofmted with -s (gofmt)

intel-device-plugins-for-kubernetes/internal/deviceplugin/deviceplugin_test.go
Line 1: warning: file is not gofmted with -s (gofmt)

intel-device-plugins-for-kubernetes/cmd/gpu_plugin/gpu_plugin_test.go
Line 1: warning: file is not gofmted with -s (gofmt)

intel-device-plugins-for-kubernetes/cmd/fpga_plugin/fpga_plugin.go
Line 1: warning: file is not gofmted with -s (gofmt)
2018-05-28 16:59:19 +03:00
build/boilerplate Initial public code release 2018-05-18 18:30:54 +03:00
cmd reformatted *.go with gofmt -s -w 2018-05-28 16:59:19 +03:00
demo Initial public code release 2018-05-18 18:30:54 +03:00
internal/deviceplugin reformatted *.go with gofmt -s -w 2018-05-28 16:59:19 +03:00
vendor Initial public code release 2018-05-18 18:30:54 +03:00
.gitignore Initial public code release 2018-05-18 18:30:54 +03:00
.intel-logo.png Reworked README.md 2018-05-25 10:31:53 +03:00
.travis.yml Add Travis CI config 2018-05-28 13:54:24 +03:00
fpga.Dockerfile Initial public code release 2018-05-18 18:30:54 +03:00
Gopkg.lock Initial public code release 2018-05-18 18:30:54 +03:00
Gopkg.toml Initial public code release 2018-05-18 18:30:54 +03:00
gpu.Dockerfile Initial public code release 2018-05-18 18:30:54 +03:00
LICENSE Initial public code release 2018-05-18 18:30:54 +03:00
Makefile Initial public code release 2018-05-18 18:30:54 +03:00
README.md Add Travis CI config 2018-05-28 13:54:24 +03:00

Build Status

Intel Device Plugins for Kubernetes

Table of Contents

About

This repository contains set of Intel Device Plugins that enable usage of Intel hardware in Kubernetes cluster.

These are prerequisites for building and running Intel Device Plugins:

Supported Kubernetes versions

Branch Kubernetes branch/version
master Kubernetes 1.10 branch v1.10.x
master Kubernetes master branch