GithubHelp home page GithubHelp logo

doytsujin / sig-storage-lib-external-provisioner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kubernetes-sigs/sig-storage-lib-external-provisioner

0.0 1.0 0.0 420 KB

License: Apache License 2.0

Makefile 0.52% Go 88.78% Python 4.29% Shell 6.22% Starlark 0.20%

sig-storage-lib-external-provisioner's Introduction

sig-storage-lib-external-provisioner

A library for writing external provisioners. Projects using this library include:

Packages

controller

Contains the Provisioner interface and ProvisionController, a custom Kubernetes controller that watches PersistentVolumes and PersistentVolumeClaims. Implement the Provisioner interface, pass the implementation to a ProvisionController, and Run the controller, which then takes care of calling the Provisioner's Provision or Delete as needed.

Optional Packages

util

Contains an assortment of useful functions, e.g. any used by in-tree plugins that aren't otherwise easily importable.

gidallocator and allocator

gidallocator is used to allocate a GID from a range specified by StorageClass parameters gidMin & gidMax. allocator is the underlying implementation and can be used to write other allocators. An example use-case for gidallocator is an NFS-based provisioner that chowns each export to a unique GID. See Volume Security for more context. Adapted from the in-tree glusterfs plugin.

mount

Is used to read the mount table. Copied from moby.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

sig-storage-lib-external-provisioner's People

Contributors

k8s-ci-robot avatar wongma7 avatar pohly avatar jsafrane avatar humblec avatar jayunit100 avatar dims avatar davidz627 avatar u2takey avatar jiawei0227 avatar spiffxp avatar ddebroy avatar evalle avatar gnufied avatar jian-he avatar pmorie avatar rmb938 avatar tamalsaha avatar cofyc avatar loverhythm1990 avatar raunakshah avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.