All Projects → kubernetes → kube-scheduler

kubernetes / kube-scheduler

Licence: Apache-2.0 License
kube-scheduler component configs

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to kube-scheduler

cloud-provider
cloud-provider defines the shared interfaces which Kubernetes cloud providers implement. These interfaces allow various controllers to integrate with any cloud provider in a pluggable fashion. Also serves as an issue tracker for SIG Cloud Provider.
Stars: ✭ 152 (+49.02%)
Mutual labels:  k8s-staging
kube-controller-manager
kube-controller-manager component configs
Stars: ✭ 64 (-37.25%)
Mutual labels:  k8s-staging
legacy-cloud-providers
This repository hosts the legacy in-tree cloud providers. Out-of-tree cloud providers can consume packages in this repo to support legacy implementations of their Kubernetes cloud provider.
Stars: ✭ 43 (-57.84%)
Mutual labels:  k8s-staging
cluster-bootstrap
No description or website provided.
Stars: ✭ 26 (-74.51%)
Mutual labels:  k8s-staging
controller-manager
This repo is intended to contain common public library code for kube-controller-manager, cloud-controller-manager as well as any other controller managers which people build.
Stars: ✭ 44 (-56.86%)
Mutual labels:  k8s-staging
Sample Controller
Repository for sample controller. Complements sample-apiserver
Stars: ✭ 1,966 (+1827.45%)
Mutual labels:  k8s-staging
Client Go
Go client for Kubernetes.
Stars: ✭ 5,476 (+5268.63%)
Mutual labels:  k8s-staging
csi-api
CSIDriver CRD object
Stars: ✭ 23 (-77.45%)
Mutual labels:  k8s-staging

kube-scheduler

Implements KEP 115 - Moving ComponentConfig API types to staging repos

This repo provides external, versioned ComponentConfig API types for configuring the kube-scheduler. These external types can easily be vendored and used by any third-party tool writing Kubernetes ComponentConfig objects.

Compatibility

HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and k8s.io/client-go.

Where does it come from?

This repo is synced from https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/kube-scheduler. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here by a bot.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].