kubernetes

module
v1.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0

README

Kubernetes (K8s)

CII Best Practices Go Report Card GitHub release (latest SemVer)


Kubernetes, also known as K8s, is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for the deployment, maintenance, and scaling of applications.

Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale using a system called Borg, combined with best-of-breed ideas and practices from the community.

Kubernetes is hosted by the Cloud Native Computing Foundation (CNCF). If your company wants to help shape the evolution of technologies that are container-packaged, dynamically scheduled, and microservices-oriented, consider joining the CNCF. For details about who's involved and how Kubernetes plays a role, read the CNCF announcement.


To start using K8s

See our documentation on kubernetes.io.

Take a free course on Scalable Microservices with Kubernetes.

To use Kubernetes code as a library in other applications, see the list of published components. Use of the k8s.io/kubernetes module or k8s.io/kubernetes/... packages as libraries is not supported.

To start developing K8s

The community repository hosts all information about building Kubernetes from source, how to contribute code and documentation, who to contact about what, etc.

If you want to build Kubernetes right away there are two options:

You have a working Go environment.
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
make
You have a working Docker environment.
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
make quick-release

For the full story, head over to the developer's documentation.

Support

If you need support, start with the troubleshooting guide, and work your way through the process that we've outlined.

That said, if you have questions, reach out to us one way or another.

Community Meetings

The Calendar has the list of all the meetings in the Kubernetes community in a single location.

Adopters

The User Case Studies website has real-world use cases of organizations across industries that are deploying/migrating to Kubernetes.

Governance

Kubernetes project is governed by a framework of principles, values, policies and processes to help our community and constituents towards our shared goals.

The Kubernetes Community is the launching point for learning about how we organize ourselves.

The Kubernetes Steering community repo is used by the Kubernetes Steering Committee, which oversees governance of the Kubernetes project.

Roadmap

The Kubernetes Enhancements repo provides information about Kubernetes releases, as well as feature tracking and backlogs.

Directories

Path Synopsis
build
pause/windows/wincat
package main connects to the given host and port and redirects its stdin to the connection and the connection's output to stdout.
package main connects to the given host and port and redirects its stdin to the connection and the connection's output to stdout.
go-runner Module
cluster
cmd
dependencycheck
Checks for restricted dependencies in go packages.
Checks for restricted dependencies in go packages.
import-boss
import-boss enforces import restrictions in a given repository.
import-boss enforces import restrictions in a given repository.
kube-apiserver
APIServer is the main API server and master for the cluster.
APIServer is the main API server and master for the cluster.
kube-apiserver/app
Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure.
Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure.
kube-apiserver/app/options
Package options contains flags and options for initializing an apiserver
Package options contains flags and options for initializing an apiserver
kube-controller-manager
The controller manager is responsible for monitoring replication controllers, and creating corresponding pods to achieve the desired state.
The controller manager is responsible for monitoring replication controllers, and creating corresponding pods to achieve the desired state.
kube-controller-manager/app
Package app implements a server that runs a set of active components.
Package app implements a server that runs a set of active components.
kube-controller-manager/app/options
Package options provides the flags used for the controller manager.
Package options provides the flags used for the controller manager.
kube-proxy/app
Package app does all of the work necessary to configure and run a Kubernetes app process.
Package app does all of the work necessary to configure and run a Kubernetes app process.
kube-scheduler/app
Package app implements a Server object for running the scheduler.
Package app implements a Server object for running the scheduler.
kubeadm/app/apis/bootstraptoken
Package bootstraptoken contains an API and utilities wrapping the "bootstrap.kubernetes.io/token" Secret type to ease its usage in kubeadm.
Package bootstraptoken contains an API and utilities wrapping the "bootstrap.kubernetes.io/token" Secret type to ease its usage in kubeadm.
kubeadm/app/apis/kubeadm
Package kubeadm is the package that contains the libraries that drive the kubeadm binary.
Package kubeadm is the package that contains the libraries that drive the kubeadm binary.
kubeadm/app/apis/kubeadm/v1beta3
Package v1beta3 defines the v1beta3 version of the kubeadm configuration file format.
Package v1beta3 defines the v1beta3 version of the kubeadm configuration file format.
kubeadm/app/apis/kubeadm/v1beta4
Package v1beta4 defines the v1beta4 version of the kubeadm configuration file format.
Package v1beta4 defines the v1beta4 version of the kubeadm configuration file format.
kubeadm/app/apis/output
Package 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.
Package 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.
kubeadm/app/apis/output/v1alpha2
Package v1alpha2 defines the v1alpha2 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.
Package v1alpha2 defines the v1alpha2 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.
kubeadm/app/apis/output/v1alpha3
Package v1alpha3 defines the v1alpha3 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.
Package v1alpha3 defines the v1alpha3 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.
kubeadm/app/cmd/options
Package options provide a central point for defining flags for kubeadm cobra commands, no matter if hard coded commands or autogenerated command for phases.
Package options provide a central point for defining flags for kubeadm cobra commands, no matter if hard coded commands or autogenerated command for phases.
kubeadm/app/cmd/phases/join
Package phases includes command line phases for kubeadm join
Package phases includes command line phases for kubeadm join
kubeadm/app/cmd/phases/workflow
Package workflow implements a workflow manager to be used for implementing composable kubeadm workflows.
Package workflow implements a workflow manager to be used for implementing composable kubeadm workflows.
kubeadm/app/util/config
Package config contains utilities for managing the kubeadm configuration API.
Package config contains utilities for managing the kubeadm configuration API.
kubeadm/app/util/pubkeypin
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469.
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469.
kubelet
The kubelet binary is responsible for maintaining a set of containers on a particular host VM.
The kubelet binary is responsible for maintaining a set of containers on a particular host VM.
kubelet/app
Package app makes it easy to create a kubelet server for various contexts.
Package app makes it easy to create a kubelet server for various contexts.
kubelet/app/options
Package options contains all of the primary arguments for a kubelet.
Package options contains all of the primary arguments for a kubelet.
preferredimports
verify that all the imports have our preferred alias(es).
verify that all the imports have our preferred alias(es).
hack
conformance
This 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
This 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
tools Module
pkg
api/testing
Package testing contains - all generic API tests which depend on Kubernetes API types - all cross-Kubernetes-API tests.
Package testing contains - all generic API tests which depend on Kubernetes API types - all cross-Kubernetes-API tests.
apis/admission/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/admissionregistration
Package admissionregistration is the internal version of the API.
Package admissionregistration is the internal version of the API.
apis/admissionregistration/v1
Package v1 is the v1 version of the API.
Package v1 is the v1 version of the API.
apis/admissionregistration/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
Package v1alpha1 is the v1alpha1 version of the API.
apis/admissionregistration/v1beta1
Package v1beta1 is the v1beta1 version of the API.
Package v1beta1 is the v1beta1 version of the API.
apis/apidiscovery
Package apidiscovery provides api definitions for the "apidiscovery.k8s.io" api group.
Package apidiscovery provides api definitions for the "apidiscovery.k8s.io" api group.
apis/apiserverinternal
Package apiserverinternal contains the "internal" version of the API used by the apiservers themselves.
Package apiserverinternal contains the "internal" version of the API used by the apiservers themselves.
apis/apiserverinternal/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/apiserverinternal/v1alpha1
Package v1alpha1 contains the v1alpha1 version of the API used by the apiservers themselves.
Package v1alpha1 contains the v1alpha1 version of the API used by the apiservers themselves.
apis/apps/install
Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery.
apis/authentication/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/authentication/validation
Package validation contains methods to validate kinds in the authentication.k8s.io API group.
Package validation contains methods to validate kinds in the authentication.k8s.io API group.
apis/authorization/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/autoscaling/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/batch/install
Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
apis/certificates/install
Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery.
apis/coordination/install
Package install installs the coordination API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the coordination API group, making it available as an option to all of the API encoding/decoding machinery.
apis/core
Package core contains the latest (or "internal") version of the Kubernetes API objects.
Package core contains the latest (or "internal") version of the Kubernetes API objects.
apis/core/helper/qos
NOTE: DO NOT use those helper functions through client-go, the package path will be changed in the future.
NOTE: DO NOT use those helper functions through client-go, the package path will be changed in the future.
apis/core/install
Package install installs the v1 monolithic api, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the v1 monolithic api, making it available as an option to all of the API encoding/decoding machinery.
apis/core/v1
Package v1 is the v1 version of the API.
Package v1 is the v1 version of the API.
apis/core/validation
Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid.
Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid.
apis/discovery/install
Package install installs the discovery API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the discovery API group, making it available as an option to all of the API encoding/decoding machinery.
apis/events/install
Package install installs the events API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the events API group, making it available as an option to all of the API encoding/decoding machinery.
apis/extensions/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/flowcontrol
Package flowcontrol provides api definitions for the "flowcontrol.apiserver.k8s.io" api group.
Package flowcontrol provides api definitions for the "flowcontrol.apiserver.k8s.io" api group.
apis/flowcontrol/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/imagepolicy/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/networking/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/node/install
Package install adds the node API group, making it available as an option to all of the API encoding/decoding machinery.
Package install adds the node API group, making it available as an option to all of the API encoding/decoding machinery.
apis/policy/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/policy/v1
Package policy is for any kind of policy object.
Package policy is for any kind of policy object.
apis/policy/v1beta1
Package policy is for any kind of policy object.
Package policy is for any kind of policy object.
apis/rbac/install
Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
apis/resource
Package resource contains the latest (or "internal") version of the Kubernetes resource API objects.
Package resource contains the latest (or "internal") version of the Kubernetes resource API objects.
apis/resource/install
Package install installs the resource API, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the resource API, making it available as an option to all of the API encoding/decoding machinery.
apis/resource/v1alpha2
Package v1alpha2 is the v1alpha2 version of the resource API.
Package v1alpha2 is the v1alpha2 version of the resource API.
apis/scheduling/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/storage/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
auth/authorizer/abac
Package abac authorizes Kubernetes API actions using an Attribute-based access control scheme.
Package abac authorizes Kubernetes API actions using an Attribute-based access control scheme.
capabilities
Package capabilities manages system level capabilities
Package capabilities manages system level capabilities
client/tests
Package tests runs tests against the client which require an internal client
Package tests runs tests against the client which require an internal client
cloudprovider
Package cloudprovider supplies interfaces and implementations for cloud service providers.
Package cloudprovider supplies interfaces and implementations for cloud service providers.
cluster/ports
Package ports defines ports used by various pieces of the kubernetes infrastructure.
Package ports defines ports used by various pieces of the kubernetes infrastructure.
controller
Package controller contains code for controllers (like the replication controller).
Package controller contains code for controllers (like the replication controller).
controller/bootstrap
Package bootstrap provides automatic processes necessary for bootstraping.
Package bootstrap provides automatic processes necessary for bootstraping.
controller/certificates
Package certificates implements an abstract controller that is useful for building controllers that manage CSRs
Package certificates implements an abstract controller that is useful for building controllers that manage CSRs
controller/certificates/approver
Package approver implements an automated approver for kubelet certificates.
Package approver implements an automated approver for kubelet certificates.
controller/certificates/cleaner
Package cleaner implements an automated cleaner that does garbage collection on CSRs that meet specific criteria.
Package cleaner implements an automated cleaner that does garbage collection on CSRs that meet specific criteria.
controller/certificates/signer
Package signer implements a CA signer that uses keys stored on local disk.
Package signer implements a CA signer that uses keys stored on local disk.
controller/cronjob
Package cronjob contains the controller for CronJob objects.
Package cronjob contains the controller for CronJob objects.
controller/daemon
Package daemon contains logic for watching and synchronizing daemons.
Package daemon contains logic for watching and synchronizing daemons.
controller/deployment
Package deployment contains all the logic for handling Kubernetes Deployments.
Package deployment contains all the logic for handling Kubernetes Deployments.
controller/endpoint
Package endpoint provides EndpointController implementation to manage and sync service endpoints.
Package endpoint provides EndpointController implementation to manage and sync service endpoints.
controller/job
Package job contains logic for watching and synchronizing jobs.
Package job contains logic for watching and synchronizing jobs.
controller/namespace
Package namespace contains a controller that handles namespace lifecycle
Package namespace contains a controller that handles namespace lifecycle
controller/nodeipam
Package nodeipam contains code for syncing cloud instances with node registry
Package nodeipam contains code for syncing cloud instances with node registry
controller/nodeipam/ipam
Package ipam provides different allocators for assigning IP ranges to nodes.
Package ipam provides different allocators for assigning IP ranges to nodes.
controller/podautoscaler
Package podautoscaler contains logic for autoscaling number of pods based on metrics observed.
Package podautoscaler contains logic for autoscaling number of pods based on metrics observed.
controller/podautoscaler/monitor
metrics packages contains metrics which are exposed from the HPA controller.
metrics packages contains metrics which are exposed from the HPA controller.
controller/podgc
Package podgc contains a very simple pod "garbage collector" implementation, PodGCController, that runs in the controller manager.
Package podgc contains a very simple pod "garbage collector" implementation, PodGCController, that runs in the controller manager.
controller/replicaset
Package replicaset contains logic for watching and synchronizing ReplicaSets.
Package replicaset contains logic for watching and synchronizing ReplicaSets.
controller/replication
Package replication contains logic for watching and synchronizing replication controllers.
Package replication contains logic for watching and synchronizing replication controllers.
controller/resourceclaim
Package resourceclaim implements the controller part of https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3063-dynamic-resource-allocation
Package resourceclaim implements the controller part of https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3063-dynamic-resource-allocation
controller/resourcequota
Package resourcequota contains a controller that makes resource quota usage observations
Package resourcequota contains a controller that makes resource quota usage observations
controller/serviceaccount
Package serviceaccount provides implementations to manage service accounts and service account tokens
Package serviceaccount provides implementations to manage service accounts and service account tokens
controller/tainteviction
Package tainteviction contains the logic implementing taint-based eviction for Pods running on Nodes with NoExecute taints.
Package tainteviction contains the logic implementing taint-based eviction for Pods running on Nodes with NoExecute taints.
controller/volume/attachdetach
Package attachdetach implements a controller to manage volume attach and detach operations.
Package attachdetach implements a controller to manage volume attach and detach operations.
controller/volume/attachdetach/cache
Package 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.
Package 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.
controller/volume/attachdetach/populator
Package populator implements interfaces that monitor and keep the states of the desired_state_of_word in sync with the "ground truth" from informer.
Package populator implements interfaces that monitor and keep the states of the desired_state_of_word in sync with the "ground truth" from informer.
controller/volume/attachdetach/reconciler
Package reconciler implements interfaces that attempt to reconcile the desired state of the with the actual state of the world by triggering actions.
Package reconciler implements interfaces that attempt to reconcile the desired state of the with the actual state of the world by triggering actions.
controller/volume/attachdetach/statusupdater
Package statusupdater implements interfaces that enable updating the status of API objects.
Package statusupdater implements interfaces that enable updating the status of API objects.
controller/volume/ephemeral
Package ephemeral implements the controller part of https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1698-generic-ephemeral-volumes
Package ephemeral implements the controller part of https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1698-generic-ephemeral-volumes
controlplane
Package controlplane contains code for setting up and running a Kubernetes cluster control plane API server.
Package controlplane contains code for setting up and running a Kubernetes cluster control plane API server.
controlplane/apiserver/options
Package options contains flags and options for initializing an apiserver
Package options contains flags and options for initializing an apiserver
controlplane/reconcilers
Package reconcilers provides objects for managing the list of active masters.
Package reconcilers provides objects for managing the list of active masters.
controlplane/storageversionhashdata
Package storageversionhashdata is for test only.
Package storageversionhashdata is for test only.
credentialprovider
Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme.
Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme.
credentialprovider/gcp
Package gcp contains implementations of DockerConfigProvider for Google Cloud Platform.
Package gcp contains implementations of DockerConfigProvider for Google Cloud Platform.
fieldpath
Package fieldpath supplies methods for extracting fields from objects given a path to a field.
Package fieldpath supplies methods for extracting fields from objects given a path to a field.
generated
Package generated is the destination for all generated files.
Package generated is the destination for all generated files.
generated/openapi
openapi generated definitions.
openapi generated definitions.
kubeapiserver
Package kubeapiserver holds code that is common to both the kube-apiserver and the federation-apiserver, but isn't part of a generic API server.
Package kubeapiserver holds code that is common to both the kube-apiserver and the federation-apiserver, but isn't part of a generic API server.
kubeapiserver/options
Package options contains flags and options for initializing kube-apiserver
Package options contains flags and options for initializing kube-apiserver
kubectl
Package kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd.
Package kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd.
kubelet
Package kubelet is the package that contains the libraries that drive the Kubelet binary.
Package kubelet is the package that contains the libraries that drive the Kubelet binary.
kubelet/apis/podresources/testing
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
kubelet/cadvisor
Package cadvisor provides an interface for Kubelet interactions with cAdvisor.
Package cadvisor provides an interface for Kubelet interactions with cAdvisor.
kubelet/cadvisor/testing
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
kubelet/clustertrustbundle
Package clustertrustbundle abstracts access to ClusterTrustBundles so that projected volumes can use them.
Package clustertrustbundle abstracts access to ClusterTrustBundles so that projected volumes can use them.
kubelet/cm
Package cm (abbreviation of "container manager") and its subpackages contain all the kubelet code to manage containers.
Package cm (abbreviation of "container manager") and its subpackages contain all the kubelet code to manage containers.
kubelet/cm/cpumanager/topology
Package topology contains helpers for the CPU manager.
Package topology contains helpers for the CPU manager.
kubelet/config
Package config implements the pod configuration readers.
Package config implements the pod configuration readers.
kubelet/container/testing
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
kubelet/cri/remote
Package remote contains gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService.
Package remote contains gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService.
kubelet/cri/remote/fake
Package fake containers a fake gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService.
Package fake containers a fake gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService.
kubelet/envvars
Package envvars is the package that build the environment variables that kubernetes provides to the containers run by it.
Package envvars is the package that build the environment variables that kubernetes provides to the containers run by it.
kubelet/eviction
Package eviction is responsible for enforcing eviction thresholds to maintain node stability.
Package eviction is responsible for enforcing eviction thresholds to maintain node stability.
kubelet/images
Package images is responsible for managing lifecycle of container images.
Package images is responsible for managing lifecycle of container images.
kubelet/kuberuntime
Package kuberuntime contains an implementation of kubecontainer.Runtime using the interface in pkg/kubelet/v1.
Package kuberuntime contains an implementation of kubecontainer.Runtime using the interface in pkg/kubelet/v1.
kubelet/lifecycle
Package lifecycle contains handlers for pod lifecycle events and interfaces to integrate with kubelet admission, synchronization, and eviction of pods.
Package lifecycle contains handlers for pod lifecycle events and interfaces to integrate with kubelet admission, synchronization, and eviction of pods.
kubelet/nodeshutdown
Package nodeshutdown can watch for node level shutdown events and trigger graceful termination of pods running on the node prior to a system shutdown.
Package nodeshutdown can watch for node level shutdown events and trigger graceful termination of pods running on the node prior to a system shutdown.
kubelet/nodeshutdown/systemd
Package systemd provides utility functions for kubelet to perform systemd related operations.
Package systemd provides utility functions for kubelet to perform systemd related operations.
kubelet/pleg
Package pleg contains types and a generic implementation of the pod lifecycle event generator.
Package pleg contains types and a generic implementation of the pod lifecycle event generator.
kubelet/pluginmanager/cache
Package cache implements data structures used by the kubelet plugin manager to keep track of registered plugins.
Package cache implements data structures used by the kubelet plugin manager to keep track of registered plugins.
kubelet/pluginmanager/operationexecutor
Package 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.
Package 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.
kubelet/pluginmanager/reconciler
Package 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).
Package 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).
kubelet/pod/testing
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
kubelet/qos
Package qos contains helper functions for quality of service.
Package qos contains helper functions for quality of service.
kubelet/server
Package server contains functions related to serving Kubelet's external interface.
Package server contains functions related to serving Kubelet's external interface.
kubelet/server/stats
Package stats handles exporting Kubelet and container stats.
Package stats handles exporting Kubelet and container stats.
kubelet/server/stats/testing
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
kubelet/status/testing
Package testing is a generated GoMock package.
Package testing is a generated GoMock package.
kubelet/token
Package token implements a manager of serviceaccount tokens for pods running on the node.
Package token implements a manager of serviceaccount tokens for pods running on the node.
kubelet/types
Package types contains common types in the Kubelet.
Package types contains common types in the Kubelet.
kubelet/util
Package util holds utility functions.
Package util holds utility functions.
kubelet/util/store
Package store hosts a Store interface and its implementations.
Package store hosts a Store interface and its implementations.
kubelet/volumemanager/cache
Package cache implements data structures used by the kubelet volume manager to keep track of attached volumes and the pods that mounted them.
Package cache implements data structures used by the kubelet volume manager to keep track of attached volumes and the pods that mounted them.
kubelet/volumemanager/populator
Package populator implements interfaces that monitor and keep the states of the caches in sync with the "ground truth".
Package populator implements interfaces that monitor and keep the states of the caches in sync with the "ground truth".
kubelet/winstats
Package winstats provides a client to get node and pod level stats on windows
Package winstats provides a client to get node and pod level stats on windows
probe
Package probe contains utilities for health probing, as well as health status information.
Package probe contains utilities for health probing, as well as health status information.
proxy
Package proxy implements the layer-3 network proxy.
Package proxy implements the layer-3 network proxy.
proxy/config
Package config provides decoupling between various configuration sources (etcd, files,...) and the pieces that actually care about them (loadbalancer, proxy).
Package config provides decoupling between various configuration sources (etcd, files,...) and the pieces that actually care about them (loadbalancer, proxy).
proxy/healthcheck
Package healthcheck provides tools for serving kube-proxy healthchecks.
Package healthcheck provides tools for serving kube-proxy healthchecks.
quota/v1/evaluator/core
Package core contains modules that interface with the core api group
Package core contains modules that interface with the core api group
registry
Package registry implements the storage and system logic for the core of the api server.
Package registry implements the storage and system logic for the core of the api server.
registry/apiserverinternal/storageversion
Package storageversion provides Registry interface and it's RESTStorage implementation for storing StorageVersion api objects.
Package storageversion provides Registry interface and it's RESTStorage implementation for storing StorageVersion api objects.
registry/apps/daemonset
Package daemonset provides Registry interface and its RESTStorage implementation for storing DaemonSet api objects.
Package daemonset provides Registry interface and its RESTStorage implementation for storing DaemonSet api objects.
registry/apps/replicaset
Package replicaset provides Registry interface and it's RESTStorage implementation for storing ReplicaSet api objects.
Package replicaset provides Registry interface and it's RESTStorage implementation for storing ReplicaSet api objects.
registry/batch/cronjob
Package cronjob provides Registry interface and it's RESTStorage implementation for storing CronJob api objects.
Package cronjob provides Registry interface and it's RESTStorage implementation for storing CronJob api objects.
registry/batch/job
Package job provides Registry interface and it's RESTStorage implementation for storing Job api objects.
Package job provides Registry interface and it's RESTStorage implementation for storing Job api objects.
registry/certificates/certificates
Package certificates provides Registry interface and its RESTStorage implementation for storing CertificateSigningRequest objects.
Package certificates provides Registry interface and its RESTStorage implementation for storing CertificateSigningRequest objects.
registry/certificates/clustertrustbundle
Package clustertrustbundle provides Registry interface and its RESTStorage implementation for storing ClusterTrustBundle objects.
Package clustertrustbundle provides Registry interface and its RESTStorage implementation for storing ClusterTrustBundle objects.
registry/core/componentstatus
Package componentstatus provides interfaces and implementation for retrieving cluster component status.
Package componentstatus provides interfaces and implementation for retrieving cluster component status.
registry/core/configmap
Package configmap provides Registry interface and its REST implementation for storing ConfigMap API objects.
Package configmap provides Registry interface and its REST implementation for storing ConfigMap API objects.
registry/core/endpoint
Package endpoint provides Registry interface and it's RESTStorage implementation for storing Endpoint api objects.
Package endpoint provides Registry interface and it's RESTStorage implementation for storing Endpoint api objects.
registry/core/event
Package event provides Registry interface and it's REST implementation for storing Event api objects.
Package event provides Registry interface and it's REST implementation for storing Event api objects.
registry/core/limitrange
Package limitrange provides Registry interface and it's REST implementation for storing LimitRange api objects.
Package limitrange provides Registry interface and it's REST implementation for storing LimitRange api objects.
registry/core/namespace
Package namespace provides Registry interface and it's REST implementation for storing Namespace api objects.
Package namespace provides Registry interface and it's REST implementation for storing Namespace api objects.
registry/core/node
Package node provides Registry interface and implementation for storing Nodes.
Package node provides Registry interface and implementation for storing Nodes.
registry/core/pod
Package pod provides Registry interface and it's RESTStorage implementation for storing Pod api objects.
Package pod provides Registry interface and it's RESTStorage implementation for storing Pod api objects.
registry/core/podtemplate
Package podtemplate provides RESTStorage implementations for storing PodTemplate API objects.
Package podtemplate provides RESTStorage implementations for storing PodTemplate API objects.
registry/core/rangeallocation
Package rangeallocation provides the Registry interface for storing RangeAllocation api objects.
Package rangeallocation provides the Registry interface for storing RangeAllocation api objects.
registry/core/replicationcontroller
Package replicationcontroller provides Registry interface and it's RESTStorage implementation for storing ReplicationController api objects.
Package replicationcontroller provides Registry interface and it's RESTStorage implementation for storing ReplicationController api objects.
registry/core/resourcequota
Package resourcequota provides Registry interface and it's REST implementation for storing ResourceQuota api objects.
Package resourcequota provides Registry interface and it's REST implementation for storing ResourceQuota api objects.
registry/core/secret
Package secrets provides Registry interface and its REST implementation for storing Secret api objects.
Package secrets provides Registry interface and its REST implementation for storing Secret api objects.
registry/core/service
Package service provides the Registry interface and its RESTStorage implementation for storing Service api objects.
Package service provides the Registry interface and its RESTStorage implementation for storing Service api objects.
registry/core/serviceaccount
Package serviceaccount provides a Registry interface and a strategy implementation for storing ServiceAccount API objects.
Package serviceaccount provides a Registry interface and a strategy implementation for storing ServiceAccount API objects.
registry/flowcontrol/flowschema
Package flowschema provides model implementation of flow-schema api
Package flowschema provides model implementation of flow-schema api
registry/flowcontrol/prioritylevelconfiguration
Package prioritylevelconfiguration provides model implementation of priority-level-configuration api
Package prioritylevelconfiguration provides model implementation of priority-level-configuration api
registry/rbac/clusterrole
Package clusterrole provides Registry interface and its RESTStorage implementation for storing ClusterRole objects.
Package clusterrole provides Registry interface and its RESTStorage implementation for storing ClusterRole objects.
registry/rbac/clusterrole/policybased
Package policybased implements a standard storage for ClusterRole that prevents privilege escalation.
Package policybased implements a standard storage for ClusterRole that prevents privilege escalation.
registry/rbac/clusterrolebinding
Package certificates provides Registry interface and its RESTStorage implementation for storing ClusterRoleBinding objects.
Package certificates provides Registry interface and its RESTStorage implementation for storing ClusterRoleBinding objects.
registry/rbac/clusterrolebinding/policybased
Package policybased implements a standard storage for ClusterRoleBinding that prevents privilege escalation.
Package policybased implements a standard storage for ClusterRoleBinding that prevents privilege escalation.
registry/rbac/role
Package role provides Registry interface and its RESTStorage implementation for storing Role objects.
Package role provides Registry interface and its RESTStorage implementation for storing Role objects.
registry/rbac/role/policybased
Package policybased implements a standard storage for Role that prevents privilege escalation.
Package policybased implements a standard storage for Role that prevents privilege escalation.
registry/rbac/rolebinding
Package certificates provides Registry interface and its RESTStorage implementation for storing RoleBinding objects.
Package certificates provides Registry interface and its RESTStorage implementation for storing RoleBinding objects.
registry/rbac/rolebinding/policybased
Package policybased implements a standard storage for RoleBinding that prevents privilege escalation.
Package policybased implements a standard storage for RoleBinding that prevents privilege escalation.
registry/registrytest
Package registrytest provides tests for Registry implementations for storing Nodes, Pods, Schedulers and Services.
Package registrytest provides tests for Registry implementations for storing Nodes, Pods, Schedulers and Services.
registry/storage/csidriver
Package csidriver provides Registry interface and its REST implementation for storing csidriver api objects.
Package csidriver provides Registry interface and its REST implementation for storing csidriver api objects.
registry/storage/csinode
Package csinode provides Registry interface and its REST implementation for storing csinode api objects.
Package csinode provides Registry interface and its REST implementation for storing csinode api objects.
registry/storage/csistoragecapacity
Package csistoragecapacity provides Registry interface and its REST implementation for storing csistoragecapacity api objects.
Package csistoragecapacity provides Registry interface and its REST implementation for storing csistoragecapacity api objects.
registry/storage/storageclass
Package storageClass provides Registry interface and its REST implementation for storing storageclass api objects.
Package storageClass provides Registry interface and its REST implementation for storing storageclass api objects.
registry/storage/volumeattachment
Package volumeattachment provides Registry interface and its REST implementation for storing volumeattachment api objects.
Package volumeattachment provides Registry interface and its REST implementation for storing volumeattachment api objects.
registry/storage/volumeattributesclass
Package volumeattributesclass provides Registry interface and its REST implementation for storing volumeattributesclass api objects.
Package volumeattributesclass provides Registry interface and its REST implementation for storing volumeattributesclass api objects.
registry/storagemigration/storagemigration
Package storagemigration provides Registry interface and its RESTStorage implementation for storing StorageVersionMigration objects.
Package storagemigration provides Registry interface and its RESTStorage implementation for storing StorageVersionMigration objects.
routes
Package routes holds a collection of optional master http handlers.
Package routes holds a collection of optional master http handlers.
scheduler/metrics/resources
Package resources provides a metrics collector that reports the resource consumption (requests and limits) of the pods in the cluster as the scheduler and kubelet would interpret it.
Package resources provides a metrics collector that reports the resource consumption (requests and limits) of the pods in the cluster as the scheduler and kubelet would interpret it.
scheduler/profile
Package profile holds the definition of a scheduling Profile.
Package profile holds the definition of a scheduling Profile.
security
Package security contains security apis and implementations.
Package security contains security apis and implementations.
securitycontext
Package securitycontext contains security context api implementations
Package securitycontext contains security context api implementations
util/bandwidth
Package bandwidth provides utilities for bandwidth shaping
Package bandwidth provides utilities for bandwidth shaping
util/goroutinemap
Package goroutinemap implements a data structure for managing go routines by name.
Package goroutinemap implements a data structure for managing go routines by name.
util/goroutinemap/exponentialbackoff
Package exponentialbackoff contains logic for implementing exponential backoff for GoRoutineMap and NestedPendingOperations.
Package exponentialbackoff contains logic for implementing exponential backoff for GoRoutineMap and NestedPendingOperations.
util/iptables
Package iptables provides an interface and implementations for running iptables commands.
Package iptables provides an interface and implementations for running iptables commands.
util/labels
Package labels provides utilities to work with Kubernetes labels.
Package labels provides utilities to work with Kubernetes labels.
util/oom
Package oom implements utility functions relating to out of memory management.
Package oom implements utility functions relating to out of memory management.
util/procfs
Package procfs implements utility functions relating to the /proc mount.
Package procfs implements utility functions relating to the /proc mount.
util/slice
Package slice provides utility methods for common operations on slices.
Package slice provides utility methods for common operations on slices.
util/taints
package taints implements utilities for working with taints
package taints implements utilities for working with taints
util/tolerations
Package tolerations provides utilities to work with pod spec tolerations.
Package tolerations provides utilities to work with pod spec tolerations.
volume
Package volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets.
Package volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets.
volume/cephfs
Package cephfs contains the internal representation of Ceph file system (CephFS) volumes.
Package cephfs contains the internal representation of Ceph file system (CephFS) volumes.
volume/configmap
Package configmap contains the internal representation of configMap volumes.
Package configmap contains the internal representation of configMap volumes.
volume/csi/nodeinfomanager
Package nodeinfomanager includes internal functions used to add/delete labels to kubernetes nodes for corresponding CSI drivers
Package nodeinfomanager includes internal functions used to add/delete labels to kubernetes nodes for corresponding CSI drivers
volume/emptydir
Package emptydir contains the internal representation of emptyDir volumes.
Package emptydir contains the internal representation of emptyDir volumes.
volume/fc
Package fc contains the internal representation of Fibre Channel (fc) volumes.
Package fc contains the internal representation of Fibre Channel (fc) volumes.
volume/git_repo
Package git_repo contains the internal representation of git repo volumes.
Package git_repo contains the internal representation of git repo volumes.
volume/hostpath
Package hostpath contains the internal representation of hostPath volumes.
Package hostpath contains the internal representation of hostPath volumes.
volume/iscsi
Package iscsi contains the internal representation of Internet Small Computer System Interface (iSCSI) volumes.
Package iscsi contains the internal representation of Internet Small Computer System Interface (iSCSI) volumes.
volume/local
Package local contains the internal representation of local volumes
Package local contains the internal representation of local volumes
volume/nfs
Package nfs contains the internal representation of network file system (NFS) volumes.
Package nfs contains the internal representation of network file system (NFS) volumes.
volume/portworx
Package portworx contains the internal representation of Portworx Block Device volumes.
Package portworx contains the internal representation of Portworx Block Device volumes.
volume/rbd
Package rbd contains the internal representation of Rados Block Store (Ceph) volumes.
Package rbd contains the internal representation of Rados Block Store (Ceph) volumes.
volume/secret
Package secret contains the internal representation of secret volumes.
Package secret contains the internal representation of secret volumes.
volume/util
Package util contains utility code for use by volume plugins.
Package util contains utility code for use by volume plugins.
volume/util/nestedpendingoperations
Package nestedpendingoperations is a modified implementation of pkg/util/goroutinemap.
Package nestedpendingoperations is a modified implementation of pkg/util/goroutinemap.
volume/util/operationexecutor
Package 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.
Package 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.
volume/util/types
Package types defines types used only by volume components
Package types defines types used only by volume components
plugin
pkg/admission/alwayspullimages
Package alwayspullimages contains an admission controller that modifies every new Pod to force the image pull policy to Always.
Package alwayspullimages contains an admission controller that modifies every new Pod to force the image pull policy to Always.
pkg/admission/antiaffinity
Package antiaffinity provides the LimitPodHardAntiAffinityTopology admission controller.
Package antiaffinity provides the LimitPodHardAntiAffinityTopology admission controller.
pkg/admission/eventratelimit
Package eventratelimit contains an admission controller that enforces a rate limit on events
Package eventratelimit contains an admission controller that enforces a rate limit on events
pkg/admission/eventratelimit/apis/eventratelimit/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/admission/eventratelimit/apis/eventratelimit/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
Package v1alpha1 is the v1alpha1 version of the API.
pkg/admission/imagepolicy
Package imagepolicy contains an admission controller that configures a webhook to which policy decisions are delegated.
Package imagepolicy contains an admission controller that configures a webhook to which policy decisions are delegated.
pkg/admission/podtolerationrestriction
Package 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.
Package 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.
pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
Package v1alpha1 is the v1alpha1 version of the API.
pkg/admission/runtimeclass
Package runtimeclass contains an admission controller for modifying and validating new Pods to take RuntimeClass into account.
Package runtimeclass contains an admission controller for modifying and validating new Pods to take RuntimeClass into account.
pkg/admission/security
Package security contains admission plugins specific to cluster security.
Package security contains admission plugins specific to cluster security.
pkg/admission/serviceaccount
Package serviceaccount enforces all pods having an associated serviceaccount, and all containers mounting the API token for that serviceaccount at a known location
Package serviceaccount enforces all pods having an associated serviceaccount, and all containers mounting the API token for that serviceaccount at a known location
pkg/admission/storage/persistentvolume/label
Package label created persistent volumes with zone information as provided by the cloud provider
Package label created persistent volumes with zone information as provided by the cloud provider
pkg/auth
Package auth contains implementations for interfaces in the pkg/auth package
Package auth contains implementations for interfaces in the pkg/auth package
pkg/auth/authenticator/token/bootstrap
Package bootstrap provides a token authenticator for TLS bootstrap secrets.
Package bootstrap provides a token authenticator for TLS bootstrap secrets.
pkg/auth/authorizer
Package authorizer contains implementations for pkg/auth/authorizer interfaces
Package authorizer contains implementations for pkg/auth/authorizer interfaces
pkg/auth/authorizer/rbac
Package rbac implements the authorizer.Authorizer interface using roles base access control.
Package rbac implements the authorizer.Authorizer interface using roles base access control.
test
conformance
This stand-alone package is utilized for dynamically generating/maintaining a list of conformance tests.
This stand-alone package is utilized for dynamically generating/maintaining a list of conformance tests.
e2e
e2e/apimachinery
Package apimachinery contains e2e tests owned by SIG-API-Machinery.
Package apimachinery contains e2e tests owned by SIG-API-Machinery.
e2e/dra/test-driver/app
Package app does all of the work necessary to configure and run a Kubernetes app process.
Package app does all of the work necessary to configure and run a Kubernetes app process.
e2e/environment
Package environment contains pre-defined environments used by test/e2e and/or test/e2e_node.
Package environment contains pre-defined environments used by test/e2e and/or test/e2e_node.
e2e/feature
Package feature contains pre-defined features used by test/e2e and/or test/e2e_node.
Package feature contains pre-defined features used by test/e2e and/or test/e2e_node.
e2e/framework
Package framework contains provider-independent helper code for building and running E2E tests with Ginkgo.
Package framework contains provider-independent helper code for building and running E2E tests with Ginkgo.
e2e/framework/config
Package config simplifies the declaration of configuration options.
Package config simplifies the declaration of configuration options.
e2e/framework/debug/init
Package init sets debug.DumpAllNamespaceInfo as implementation in the framework and enables log size verification and resource gathering.
Package init sets debug.DumpAllNamespaceInfo as implementation in the framework and enables log size verification and resource gathering.
e2e/framework/metrics/init
Package init installs GrabBeforeEach and GrabAfterEach as callbacks for gathering data before and after a test.
Package init installs GrabBeforeEach and GrabAfterEach as callbacks for gathering data before and after a test.
e2e/framework/node/init
Package init registers node.AllNodesReady.
Package init registers node.AllNodesReady.
e2e/framework/testfiles
Package testfiles provides a wrapper around various optional ways of retrieving additional files needed during a test run: - builtin bindata - filesystem access
Package testfiles provides a wrapper around various optional ways of retrieving additional files needed during a test run: - builtin bindata - filesystem access
e2e/network
Package network are the end-to-end tests for Kubernetes networking.
Package network are the end-to-end tests for Kubernetes networking.
e2e/nodefeature
Package feature contains pre-defined node features used by test/e2e and/or test/e2e_node.
Package feature contains pre-defined node features used by test/e2e and/or test/e2e_node.
e2e/storage/drivers/csi-test/driver
Package driver is a generated GoMock package.
Package driver is a generated GoMock package.
e2e/storage/podlogs
Package podlogs enables live capturing of all events and log messages for some or all pods in a namespace as they get generated.
Package podlogs enables live capturing of all events and log messages for some or all pods in a namespace as they get generated.
e2e/upgrades
Package upgrades provides a framework for testing Kubernetes features before, during, and after different types of upgrades.
Package upgrades provides a framework for testing Kubernetes features before, during, and after different types of upgrades.
e2e_node
Package e2enode contains e2e tests specific to the node
Package e2enode contains e2e tests specific to the node
e2e_node/environment
Build the binary with `go build conformance.go`, then run the conformance binary on a node candidate.
Build the binary with `go build conformance.go`, then run the conformance binary on a node candidate.
e2e_node/plugins/gcp-credential-provider
Originally copied from pkg/credentialproviders/gcp
Originally copied from pkg/credentialproviders/gcp
e2e_node/remote
Package remote contains implementations of the TestSuite interface, which specify how to run various node test suites remotely.
Package remote contains implementations of the TestSuite interface, which specify how to run various node test suites remotely.
e2e_node/runner/remote
To run the node e2e tests remotely against one or more hosts on gce: $ go run run_remote.go --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 --v 2 --project <project> --zone <zone> --ssh-env gce --images <comma separated images>
To run the node e2e tests remotely against one or more hosts on gce: $ go run run_remote.go --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 --v 2 --project <project> --zone <zone> --ssh-env gce --images <comma separated images>
fuzz/json
Package json implements fuzzers for json deserialization routines in Kubernetes.
Package json implements fuzzers for json deserialization routines in Kubernetes.
fuzz/yaml
Package yaml implements fuzzers for yaml deserialization routines in Kubernetes.
Package yaml implements fuzzers for yaml deserialization routines in Kubernetes.
images/agnhost/grpc-health-checking
Package grpchealthchecking offers a tiny grpc health checking endpoint.
Package grpchealthchecking offers a tiny grpc health checking endpoint.
images/agnhost/openidmetadata
Package openidmetadata tests the OIDC discovery endpoints which are part of the ServiceAccountIssuerDiscovery feature.
Package openidmetadata tests the OIDC discovery endpoints which are part of the ServiceAccountIssuerDiscovery feature.
images/agnhost/test-webserver
Package testwebserver offers a tiny web server that serves a static file.
Package testwebserver offers a tiny web server that serves a static file.
images/pets/peer-finder
A small utility program to lookup hostnames of endpoints in a service.
A small utility program to lookup hostnames of endpoints in a service.
instrumentation
This stand-alone package is utilized for dynamically generating/maintaining a list of metrics; this list is determined by the stability class of the metric.
This stand-alone package is utilized for dynamically generating/maintaining a list of metrics; this list is determined by the stability class of the metric.
instrumentation/documentation
This stand-alone package is utilized for dynamically generating/maintaining documentation on all parseable metrics in the Kubernetes code base.
This stand-alone package is utilized for dynamically generating/maintaining documentation on all parseable metrics in the Kubernetes code base.
integration
Package integration provides integration tests for Kubernetes.Some tests require a running etcd or Docker installation on the system.
Package integration provides integration tests for Kubernetes.Some tests require a running etcd or Docker installation on the system.
list
list all unit and ginkgo test names that will be run
list all unit and ginkgo test names that will be run
typecheck
do a fast type check of kubernetes code, for all platforms.
do a fast type check of kubernetes code, for all platforms.
utils/format
Package format is an extension of Gomega's format package which improves printing of objects that can be serialized well as YAML, like the structs in the Kubernetes API.
Package format is an extension of Gomega's format package which improves printing of objects that can be serialized well as YAML, like the structs in the Kubernetes API.
utils/junit
Package junit provides data structures to allow easy XML encoding and decoding of JUnit test results.
Package junit provides data structures to allow easy XML encoding and decoding of JUnit test results.
utils/ktesting
Package ktesting is a wrapper around k8s.io/klog/v2/ktesting.
Package ktesting is a wrapper around k8s.io/klog/v2/ktesting.
utils/ktesting/examples/gomega
The tests will fail and therefore are excluded from normal "make test" via the "example" build tag.
The tests will fail and therefore are excluded from normal "make test" via the "example" build tag.
utils/ktesting/examples/logging
The tests will fail and therefore are excluded from normal "make test" via the "example" build tag.
The tests will fail and therefore are excluded from normal "make test" via the "example" build tag.
utils/ktesting/examples/with_ktesting
The tests will fail and therefore are excluded from normal "make test" via the "example" build tag.
The tests will fail and therefore are excluded from normal "make test" via the "example" build tag.
utils/ktesting/examples/without_ktesting
The tests will fail and therefore are excluded from normal "make test" via the "example" build tag.
The tests will fail and therefore are excluded from normal "make test" via the "example" build tag.
utils/oidc
Package oidc is a generated GoMock package.
Package oidc is a generated GoMock package.
third_party
forked/gonum/graph/internal/linear
Package linear provides common linear data structures.
Package linear provides common linear data structures.
forked/gonum/graph/simple
Package simple provides a suite of simple graph implementations satisfying the gonum/graph interfaces.
Package simple provides a suite of simple graph implementations satisfying the gonum/graph interfaces.
forked/gonum/graph/traverse
Package traverse provides basic graph traversal primitives.
Package traverse provides basic graph traversal primitives.
forked/gotestsum/junitxml
Package junitxml creates a JUnit XML report from a testjson.Execution.
Package junitxml creates a JUnit XML report from a testjson.Execution.
forked/vishhstress
Package vishhstress was forked from <https://github.com/vishh/stress/tree/eab4e3384bcad9899b8b801b4a1917a758e97d96> so that it can be consumed from agnhost.
Package vishhstress was forked from <https://github.com/vishh/stress/tree/eab4e3384bcad9899b8b801b4a1917a758e97d96> so that it can be consumed from agnhost.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL