kubernetes – k8s.io/kubernetes Directories

kubernetes/ directory

Directories

PathSynopsis
cluster
cluster/gce
cluster/gce/gci
cluster/gce/gci/mounter
cluster/images
cluster/images/conformance
cluster/images/conformance/go-runner
cluster/images/etcd
cluster/images/etcd/migrate
cluster/images/etcd-version-monitor
cmd
cmd/clicheck
cmd/cloud-controller-manager
cmd/cloud-controller-manager/appPackage app implements a server that runs a set of active components.
cmd/cloud-controller-manager/app/apis
cmd/cloud-controller-manager/app/apis/config
cmd/cloud-controller-manager/app/apis/config/scheme
cmd/cloud-controller-manager/app/apis/config/v1alpha1
cmd/cloud-controller-manager/app/config
cmd/cloud-controller-manager/app/options
cmd/cloud-controller-manager/app/testing
cmd/controller-manager
cmd/controller-manager/app
cmd/controller-manager/app/options
cmd/gendocs
cmd/genkubedocs
cmd/genman
cmd/genswaggertypedocs
cmd/genutils
cmd/genyaml
cmd/importverifier
cmd/kubeadm
cmd/kubeadm/app
cmd/kubeadm/app/apis
cmd/kubeadm/app/apis/kubeadmPackage kubeadm holds the internal kubeadm API types Note: This file should be kept in sync with the similar one for the external API TODO: The BootstrapTokenString object should move out to either k8s.io/client-go or k8s.io/api in the future (probably as part of Bootstrap Tokens going GA).
cmd/kubeadm/app/apis/kubeadm/fuzzer
cmd/kubeadm/app/apis/kubeadm/scheme
cmd/kubeadm/app/apis/kubeadm/v1beta1Package v1beta1 has been deprecated by v1beta2 Package v1beta1 defines the v1beta1 version of the kubeadm configuration file format.
cmd/kubeadm/app/apis/kubeadm/v1beta2Package v1beta2 defines the v1beta2 version of the kubeadm configuration file format.
cmd/kubeadm/app/apis/kubeadm/validation
cmd/kubeadm/app/apis/outputPackage output implements the kubeadm structured output The purpose of the kubeadm structured output is to have a well defined versioned output format that other software that uses kubeadm for cluster deployments can use and rely on.
cmd/kubeadm/app/apis/output/fuzzer
cmd/kubeadm/app/apis/output/scheme
cmd/kubeadm/app/apis/output/v1alpha1Package v1alpha1 defines the v1alpha1 version of the kubeadm data structures related to structured output The purpose of the kubeadm structured output is to have a well defined versioned output format that other software that uses kubeadm for cluster deployments can use and rely on.
cmd/kubeadm/app/cmd
cmd/kubeadm/app/cmd/alpha
cmd/kubeadm/app/cmd/optionsPackage options provide a central point for defining flags for kubeadm cobra commands, no matter if hard coded commands or autogenerated command for phases.
cmd/kubeadm/app/cmd/phases
cmd/kubeadm/app/cmd/phases/init
cmd/kubeadm/app/cmd/phases/join
cmd/kubeadm/app/cmd/phases/reset
cmd/kubeadm/app/cmd/phases/upgrade
cmd/kubeadm/app/cmd/phases/upgrade/node
cmd/kubeadm/app/cmd/phases/workflowPackage workflow implements a workflow manager to be used for implementing composable kubeadm workflows.
cmd/kubeadm/app/cmd/upgrade
cmd/kubeadm/app/cmd/util
cmd/kubeadm/app/componentconfigs
cmd/kubeadm/app/constants
cmd/kubeadm/app/discovery
cmd/kubeadm/app/discovery/file
cmd/kubeadm/app/discovery/https
cmd/kubeadm/app/discovery/token
cmd/kubeadm/app/features
cmd/kubeadm/app/images
cmd/kubeadm/app/phases
cmd/kubeadm/app/phases/addons
cmd/kubeadm/app/phases/addons/dns
cmd/kubeadm/app/phases/addons/proxy
cmd/kubeadm/app/phases/bootstraptoken
cmd/kubeadm/app/phases/bootstraptoken/clusterinfo
cmd/kubeadm/app/phases/bootstraptoken/node
cmd/kubeadm/app/phases/certs
cmd/kubeadm/app/phases/certs/renewal
cmd/kubeadm/app/phases/controlplane
cmd/kubeadm/app/phases/copycerts
cmd/kubeadm/app/phases/etcd
cmd/kubeadm/app/phases/kubeconfig
cmd/kubeadm/app/phases/kubelet
cmd/kubeadm/app/phases/markcontrolplane
cmd/kubeadm/app/phases/patchnode
cmd/kubeadm/app/phases/selfhosting
cmd/kubeadm/app/phases/upgrade
cmd/kubeadm/app/phases/uploadconfig
cmd/kubeadm/app/preflight
cmd/kubeadm/app/util
cmd/kubeadm/app/util/apiclient
cmd/kubeadm/app/util/audit
cmd/kubeadm/app/util/certs
cmd/kubeadm/app/util/config
cmd/kubeadm/app/util/config/strict
cmd/kubeadm/app/util/crypto
cmd/kubeadm/app/util/dryrun
cmd/kubeadm/app/util/etcd
cmd/kubeadm/app/util/initsystem
cmd/kubeadm/app/util/kubeconfig
cmd/kubeadm/app/util/kustomizePackage kustomize contains helpers for working with embedded kustomize commands
cmd/kubeadm/app/util/output
cmd/kubeadm/app/util/pkiutil
cmd/kubeadm/app/util/pubkeypinPackage pubkeypin provides primitives for x509 public key pinning in the style of RFC7469.
cmd/kubeadm/app/util/runtime
cmd/kubeadm/app/util/staticpod
cmd/kubeadm/test
cmd/kubeadm/test/cmd
cmd/kubeadm/test/kubeconfig
cmd/kube-apiserverapiserver is the main api server and master for the cluster.
cmd/kube-apiserver/appPackage app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure.
cmd/kube-apiserver/app/optionsPackage options contains flags and options for initializing an apiserver
cmd/kube-apiserver/app/testing
cmd/kube-controller-managerThe controller manager is responsible for monitoring replication controllers, and creating corresponding pods to achieve the desired state.
cmd/kube-controller-manager/appPackage app implements a server that runs a set of active components.
cmd/kube-controller-manager/app/config
cmd/kube-controller-manager/app/optionsPackage options provides the flags used for the controller manager.
cmd/kube-controller-manager/app/testing
cmd/kubectl
cmd/kubeletThe kubelet binary is responsible for maintaining a set of containers on a particular host VM.
cmd/kubelet/appPackage app makes it easy to create a kubelet server for various contexts.
cmd/kubelet/app/optionsPackage options contains all of the primary arguments for a kubelet.
cmd/kubemark
cmd/kube-proxy
cmd/kube-proxy/appPackage app does all of the work necessary to configure and run a Kubernetes app process.
cmd/kube-scheduler
cmd/kube-scheduler/appPackage app implements a Server object for running the scheduler.
cmd/kube-scheduler/app/config
cmd/kube-scheduler/app/options
cmd/kube-scheduler/app/testing
cmd/linkcheck
cmd/preferredimportsverify that all the imports have our preferred alias(es).
cmd/verifydependenciesverify that dependencies are up-to-date across different files
hack
hack/boilerplate
hack/boilerplate/test
hack/conformanceThis tool is for checking conformance e2e tests follow the requirements which is https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md#conformance-test-requirements
hack/make-rules
hack/make-rules/helpers
hack/make-rules/helpers/go2make
pkg
pkg/api
pkg/api/endpoints
pkg/api/legacyscheme
pkg/api/persistentvolume
pkg/api/persistentvolumeclaim
pkg/api/pod
pkg/api/podsecuritypolicy
pkg/apis
pkg/apis/abac
pkg/apis/abac/fuzzer
pkg/apis/abac/latest
pkg/apis/abac/v0
pkg/apis/abac/v1beta1
pkg/apis/admission
pkg/apis/admission/fuzzer
pkg/apis/admission/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/admissionregistrationPackage admissionregistration is the internal version of the API.
pkg/apis/admissionregistration/fuzzer
pkg/apis/admissionregistration/install
pkg/apis/admissionregistration/v1Package v1 is the v1 version of the API.
pkg/apis/admissionregistration/v1beta1Package v1beta1 is the v1beta1 version of the API.
pkg/apis/admissionregistration/validation
pkg/apis/admission/v1
pkg/apis/admission/v1beta1
pkg/apis/apps
pkg/apis/apps/fuzzer
pkg/apis/apps/installPackage install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/apps/v1
pkg/apis/apps/v1beta1
pkg/apis/apps/v1beta2
pkg/apis/apps/validation
pkg/apis/auditregistration
pkg/apis/auditregistration/fuzzer
pkg/apis/auditregistration/installPackage install adds the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/auditregistration/v1alpha1
pkg/apis/auditregistration/validation
pkg/apis/authentication
pkg/apis/authentication/fuzzer
pkg/apis/authentication/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/authentication/v1
pkg/apis/authentication/v1beta1
pkg/apis/authentication/validationPackage validation contains methods to validate kinds in the authentication.k8s.io API group.
pkg/apis/authorization
pkg/apis/authorization/fuzzer
pkg/apis/authorization/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/authorization/v1
pkg/apis/authorization/v1beta1
pkg/apis/authorization/validation
pkg/apis/autoscaling
pkg/apis/autoscaling/fuzzer
pkg/apis/autoscaling/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/autoscaling/v1
pkg/apis/autoscaling/v2beta1
pkg/apis/autoscaling/v2beta2
pkg/apis/autoscaling/validation
pkg/apis/batch
pkg/apis/batch/fuzzer
pkg/apis/batch/installPackage install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/batch/v1
pkg/apis/batch/v1beta1
pkg/apis/batch/v2alpha1
pkg/apis/batch/validation
pkg/apis/certificates
pkg/apis/certificates/fuzzer
pkg/apis/certificates/installPackage install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/certificates/v1beta1
pkg/apis/certificates/validation
pkg/apis/coordination
pkg/apis/coordination/installPackage install installs the coordination API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/coordination/v1
pkg/apis/coordination/v1beta1
pkg/apis/coordination/validation
pkg/apis/corePackage core contains the latest (or "internal") version of the Kubernetes API objects.
pkg/apis/core/fuzzer
pkg/apis/core/helper
pkg/apis/core/helper/qosNOTE: DO NOT use those helper functions through client-go, the package path will be changed in the future.
pkg/apis/core/installPackage install installs the v1 monolithic api, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/core/pods
pkg/apis/core/v1Package v1 is the v1 version of the API.
pkg/apis/core/v1/helper
pkg/apis/core/v1/helper/qos
pkg/apis/core/v1/validation
pkg/apis/core/validationPackage validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid.
pkg/apis/discovery
pkg/apis/discovery/fuzzer
pkg/apis/discovery/installPackage install installs the discovery API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/discovery/v1alpha1
pkg/apis/discovery/v1beta1
pkg/apis/discovery/validation
pkg/api/service
pkg/apis/events
pkg/apis/events/installPackage install installs the events API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/events/v1beta1
pkg/apis/extensions
pkg/apis/extensions/fuzzer
pkg/apis/extensions/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/extensions/v1beta1
pkg/apis/flowcontrolPackage flowcontrol provides api definitions for the "flowcontrol.apiserver.k8s.io" api group.
pkg/apis/flowcontrol/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/flowcontrol/util
pkg/apis/flowcontrol/v1alpha1
pkg/apis/flowcontrol/validation
pkg/apis/imagepolicy
pkg/apis/imagepolicy/fuzzer
pkg/apis/imagepolicy/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/imagepolicy/v1alpha1
pkg/apis/networking
pkg/apis/networking/fuzzer
pkg/apis/networking/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/networking/v1
pkg/apis/networking/v1beta1
pkg/apis/networking/validation
pkg/apis/node
pkg/apis/node/installPackage install adds the node API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/node/v1alpha1
pkg/apis/node/v1beta1
pkg/apis/node/validation
pkg/apis/policy
pkg/apis/policy/fuzzer
pkg/apis/policy/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/policy/v1beta1Package policy is for any kind of policy object.
pkg/apis/policy/validation
pkg/apis/rbac
pkg/apis/rbac/fuzzer
pkg/apis/rbac/installPackage install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/rbac/v1
pkg/apis/rbac/v1alpha1
pkg/apis/rbac/v1beta1
pkg/apis/rbac/validation
pkg/apis/scheduling
pkg/apis/scheduling/fuzzer
pkg/apis/scheduling/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/scheduling/util
pkg/apis/scheduling/v1
pkg/apis/scheduling/v1alpha1
pkg/apis/scheduling/v1beta1
pkg/apis/scheduling/validation
pkg/apis/settings
pkg/apis/settings/fuzzer
pkg/apis/settings/installPackage install installs the settings API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/settings/v1alpha1
pkg/apis/settings/validation
pkg/apis/storage
pkg/apis/storage/fuzzer
pkg/apis/storage/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/storage/util
pkg/apis/storage/v1
pkg/apis/storage/v1alpha1
pkg/apis/storage/v1beta1
pkg/apis/storage/v1beta1/util
pkg/apis/storage/v1/util
pkg/apis/storage/validation
pkg/api/testapiPackage testapi provides a helper for retrieving the KUBE_TEST_API environment variable.
pkg/api/testingPackage testing contains - all generic API tests which depend on Kubernetes API types - all cross-Kubernetes-API tests.
pkg/api/testing/compat
pkg/api/v1
pkg/api/v1/endpoints
pkg/api/v1/persistentvolume
pkg/api/v1/pod
pkg/api/v1/resource
pkg/api/v1/service
pkg/auth
pkg/auth/authorizer
pkg/auth/authorizer/abacPackage abac authorizes Kubernetes API actions using an Attribute-based access control scheme.
pkg/auth/nodeidentifier
pkg/capabilitiesPackage capabilities manages system level capabilities
pkg/client
pkg/client/conditions
pkg/client/leaderelectionconfig
pkg/client/testsPackage tests runs tests against the client which require an internal client
pkg/cloudproviderPackage cloudprovider supplies interfaces and implementations for cloud service providers.
pkg/cloudprovider/providers
pkg/controllerPackage controller contains code for controllers (like the replication controller).
pkg/controller/apis
pkg/controller/apis/config
pkg/controller/apis/config/fuzzer
pkg/controller/apis/config/scheme
pkg/controller/apis/config/v1alpha1
pkg/controller/bootstrapPackage bootstrap provides automatic processes necessary for bootstraping.
pkg/controller/certificatesPackage certificates implements an abstract controller that is useful for building controllers that manage CSRs
pkg/controller/certificates/approverPackage approver implements an automated approver for kubelet certificates.
pkg/controller/certificates/authority
pkg/controller/certificates/cleanerPackage cleaner implements an automated cleaner that does garbage collection on CSRs that meet specific criteria.
pkg/controller/certificates/rootcacertpublisher
pkg/controller/certificates/signerPackage signer implements a CA signer that uses keys stored on local disk.
pkg/controller/certificates/signer/config
pkg/controller/certificates/signer/config/v1alpha1
pkg/controller/cloud
pkg/controller/clusterroleaggregation
pkg/controller/cronjobPackage cronjob contains the controller for CronJob objects.
pkg/controller/daemonPackage daemon contains logic for watching and synchronizing daemons.
pkg/controller/daemon/config
pkg/controller/daemon/config/v1alpha1
pkg/controller/daemon/util
pkg/controller/deploymentPackage deployment contains all the logic for handling Kubernetes Deployments.
pkg/controller/deployment/config
pkg/controller/deployment/config/v1alpha1
pkg/controller/deployment/util
pkg/controller/disruption
pkg/controller/endpointPackage endpoint provides EndpointController implementation to manage and sync service endpoints.
pkg/controller/endpoint/config
pkg/controller/endpoint/config/v1alpha1
pkg/controller/endpointslice
pkg/controller/endpointslice/config
pkg/controller/endpointslice/config/v1alpha1
pkg/controller/endpointslice/metrics
pkg/controller/garbagecollector
pkg/controller/garbagecollector/config
pkg/controller/garbagecollector/config/v1alpha1
pkg/controller/garbagecollector/metaonly
pkg/controller/history
pkg/controller/jobPackage job contains logic for watching and synchronizing jobs.
pkg/controller/job/config
pkg/controller/job/config/v1alpha1
pkg/controller/namespacePackage namespace contains a controller that handles namespace lifecycle
pkg/controller/namespace/config
pkg/controller/namespace/config/v1alpha1
pkg/controller/namespace/deletion
pkg/controller/nodeipamPackage nodeipam contains code for syncing cloud instances with node registry
pkg/controller/nodeipam/config
pkg/controller/nodeipam/config/v1alpha1
pkg/controller/nodeipam/ipamPackage ipam provides different allocators for assigning IP ranges to nodes.
pkg/controller/nodeipam/ipam/cidrset
pkg/controller/nodeipam/ipam/sync
pkg/controller/nodeipam/ipam/test
pkg/controller/nodelifecycle
pkg/controller/nodelifecycle/config
pkg/controller/nodelifecycle/config/v1alpha1
pkg/controller/nodelifecycle/scheduler
pkg/controller/podautoscalerPackage podautoscaler contains logic for autoscaling number of pods based on metrics observed.
pkg/controller/podautoscaler/config
pkg/controller/podautoscaler/config/v1alpha1
pkg/controller/podautoscaler/metrics
pkg/controller/podgcPackage podgc contains a very simple pod "garbage collector" implementation, PodGCController, that runs in the controller manager.
pkg/controller/podgc/config
pkg/controller/podgc/config/v1alpha1
pkg/controller/replicasetPackage replicaset contains logic for watching and synchronizing ReplicaSets.
pkg/controller/replicaset/config
pkg/controller/replicaset/config/v1alpha1
pkg/controller/replicationPackage replication contains logic for watching and synchronizing replication controllers.
pkg/controller/replication/config
pkg/controller/replication/config/v1alpha1
pkg/controller/resourcequotaresourcequota contains a controller that makes resource quota usage observations
pkg/controller/resourcequota/config
pkg/controller/resourcequota/config/v1alpha1
pkg/controller/routePackage route contains code for syncing cloud routing rules with the list of registered nodes.
pkg/controller/servicePackage service contains code for syncing cloud load balancers with the service registry.
pkg/controller/serviceaccountPackage serviceaccount provides implementations to manage service accounts and service account tokens
pkg/controller/serviceaccount/config
pkg/controller/serviceaccount/config/v1alpha1
pkg/controller/service/config
pkg/controller/service/config/v1alpha1
pkg/controller/statefulset
pkg/controller/statefulset/config
pkg/controller/statefulset/config/v1alpha1
pkg/controller/testutil
pkg/controller/ttl
pkg/controller/ttlafterfinished
pkg/controller/ttlafterfinished/config
pkg/controller/ttlafterfinished/config/v1alpha1
pkg/controller/util
pkg/controller/util/endpoint
pkg/controller/util/node
pkg/controller/volume
pkg/controller/volume/attachdetachPackage attachdetach implements a controller to manage volume attach and detach operations.
pkg/controller/volume/attachdetach/cachePackage cache implements data structures used by the attach/detach controller to keep track of volumes, the nodes they are attached to, and the pods that reference them.
pkg/controller/volume/attachdetach/config
pkg/controller/volume/attachdetach/config/v1alpha1
pkg/controller/volume/attachdetach/metrics
pkg/controller/volume/attachdetach/populatorPackage populator implements interfaces that monitor and keep the states of the desired_state_of_word in sync with the "ground truth" from informer.
pkg/controller/volume/attachdetach/reconcilerPackage reconciler implements interfaces that attempt to reconcile the desired state of the with the actual state of the world by triggering actions.
pkg/controller/volume/attachdetach/statusupdaterPackage statusupdater implements interfaces that enable updating the status of API objects.
pkg/controller/volume/attachdetach/testing
pkg/controller/volume/attachdetach/util
pkg/controller/volume/events
pkg/controller/volume/expand
pkg/controller/volume/expand/cache
pkg/controller/volume/persistentvolume
pkg/controller/volume/persistentvolume/config
pkg/controller/volume/persistentvolume/config/v1alpha1
pkg/controller/volume/persistentvolume/metrics
pkg/controller/volume/persistentvolume/options
pkg/controller/volume/persistentvolume/testing
pkg/controller/volume/persistentvolume/util
pkg/controller/volume/protectionutil
pkg/controller/volume/pvcprotection
pkg/controller/volume/pvprotection
pkg/controller/volume/scheduling
pkg/controller/volume/scheduling/metrics
pkg/credentialproviderPackage credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme.
pkg/credentialprovider/aws
pkg/credentialprovider/azure
pkg/credentialprovider/gcpPackage gcp contains implementations of DockerConfigProvider for Google Cloud Platform.
pkg/credentialprovider/secrets
pkg/features
pkg/fieldpathPackage fieldpath supplies methods for extracting fields from objects given a path to a field.
pkg/generatedgenerated package is the destination for all generated files.
pkg/generated/openapiopenapi generated definitions.
pkg/kubeapiserverPackage kubeapiserver holds code that is common to both the kube-apiserver and the federation-apiserver, but isn't part of a generic API server.
pkg/kubeapiserver/admission
pkg/kubeapiserver/authenticator
pkg/kubeapiserver/authorizer
pkg/kubeapiserver/authorizer/modes
pkg/kubeapiserver/optionsPackage options contains flags and options for initializing kube-apiserver
pkg/kubeapiserver/server
pkg/kubectlPackage kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd.
pkg/kubectl/cmd
pkg/kubectl/cmd/auth
pkg/kubectl/cmd/convert
pkg/kubectl/cmd/cp
pkg/kubeletPackage kubelet is the package that contains the libraries that drive the Kubelet binary.
pkg/kubelet/apis
pkg/kubelet/apis/config
pkg/kubelet/apis/config/fuzzer
pkg/kubelet/apis/config/scheme
pkg/kubelet/apis/config/v1beta1
pkg/kubelet/apis/config/validation
pkg/kubelet/apis/podresources
pkg/kubelet/apis/podresources/v1alpha1Package v1alpha1 is a generated protocol buffer package.
pkg/kubelet/apis/resourcemetrics
pkg/kubelet/apis/resourcemetrics/v1alpha1
pkg/kubelet/apis/stats
pkg/kubelet/apis/stats/v1alpha1
pkg/kubelet/cadvisorPackage cadvisor provides an interface for Kubelet interactions with cAdvisor.
pkg/kubelet/cadvisor/testing
pkg/kubelet/certificate
pkg/kubelet/certificate/bootstrap
pkg/kubelet/checkpoint
pkg/kubelet/checkpointmanager
pkg/kubelet/checkpointmanager/checksum
pkg/kubelet/checkpointmanager/errors
pkg/kubelet/checkpointmanager/testing
pkg/kubelet/checkpointmanager/testing/example_checkpoint_formats
pkg/kubelet/checkpointmanager/testing/example_checkpoint_formats/v1
pkg/kubelet/client
pkg/kubelet/cloudresource
pkg/kubelet/cm
pkg/kubelet/cm/cpumanager
pkg/kubelet/cm/cpumanager/state
pkg/kubelet/cm/cpumanager/state/testing
pkg/kubelet/cm/cpumanager/topologyPackage topology contains helpers for the CPU manager.
pkg/kubelet/cm/cpuset
pkg/kubelet/cm/devicemanager
pkg/kubelet/cm/devicemanager/checkpoint
pkg/kubelet/cm/topologymanager
pkg/kubelet/cm/topologymanager/bitmask
pkg/kubelet/cm/util
pkg/kubelet/configPackage config implements the pod configuration readers.
pkg/kubelet/configmap
pkg/kubelet/container
pkg/kubelet/container/testingCode generated by mockery v1.0.0
pkg/kubelet/custommetricsPackage custommetrics contains support for instrumenting cAdvisor to gather custom metrics from pods.
pkg/kubelet/dockershimDocker integration using k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.pb.go
pkg/kubelet/dockershim/cm
pkg/kubelet/dockershim/libdocker
pkg/kubelet/dockershim/metrics
pkg/kubelet/dockershim/network
pkg/kubelet/dockershim/network/cni
pkg/kubelet/dockershim/network/cni/testingmock_cni is a mock of the `libcni.CNI` interface.
pkg/kubelet/dockershim/network/hairpin
pkg/kubelet/dockershim/network/hostport
pkg/kubelet/dockershim/network/hostport/testing
pkg/kubelet/dockershim/network/kubenet
pkg/kubelet/dockershim/network/metrics
pkg/kubelet/dockershim/network/testing
pkg/kubelet/dockershim/remote
pkg/kubelet/envvarsPackage envvars is the package that build the environment variables that kubernetes provides to the containers run by it.
pkg/kubelet/events
pkg/kubelet/evictionPackage eviction is responsible for enforcing eviction thresholds to maintain node stability.
pkg/kubelet/eviction/api
pkg/kubelet/imagesPackage images is responsible for managing lifecycle of container images.
pkg/kubelet/kubeletconfig
pkg/kubelet/kubeletconfig/checkpoint
pkg/kubelet/kubeletconfig/checkpoint/store
pkg/kubelet/kubeletconfig/configfiles
pkg/kubelet/kubeletconfig/status
pkg/kubelet/kubeletconfig/util
pkg/kubelet/kubeletconfig/util/codec
pkg/kubelet/kubeletconfig/util/equal
pkg/kubelet/kubeletconfig/util/files
pkg/kubelet/kubeletconfig/util/log
pkg/kubelet/kubeletconfig/util/panic
pkg/kubelet/kubeletconfig/util/test
pkg/kubelet/kuberuntimePackage kuberuntime contains an implementation of kubecontainer.Runtime using the interface in pkg/kubelet/v1.
pkg/kubelet/kuberuntime/logs
pkg/kubelet/leakyPackage leaky holds bits of kubelet that should be internal but have leaked out through bad abstractions.
pkg/kubelet/lifecycleHandlers for pod lifecycle events and interfaces to integrate with kubelet admission, synchronization, and eviction of pods.
pkg/kubelet/logs
pkg/kubelet/metrics
pkg/kubelet/metrics/collectors
pkg/kubelet/network
pkg/kubelet/network/dns
pkg/kubelet/nodelease
pkg/kubelet/nodestatus
pkg/kubelet/oom
pkg/kubelet/plegPackage pleg contains types and a generic implementation of the pod lifecycle event generator.
pkg/kubelet/pluginmanager
pkg/kubelet/pluginmanager/cachePackage cache implements data structures used by the kubelet plugin manager to keep track of registered plugins.
pkg/kubelet/pluginmanager/metrics
pkg/kubelet/pluginmanager/operationexecutorPackage operationexecutor implements interfaces that enable execution of register and unregister operations with a goroutinemap so that more than one operation is never triggered on the same plugin.
pkg/kubelet/pluginmanager/pluginwatcher
pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis
pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta1
pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta2
pkg/kubelet/pluginmanager/reconcilerPackage reconciler implements interfaces that attempt to reconcile the desired state of the world with the actual state of the world by triggering relevant actions (register/deregister plugins).
pkg/kubelet/pod
pkg/kubelet/pod/testingCode generated by mockery v1.0.0
pkg/kubelet/preemption
pkg/kubelet/prober
pkg/kubelet/prober/results
pkg/kubelet/prober/testing
pkg/kubelet/qosPackage qos contains helper functions for quality of service.
pkg/kubelet/remotePackage remote contains gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService.
pkg/kubelet/remote/fakePackage fake containers a fake gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService.
pkg/kubelet/runtimeclass
pkg/kubelet/runtimeclass/testing
pkg/kubelet/secret
pkg/kubelet/serverPackage server contains functions related to serving Kubelet's external interface.
pkg/kubelet/server/metrics
pkg/kubelet/server/portforwardPackage portforward contains server-side logic for handling port forwarding requests.
pkg/kubelet/server/remotecommandPackage remotecommand contains functions related to executing commands in and attaching to pods.
pkg/kubelet/server/statsPackage stats handles exporting Kubelet and container stats.
pkg/kubelet/server/stats/testing
pkg/kubelet/server/streaming
pkg/kubelet/stats
pkg/kubelet/stats/pidlimit
pkg/kubelet/status
pkg/kubelet/status/testing
pkg/kubelet/sysctl
pkg/kubelet/tokenPackage token implements a manager of serviceaccount tokens for pods running on the node.
pkg/kubelet/typesCommon types in the Kubelet.
pkg/kubelet/utilPackage util holds utility functions.
pkg/kubelet/util/cache
pkg/kubelet/util/format
pkg/kubelet/util/ioutils
pkg/kubelet/util/logreduction
pkg/kubelet/util/manager
pkg/kubelet/util/queue
pkg/kubelet/util/sliceutils
pkg/kubelet/util/storePackage store hosts a Store interface and its implementations.
pkg/kubelet/volumemanager
pkg/kubelet/volumemanager/cachePackage cache implements data structures used by the kubelet volume manager to keep track of attached volumes and the pods that mounted them.
pkg/kubelet/volumemanager/metrics
pkg/kubelet/volumemanager/populatorPackage populator implements interfaces that monitor and keep the states of the caches in sync with the "ground truth".
pkg/kubelet/volumemanager/reconcilerPackage reconciler implements interfaces that attempt to reconcile the desired state of the world with the actual state of the world by triggering relevant actions (attach, detach, mount, unmount).
pkg/kubelet/winstatsPackage winstats provides a client to get node and pod level stats on windows
pkg/kubemark
pkg/masterPackage master contains code for setting up and running a Kubernetes cluster master.
pkg/master/controller
pkg/master/controller/clusterauthenticationtrust
pkg/master/controller/crdregistration
pkg/master/portsPackage ports defines ports used by various pieces of the kubernetes infrastructure.
pkg/master/reconcilersPackage reconcilers provides objects for managing the list of active masters.
pkg/master/storageversionhashdataPackage storageversionhashdata is for test only.
pkg/master/tunneler
pkg/printers
pkg/printers/internalversion
pkg/printers/storage
pkg/probePackage probe contains utilities for health probing, as well as health status information.
pkg/probe/exec
pkg/probe/http
pkg/probe/tcp
pkg/proxyPackage proxy implements the layer-3 network proxy.
pkg/proxy/apis
pkg/proxy/apis/config
pkg/proxy/apis/config/fuzzer
pkg/proxy/apis/config/scheme
pkg/proxy/apis/config/v1alpha1
pkg/proxy/apis/config/validation
pkg/proxy/configPackage config provides decoupling between various configuration sources (etcd, files,...) and the pieces that actually care about them (loadbalancer, proxy).
pkg/proxy/healthcheckPackage healthcheck provides tools for serving kube-proxy healthchecks.
pkg/proxy/iptables
pkg/proxy/ipvs
pkg/proxy/ipvs/testing
pkg/proxy/metrics
pkg/proxy/userspace
pkg/proxy/util
pkg/proxy/util/testing
pkg/proxy/winkernel
pkg/proxy/winuserspace
pkg/quota
pkg/quota/v1
pkg/quota/v1/evaluator
pkg/quota/v1/evaluator/corePackage core contains modules that interface with the core api group
pkg/quota/v1/generic
pkg/quota/v1/install
pkg/registryPackage registry implements the storage and system logic for the core of the api server.
pkg/registry/admissionregistration
pkg/registry/admissionregistration/mutatingwebhookconfiguration
pkg/registry/admissionregistration/mutatingwebhookconfiguration/storage
pkg/registry/admissionregistration/rest
pkg/registry/admissionregistration/validatingwebhookconfiguration
pkg/registry/admissionregistration/validatingwebhookconfiguration/storage
pkg/registry/apps
pkg/registry/apps/controllerrevision
pkg/registry/apps/controllerrevision/storage
pkg/registry/apps/daemonsetPackage daemonset provides Registry interface and its RESTStorage implementation for storing DaemonSet api objects.
pkg/registry/apps/daemonset/storage
pkg/registry/apps/deployment
pkg/registry/apps/deployment/storage
pkg/registry/apps/replicasetPackage replicaset provides Registry interface and it's RESTStorage implementation for storing ReplicaSet api objects.
pkg/registry/apps/replicaset/storage
pkg/registry/apps/rest
pkg/registry/apps/statefulset
pkg/registry/apps/statefulset/storage
pkg/registry/auditregistration
pkg/registry/auditregistration/auditsink
pkg/registry/auditregistration/auditsink/storage
pkg/registry/auditregistration/rest
pkg/registry/authentication
pkg/registry/authentication/rest
pkg/registry/authentication/tokenreview
pkg/registry/authorization
pkg/registry/authorization/localsubjectaccessreview
pkg/registry/authorization/rest
pkg/registry/authorization/selfsubjectaccessreview
pkg/registry/authorization/selfsubjectrulesreview
pkg/registry/authorization/subjectaccessreview
pkg/registry/authorization/util
pkg/registry/autoscaling
pkg/registry/autoscaling/horizontalpodautoscaler
pkg/registry/autoscaling/horizontalpodautoscaler/storage
pkg/registry/autoscaling/rest
pkg/registry/batch
pkg/registry/batch/cronjobPackage cronjob provides Registry interface and it's RESTStorage implementation for storing CronJob api objects.
pkg/registry/batch/cronjob/storage
pkg/registry/batch/jobPackage job provides Registry interface and it's RESTStorage implementation for storing Job api objects.
pkg/registry/batch/job/storage
pkg/registry/batch/rest
pkg/registry/cachesize
pkg/registry/certificates
pkg/registry/certificates/certificatesPackage certificates provides Registry interface and its RESTStorage implementation for storing CertificateSigningRequest objects.
pkg/registry/certificates/certificates/storage
pkg/registry/certificates/rest
pkg/registry/coordination
pkg/registry/coordination/lease
pkg/registry/coordination/lease/storage
pkg/registry/coordination/rest
pkg/registry/core
pkg/registry/core/componentstatusPackage componentstatus provides interfaces and implementation for retrieving cluster component status.
pkg/registry/core/configmapPackage configmap provides Registry interface and its REST implementation for storing ConfigMap API objects.
pkg/registry/core/configmap/storage
pkg/registry/core/endpointPackage endpoint provides Registry interface and it's RESTStorage implementation for storing Endpoint api objects.
pkg/registry/core/endpoint/storage
pkg/registry/core/eventPackage event provides Registry interface and it's REST implementation for storing Event api objects.
pkg/registry/core/event/storage
pkg/registry/core/limitrangePackage limitrange provides Registry interface and it's REST implementation for storing LimitRange api objects.
pkg/registry/core/limitrange/storage
pkg/registry/core/namespacePackage namespace provides Registry interface and it's REST implementation for storing Namespace api objects.
pkg/registry/core/namespace/storage
pkg/registry/core/nodePackage node provides Registry interface and implementation for storing Nodes.
pkg/registry/core/node/rest
pkg/registry/core/node/storage
pkg/registry/core/persistentvolume
pkg/registry/core/persistentvolumeclaim
pkg/registry/core/persistentvolumeclaim/storage
pkg/registry/core/persistentvolume/storage
pkg/registry/core/podPackage pod provides Registry interface and it's RESTStorage implementation for storing Pod api objects.
pkg/registry/core/pod/rest
pkg/registry/core/pod/storage
pkg/registry/core/podtemplatePackage podtemplate provides RESTStorage implementations for storing PodTemplate API objects.
pkg/registry/core/podtemplate/storage
pkg/registry/core/rangeallocationPackage rangeallocation provides the Registry interface for storing RangeAllocation api objects.
pkg/registry/core/replicationcontrollerPackage controller provides Registry interface and it's RESTStorage implementation for storing ReplicationController api objects.
pkg/registry/core/replicationcontroller/storage
pkg/registry/core/resourcequotaPackage resourcequota provides Registry interface and it's REST implementation for storing ResourceQuota api objects.
pkg/registry/core/resourcequota/storage
pkg/registry/core/rest
pkg/registry/core/secretPackage secrets provides Registry interface and its REST implementation for storing Secret api objects.
pkg/registry/core/secret/storage
pkg/registry/core/servicePackage service provides the Registry interface and its RESTStorage implementation for storing Service api objects.
pkg/registry/core/serviceaccountPackage serviceaccount provides a Registry interface and a strategy implementation for storing ServiceAccount API objects.
pkg/registry/core/serviceaccount/storage
pkg/registry/core/service/allocator
pkg/registry/core/service/allocator/storage
pkg/registry/core/service/ipallocator
pkg/registry/core/service/ipallocator/controller
pkg/registry/core/service/ipallocator/storage
pkg/registry/core/service/portallocator
pkg/registry/core/service/portallocator/controller
pkg/registry/core/service/storage
pkg/registry/discovery
pkg/registry/discovery/endpointslice
pkg/registry/discovery/endpointslice/storage
pkg/registry/discovery/rest
pkg/registry/events
pkg/registry/events/event
pkg/registry/events/rest
pkg/registry/extensions
pkg/registry/extensions/controller
pkg/registry/extensions/controller/storage
pkg/registry/extensions/rest
pkg/registry/flowcontrol
pkg/registry/flowcontrol/flowschemaPackage flowschema provides model implementation of flow-schema api
pkg/registry/flowcontrol/flowschema/storage
pkg/registry/flowcontrol/prioritylevelconfigurationPackage prioritylevelconfiguration provides model implementation of priority-level-configuration api
pkg/registry/flowcontrol/prioritylevelconfiguration/storage
pkg/registry/flowcontrol/rest
pkg/registry/networking
pkg/registry/networking/ingress
pkg/registry/networking/ingress/storage
pkg/registry/networking/networkpolicy
pkg/registry/networking/networkpolicy/storage
pkg/registry/networking/rest
pkg/registry/node
pkg/registry/node/rest
pkg/registry/node/runtimeclass
pkg/registry/node/runtimeclass/storage
pkg/registry/policy
pkg/registry/policy/poddisruptionbudget
pkg/registry/policy/poddisruptionbudget/storage
pkg/registry/policy/podsecuritypolicyPackage podsecuritypolicy provides Registry interface and its REST implementation for storing PodSecurityPolicy api objects.
pkg/registry/policy/podsecuritypolicy/storage
pkg/registry/policy/rest
pkg/registry/rbac
pkg/registry/rbac/clusterrolePackage clusterrole provides Registry interface and its RESTStorage implementation for storing ClusterRole objects.
pkg/registry/rbac/clusterrolebindingPackage certificates provides Registry interface and its RESTStorage implementation for storing ClusterRoleBinding objects.
pkg/registry/rbac/clusterrolebinding/policybasedPackage policybased implements a standard storage for ClusterRoleBinding that prevents privilege escalation.
pkg/registry/rbac/clusterrolebinding/storage
pkg/registry/rbac/clusterrole/policybasedPackage policybased implements a standard storage for ClusterRole that prevents privilege escalation.
pkg/registry/rbac/clusterrole/storage
pkg/registry/rbac/reconciliation
pkg/registry/rbac/rest
pkg/registry/rbac/rolePackage role provides Registry interface and its RESTStorage implementation for storing Role objects.
pkg/registry/rbac/rolebindingPackage certificates provides Registry interface and its RESTStorage implementation for storing RoleBinding objects.
pkg/registry/rbac/rolebinding/policybasedPackage policybased implements a standard storage for RoleBinding that prevents privilege escalation.
pkg/registry/rbac/rolebinding/storage
pkg/registry/rbac/role/policybasedPackage policybased implements a standard storage for Role that prevents privilege escalation.
pkg/registry/rbac/role/storage
pkg/registry/rbac/validation
pkg/registry/registrytestPackage registrytest provides tests for Registry implementations for storing Nodes, Pods, Schedulers and Services.
pkg/registry/scheduling
pkg/registry/scheduling/priorityclass
pkg/registry/scheduling/priorityclass/storage
pkg/registry/scheduling/rest
pkg/registry/settings
pkg/registry/settings/podpreset
pkg/registry/settings/podpreset/storage
pkg/registry/settings/rest
pkg/registry/storage
pkg/registry/storage/csidriverPackage csidriver provides Registry interface and its REST implementation for storing csidriver api objects.
pkg/registry/storage/csidriver/storage
pkg/registry/storage/csinodePackage csinode provides Registry interface and its REST implementation for storing csinode api objects.
pkg/registry/storage/csinode/storage
pkg/registry/storage/rest
pkg/registry/storage/storageclassPackage storageClass provides Registry interface and its REST implementation for storing storageclass api objects.
pkg/registry/storage/storageclass/storage
pkg/registry/storage/volumeattachmentPackage volumeattachment provides Registry interface and its REST implementation for storing volumeattachment api objects.
pkg/registry/storage/volumeattachment/storage
pkg/routesPackage routes holds a collection of optional master http handlers.
pkg/scheduler
pkg/scheduler/algorithmPackage algorithm contains a generic Scheduler interface and several implementations.
pkg/scheduler/algorithm/predicates
pkg/scheduler/algorithm/priorities
pkg/scheduler/algorithm/priorities/util
pkg/scheduler/algorithmprovider
pkg/scheduler/algorithmprovider/defaults
pkg/scheduler/api
pkg/scheduler/apis
pkg/scheduler/apis/config
pkg/scheduler/apis/config/scheme
pkg/scheduler/apis/config/testing
pkg/scheduler/apis/config/v1
pkg/scheduler/apis/config/v1alpha1
pkg/scheduler/apis/config/validation
pkg/scheduler/apis/extender
pkg/scheduler/apis/extender/v1Package v1 contains scheduler API objects.
pkg/scheduler/core
pkg/scheduler/framework
pkg/scheduler/framework/plugins
pkg/scheduler/framework/plugins/defaultpodtopologyspread
pkg/scheduler/framework/plugins/examples
pkg/scheduler/framework/plugins/examples/multipoint
pkg/scheduler/framework/plugins/examples/prebind
pkg/scheduler/framework/plugins/examples/stateful
pkg/scheduler/framework/plugins/imagelocality
pkg/scheduler/framework/plugins/interpodaffinity
pkg/scheduler/framework/plugins/migration
pkg/scheduler/framework/plugins/nodeaffinity
pkg/scheduler/framework/plugins/nodelabel
pkg/scheduler/framework/plugins/nodename
pkg/scheduler/framework/plugins/nodeports
pkg/scheduler/framework/plugins/nodepreferavoidpods
pkg/scheduler/framework/plugins/noderesources
pkg/scheduler/framework/plugins/nodeunschedulable
pkg/scheduler/framework/plugins/nodevolumelimits
pkg/scheduler/framework/plugins/podtopologyspread
pkg/scheduler/framework/plugins/requestedtocapacityratio
pkg/scheduler/framework/plugins/serviceaffinity
pkg/scheduler/framework/plugins/tainttoleration
pkg/scheduler/framework/plugins/volumebinding
pkg/scheduler/framework/plugins/volumerestrictions
pkg/scheduler/framework/plugins/volumezone
pkg/scheduler/framework/v1alpha1
pkg/scheduler/internal
pkg/scheduler/listers
pkg/scheduler/listers/fake
pkg/scheduler/metrics
pkg/scheduler/nodeinfo
pkg/scheduler/nodeinfo/snapshot
pkg/scheduler/testing
pkg/scheduler/util
pkg/scheduler/volumebinder
pkg/securityPackage security contains security apis and implementations.
pkg/security/apparmor
pkg/securitycontextPackage securitycontext contains security context api implementations
pkg/security/podsecuritypolicyPackage podsecuritypolicy contains code for validating and defaulting the security context of a pod and its containers according to a security policy.
pkg/security/podsecuritypolicy/apparmor
pkg/security/podsecuritypolicy/capabilitiesPackage capabilities contains code for validating and defaulting a pod's kernel capabilities according to a security policy.
pkg/security/podsecuritypolicy/groupPackage group contains code for validating and defaulting the FSGroup and supplemental groups of a pod according to a security policy.
pkg/security/podsecuritypolicy/seccomp
pkg/security/podsecuritypolicy/selinuxPackage selinux contains code for validating and defaulting the SELinux context of a pod according to a security policy.
pkg/security/podsecuritypolicy/sysctl
pkg/security/podsecuritypolicy/userPackage user contains code for validating and defaulting the UID of a pod or container according to a security policy.
pkg/security/podsecuritypolicy/utilPackage util contains utility code shared amongst different parts of the pod security policy apparatus.
pkg/serviceaccount
pkg/ssh
pkg/util
pkg/util/async
pkg/util/bandwidthPackage bandwidth provides utilities for bandwidth shaping
pkg/util/configPackage config provides utility objects for decoupling sources of configuration and the actual configuration state.
pkg/util/configzPackage configz serves ComponentConfig objects from running components.
pkg/util/conntrack
pkg/util/coverage
pkg/util/ebtables
pkg/util/env
pkg/util/filesystem
pkg/util/flag
pkg/util/flock
pkg/util/goroutinemapPackage goroutinemap implements a data structure for managing go routines by name.
pkg/util/goroutinemap/exponentialbackoffPackage exponentialbackoff contains logic for implementing exponential backoff for GoRoutineMap and NestedPendingOperations.
pkg/util/hash
pkg/util/interrupt
pkg/util/ipconfigPackage ipconfig provides an interface and implementations for running Windows ipconfig commands.
pkg/util/ipset
pkg/util/ipset/testing
pkg/util/iptablesPackage iptables provides an interface and implementations for running iptables commands.
pkg/util/iptables/testing
pkg/util/ipvs
pkg/util/ipvs/testing
pkg/util/labelsPackage labels provides utilities to work with Kubernetes labels.
pkg/util/mapsPackage maps has common methods for dealing with common map types.
pkg/util/netshPackage netsh provides an interface and implementations for running Windows netsh commands.
pkg/util/netsh/testing
pkg/util/node
pkg/util/oomPackage oom implements utility functions relating to out of memory management.
pkg/util/parsers
pkg/util/pod
pkg/util/procfsPackage procfs implements utility functions relating to the /proc mount.
pkg/util/removeall
pkg/util/resizefs
pkg/util/rlimit
pkg/util/selinuxPackage selinux contains wrapper functions for the libcontainer SELinux package.
pkg/util/slicePackage slice provides utility methods for common operations on slices.
pkg/util/sysctl
pkg/util/sysctl/testing
pkg/util/tail
pkg/util/taintspackage taints implements utilities for working with taints
pkg/util/tolerationsPackage tolerations provides utilities to work with pod spec tolerations.
pkg/volumePackage volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets.
pkg/volume/awsebsPackage awsebs contains the internal representation of AWS Elastic Block Store volumes.
pkg/volume/azure_dd
pkg/volume/azure_filePackage azure_file contains the internal representation of Azure File Service Volume
pkg/volume/cephfsPackage cephfs contains the internal representation of Ceph file system (CephFS) volumes.
pkg/volume/cinderPackage cinder contains the internal representation of cinder volumes.
pkg/volume/configmapPackage configmap contains the internal representation of configMap volumes.
pkg/volume/csi
pkg/volume/csi/fake
pkg/volume/csimigration
pkg/volume/csi/nodeinfomanagerPackage nodeinfomanager includes internal functions used to add/delete labels to kubernetes nodes for corresponding CSI drivers
pkg/volume/csi/testing
pkg/volume/downwardapi
pkg/volume/emptydirPackage emptydir contains the internal representation of emptyDir volumes.
pkg/volume/fcPackage fc contains the internal representation of Fibre Channel (fc) volumes.
pkg/volume/flexvolume
pkg/volume/flockerPackage flocker contains the internal representation of Flocker volumes
pkg/volume/gcepdPackage gcepd contains the internal representation of GCE PersistentDisk volumes.
pkg/volume/git_repoPackage git_repo contains the internal representation of git repo volumes.
pkg/volume/glusterfsPackage glusterfs contains the internal representation of glusterfs volumes.
pkg/volume/hostpathPackage hostpath contains the internal representation of hostPath volumes.
pkg/volume/iscsiPackage iscsi contains the internal representation of Internet Small Computer System Interface (iSCSI) volumes.
pkg/volume/localPackage local contains the internal representation of local volumes
pkg/volume/nfsPackage nfs contains the internal representation of network file system (NFS) volumes.
pkg/volume/portworxPackage portworx contains the internal representation of Portworx Block Device volumes.
pkg/volume/projected
pkg/volume/quobytePackage quobyte contains the internal representation of Quobyte volumes.
pkg/volume/rbdPackage rbd contains the internal representation of Rados Block Store (Ceph) volumes.
pkg/volume/scaleio
pkg/volume/secretPackage secret contains the internal representation of secret volumes.
pkg/volume/storageosPackage storageos contains the internal representation of StorageOS PersistentDisk volumes.
pkg/volume/testing
pkg/volume/utilPackage util contains utility code for use by volume plugins.
pkg/volume/util/fs
pkg/volume/util/fsquota
pkg/volume/util/hostutil
pkg/volume/util/nestedpendingoperationsPackage nestedpendingoperations is a modified implementation of pkg/util/goroutinemap.
pkg/volume/util/operationexecutorPackage operationexecutor implements interfaces that enable execution of attach, detach, mount, and unmount operations with a nestedpendingoperations so that more than one operation is never triggered on the same volume for the same pod.
pkg/volume/util/recyclerclient
pkg/volume/util/subpath
pkg/volume/util/typesPackage types defines types used only by volume components
pkg/volume/util/volumepathhandler
pkg/volume/validation
pkg/volume/vsphere_volume
pkg/watch
pkg/watch/jsonPackage json implements a simple encoder and decoder for streams of watch events over io.Writer/Readers
pkg/windows
pkg/windows/service
plugin
plugin/pkg
plugin/pkg/admission
plugin/pkg/admission/admit
plugin/pkg/admission/alwayspullimagesPackage alwayspullimages contains an admission controller that modifies every new Pod to force the image pull policy to Always.
plugin/pkg/admission/antiaffinityPackage antiaffinity provides the LimitPodHardAntiAffinityTopology admission controller.
plugin/pkg/admission/defaulttolerationseconds
plugin/pkg/admission/deny
plugin/pkg/admission/eventratelimitPackage eventratelimit contains an admission controller that enforces a rate limit on events
plugin/pkg/admission/eventratelimit/apis
plugin/pkg/admission/eventratelimit/apis/eventratelimit
plugin/pkg/admission/eventratelimit/apis/eventratelimit/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
plugin/pkg/admission/eventratelimit/apis/eventratelimit/v1alpha1Package v1alpha1 is the v1alpha1 version of the API.
plugin/pkg/admission/eventratelimit/apis/eventratelimit/validation
plugin/pkg/admission/exec
plugin/pkg/admission/extendedresourcetoleration
plugin/pkg/admission/gc
plugin/pkg/admission/imagepolicyPackage imagepolicy contains an admission controller that configures a webhook to which policy decisions are delegated.
plugin/pkg/admission/limitranger
plugin/pkg/admission/namespace
plugin/pkg/admission/namespace/autoprovision
plugin/pkg/admission/namespace/exists
plugin/pkg/admission/noderestriction
plugin/pkg/admission/nodetaint
plugin/pkg/admission/podnodeselector
plugin/pkg/admission/podpreset
plugin/pkg/admission/podtolerationrestrictionPackage podtolerationrestriction is a plugin that first verifies any conflict between a pod's tolerations and its namespace's tolerations, and rejects the pod if there's a conflict.
plugin/pkg/admission/podtolerationrestriction/apis
plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction
plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/v1alpha1Package v1alpha1 is the v1alpha1 version of the API.
plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/validation
plugin/pkg/admission/priority
plugin/pkg/admission/resourcequotaPackage resourcequota enforces all incoming requests against any applied quota in the namespace context of the request
plugin/pkg/admission/resourcequota/apis
plugin/pkg/admission/resourcequota/apis/resourcequota
plugin/pkg/admission/resourcequota/apis/resourcequota/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
plugin/pkg/admission/resourcequota/apis/resourcequota/v1Package v1 is the v1 version of the API.
plugin/pkg/admission/resourcequota/apis/resourcequota/v1alpha1Package v1alpha1 is the v1alpha1 version of the API.
plugin/pkg/admission/resourcequota/apis/resourcequota/v1beta1Package v1beta1 is the v1beta1 version of the API.
plugin/pkg/admission/resourcequota/apis/resourcequota/validation
plugin/pkg/admission/runtimeclassPackage runtimeclass contains an admission controller for modifying and validating new Pods to take RuntimeClass into account.
plugin/pkg/admission/securityPackage security contains admission plugins specific to cluster security.
plugin/pkg/admission/securitycontext
plugin/pkg/admission/securitycontext/scdeny
plugin/pkg/admission/security/podsecuritypolicy
plugin/pkg/admission/serviceaccountPackage serviceaccount enforces all pods having an associated serviceaccount, and all containers mounting the API token for that serviceaccount at a known location
plugin/pkg/admission/storage
plugin/pkg/admission/storage/persistentvolume
plugin/pkg/admission/storage/persistentvolume/labelPackage label created persistent volumes with zone information as provided by the cloud provider
plugin/pkg/admission/storage/persistentvolume/resize
plugin/pkg/admission/storage/storageclass
plugin/pkg/admission/storage/storageclass/setdefault
plugin/pkg/admission/storage/storageobjectinuseprotection
plugin/pkg/authPackage auth contains implementations for interfaces in the pkg/auth package
plugin/pkg/auth/authenticator
plugin/pkg/auth/authenticator/token
plugin/pkg/auth/authenticator/token/bootstrapPackage bootstrap provides a token authenticator for TLS bootstrap secrets.
plugin/pkg/auth/authorizerPackage authorizer contains implementations for pkg/auth/authorizer interfaces
plugin/pkg/auth/authorizer/node
plugin/pkg/auth/authorizer/rbacPackage rbac implements the authorizer.Authorizer interface using roles base access control.
plugin/pkg/auth/authorizer/rbac/bootstrappolicy
test
test/conformancePackage main provides a tool that scans kubernetes e2e test source code looking for conformance test declarations, which it emits on stdout.
test/conformance/kubetestgen
test/e2e
test/e2e/apimachinery
test/e2e/apps
test/e2e/auth
test/e2e/autoscaling
test/e2e/chaosmonkey
test/e2e/cloud
test/e2e/cloud/gcp
test/e2e/common
test/e2e/frameworkPackage framework contains provider-independent helper code for building and running E2E tests with Ginkgo.
test/e2e/framework/auth
test/e2e/framework/autoscaling
test/e2e/framework/configPackage config simplifies the declaration of configuration options.
test/e2e/framework/deployment
test/e2e/framework/deviceplugin
test/e2e/framework/endpoints
test/e2e/framework/ginkgowrapperPackage ginkgowrapper wraps Ginkgo Fail and Skip functions to panic with structured data instead of a constant string.
test/e2e/framework/gpu
test/e2e/framework/ingress
test/e2e/framework/job
test/e2e/framework/kubelet
test/e2e/framework/lifecycle
test/e2e/framework/logPackage log will be removed after switching to use core framework log.
test/e2e/framework/metrics
test/e2e/framework/network
test/e2e/framework/node
test/e2e/framework/perf
test/e2e/framework/pod
test/e2e/framework/podlogsPackage podlogs enables live capturing of all events and log messages for some or all pods in a namespace as they get generated.
test/e2e/framework/providers
test/e2e/framework/providers/aws
test/e2e/framework/providers/azure
test/e2e/framework/providers/gce
test/e2e/framework/providers/kubemark
test/e2e/framework/providers/openstack
test/e2e/framework/providers/vsphere
test/e2e/framework/pv
test/e2e/framework/replicaset
test/e2e/framework/resource
test/e2e/framework/security
test/e2e/framework/service
test/e2e/framework/ssh
test/e2e/framework/statefulset
test/e2e/framework/testfilesPackage testfiles provides a wrapper around various optional ways of retrieving additional files needed during a test run: - builtin bindata - filesystem access
test/e2e/framework/timer
test/e2e/framework/viperconfig
test/e2e/framework/volume
test/e2e/generated
test/e2e/instrumentation
test/e2e/instrumentation/common
test/e2e/instrumentation/logging
test/e2e/instrumentation/logging/elasticsearch
test/e2e/instrumentation/logging/stackdriver
test/e2e/instrumentation/logging/utils
test/e2e/instrumentation/monitoring
test/e2e_kubeadm
test/e2e_kubeadm/runner
test/e2e_kubeadm/runner/local
test/e2e/kubectl
test/e2e/lifecycle
test/e2e/lifecycle/bootstrap
test/e2e/manifest
test/e2e/networkPackage network are the end-to-end tests for Kubernetes networking.
test/e2e/network/scale
test/e2e/network/scale/localrun
test/e2e/node
test/e2e_nodee2e_node contains e2e tests specific to the node TODO: rename this package e2e-node
test/e2e_node/builder
test/e2e_node/environmentBuild the binary with `go build conformance.go`, then run the conformance binary on a node candidate.
test/e2e_node/perf
test/e2e_node/perftype
test/e2e_node/perf/workloads
test/e2e_node/remotePackage remote contains implementations of the TestSuite interface, which specify how to run various node test suites remotely.
test/e2e_node/runner
test/e2e_node/runner/local
test/e2e_node/runner/remoteTo run the node e2e tests remotely against one or more hosts on gce: $ go run run_remote.go --logtostderr --v 2 --ssh-env gce --hosts <comma separated hosts> To run the node e2e tests remotely against one or more images on gce and provision them: $ go run run_remote.go --logtostderr --v 2 --project <project> --zone <zone> --ssh-env gce --images <comma separated images>
test/e2e_node/services
test/e2e_node/system
test/e2e/perftype
test/e2e/reporters
test/e2e/scheduling
test/e2e/servicecatalog
test/e2e/storage
test/e2e/storage/drivers
test/e2e/storage/external
test/e2e/storage/testpatterns
test/e2e/storage/testsuites
test/e2e/storage/utils
test/e2e/storage/vsphere
test/e2e/system
test/e2e/ui
test/e2e/upgradesPackage upgrades provides a framework for testing Kubernetes features before, during, and after different types of upgrades.
test/e2e/upgrades/apps
test/e2e/upgrades/storage
test/e2e/windows
test/fuzz
test/fuzz/jsonPackage json implements fuzzers for json deserialization routines in Kubernetes.
test/fuzz/yamlPackage yaml implements fuzzers for yaml deserialization routines in Kubernetes.
test/images
test/images/agnhost
test/images/agnhost/audit-proxy
test/images/agnhost/connect
test/images/agnhost/crd-conversion-webhook
test/images/agnhost/crd-conversion-webhook/converter
test/images/agnhost/dns
test/images/agnhost/entrypoint-tester
test/images/agnhost/fakegitserver
test/images/agnhost/guestbook
test/images/agnhost/inclusterclient
test/images/agnhost/liveness
test/images/agnhost/logs-generator
test/images/agnhost/net
test/images/agnhost/net/common
test/images/agnhost/netexec
test/images/agnhost/net/nat
test/images/agnhost/nettest
test/images/agnhost/no-snat-test
test/images/agnhost/no-snat-test-proxy
test/images/agnhost/pause
test/images/agnhost/porter
test/images/agnhost/port-forward-tester
test/images/agnhost/serve-hostname
test/images/agnhost/webhook
test/images/apparmor-loader
test/images/metadata-concealment
test/images/nonewprivs
test/images/pets
test/images/pets/peer-finderA small utility program to lookup hostnames of endpoints in a service.
test/images/regression-issue-74839
test/images/resource-consumer
test/images/resource-consumer/common
test/images/resource-consumer/consume-cpu
test/images/resource-consumer-controller
test/images/sample-device-plugin
test/images/test-webserverA tiny web server that serves a static file.
test/instrumentation
test/integrationPackage integration provides integration tests for Kubernetes.Some tests require a running etcd or Docker installation on the system.
test/integration/apimachinery
test/integration/apiserver
test/integration/apiserver/admissionwebhook
test/integration/apiserver/apply
test/integration/apiserver/certreload
test/integration/apiserver/podlogs
test/integration/auth
test/integration/benchmark
test/integration/benchmark/jsonify
test/integration/client
test/integration/configmap
test/integration/cronjob
test/integration/daemonset
test/integration/defaulttolerationseconds
test/integration/deployment
test/integration/disruption
test/integration/dryrun
test/integration/etcd
test/integration/events
test/integration/evictions
test/integration/examples
test/integration/framework
test/integration/garbagecollector
test/integration/ipamperf
test/integration/kubelet
test/integration/master
test/integration/metrics
test/integration/namespace
test/integration/objectmeta
test/integration/openshift
test/integration/pods
test/integration/quota
test/integration/replicaset
test/integration/replicationcontroller
test/integration/scale
test/integration/scheduler
test/integration/scheduler_perf
test/integration/secrets
test/integration/serviceaccount
test/integration/serving
test/integration/statefulset
test/integration/storageclasses
test/integration/tls
test/integration/ttlcontroller
test/integration/util
test/integration/volume
test/integration/volumescheduling
test/listlist all unit and ginkgo test names that will be run
test/soak
test/soak/serve_hostnames
test/typecheckdo a fast type check of kubernetes code, for all platforms.
test/utils
test/utils/crd
test/utils/harness
test/utils/image
test/utils/junitPackage junit provides data structures to allow easy XML encoding and decoding of JUnit test results.
third_party
third_party/forked
third_party/forked/golang
third_party/forked/golang/expansion
third_party/forked/golang/reflectPackage reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined.
third_party/forked/golang/templateThis package is copied from Go library text/template.
third_party/forked/gonum
third_party/forked/gonum/graph
third_party/forked/gonum/graph/internal
third_party/forked/gonum/graph/simplePackage simple provides a suite of simple graph implementations satisfying the gonum/graph interfaces.
third_party/forked/gonum/graph/traversePackage traverse provides basic graph traversal primitives.
third_party/go-srcimporterPackage srcimporter implements importing directly from source files rather than installed packages.
Version
v1.17.8
Published
Jun 26, 2020
Platform
windows/amd64
Last checked
44 seconds ago

Tools for package owners.