Skip to content

TylerGillson/vcluster-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This project holds the official vcluster SDK, which can be used to develop plugins for vcluster. Plugins are a feature to extend the capabilities of vcluster. They allow you to add custom functionality, such as:

  1. Syncing specific resources from or to the virtual clusters including cluster scoped resources like cluster roles.
  2. Syncing custom resources from or to the virtual cluster.
  3. Deploying resources on virtual cluster startup, such as CRDs, applications etc.
  4. Manage resources and applications inside the host or virtual cluster.
  5. Enforcing certain restrictions on synced resources or extending the existing syncers of vcluster.
  6. Any other operator use case that could benefit from having access to the virtual cluster as well the host cluster at the same time.

To learn more about plugins, please take a look at the vcluster documentation or our plugin examples.

About

Provides a toolset to create custom vcluster syncers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%