plugin/cmd | |
plugin/cmd/kube-scheduler | |
plugin/cmd/kube-scheduler/app | Package app implements a Server object for running the scheduler. |
plugin/pkg | |
plugin/pkg/admission | |
plugin/pkg/admission/admit | |
plugin/pkg/admission/deny | |
plugin/pkg/admission/exec | |
plugin/pkg/admission/exec/denyprivileged | |
plugin/pkg/admission/limitranger | |
plugin/pkg/admission/namespace | |
plugin/pkg/admission/namespace/autoprovision | |
plugin/pkg/admission/namespace/exists | |
plugin/pkg/admission/namespace/lifecycle | |
plugin/pkg/admission/resourcequota | resourcequota enforces all incoming requests against any applied quota in the namespace context of the request |
plugin/pkg/admission/securitycontext | |
plugin/pkg/admission/securitycontext/scdeny | |
plugin/pkg/admission/serviceaccount | serviceaccount enforces all pods having an associated serviceaccount, and all containers mounting the API token for that serviceaccount at a known location |
plugin/pkg/auth | Package auth contains implementations for interfaces in the pkg/auth package |
plugin/pkg/auth/authenticator | Package authenticator contains implementations for pkg/auth/authenticator interfaces |
plugin/pkg/auth/authenticator/password | Package password contains authenticator.Password implementations |
plugin/pkg/auth/authenticator/password/allow | |
plugin/pkg/auth/authenticator/password/passwordfile | |
plugin/pkg/auth/authenticator/request | |
plugin/pkg/auth/authenticator/request/basicauth | |
plugin/pkg/auth/authenticator/request/union | |
plugin/pkg/auth/authenticator/request/x509 | Package x509 provides a request authenticator that validates and extracts user information from client certificates |
plugin/pkg/auth/authenticator/token | |
plugin/pkg/auth/authenticator/token/tokenfile | |
plugin/pkg/auth/authenticator/token/tokentest | |
plugin/pkg/scheduler | |
plugin/pkg/scheduler/algorithm | Package scheduler contains a generic Scheduler interface and several implementations. |
plugin/pkg/scheduler/algorithm/predicates | |
plugin/pkg/scheduler/algorithm/priorities | |
plugin/pkg/scheduler/algorithmprovider | This package is used to register algorithm provider plugins. |
plugin/pkg/scheduler/algorithmprovider/defaults | This is the default algorithm provider for the scheduler. |
plugin/pkg/scheduler/api | |
plugin/pkg/scheduler/api/latest | |
plugin/pkg/scheduler/api/v1 | |
plugin/pkg/scheduler/api/validation | |
plugin/pkg/scheduler/factory | Package factory can set up a scheduler. |
plugin/pkg/scheduler/metrics | |