cluster | |
cluster/gce | |
cluster/gce/gci | |
cluster/gce/gci/mounter | |
cluster/images | |
cluster/images/etcd | |
cluster/images/etcd/migrate | |
cluster/images/etcd-version-monitor | |
cmd | |
cmd/clicheck | |
cmd/cloud-controller-manager | |
cmd/cloud-controller-manager/app | Package 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/hyperkube | A binary that can morph into all of the other kubernetes binaries. |
cmd/importverifier | |
cmd/kubeadm | |
cmd/kubeadm/app | |
cmd/kubeadm/app/apis | |
cmd/kubeadm/app/apis/kubeadm | Package 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/v1alpha3 | Package v1alpha3 defines the v1alpha3 version of the kubeadm config file format, that is a big step forward the objective of graduate kubeadm config to beta. |
cmd/kubeadm/app/apis/kubeadm/v1beta1 | Package v1beta1 defines the v1beta1 version of the kubeadm configuration file format. |
cmd/kubeadm/app/apis/kubeadm/validation | |
cmd/kubeadm/app/cmd | |
cmd/kubeadm/app/cmd/alpha | |
cmd/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. |
cmd/kubeadm/app/cmd/phases | |
cmd/kubeadm/app/cmd/phases/init | |
cmd/kubeadm/app/cmd/phases/join | |
cmd/kubeadm/app/cmd/phases/workflow | Package 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/kubeconfig | |
cmd/kubeadm/app/util/pkiutil | |
cmd/kubeadm/app/util/pubkeypin | Package 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/app/util/system | |
cmd/kubeadm/test | |
cmd/kubeadm/test/cmd | |
cmd/kubeadm/test/kubeconfig | |
cmd/kube-apiserver | apiserver is the main api server and master for the cluster. |
cmd/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. |
cmd/kube-apiserver/app/options | Package options contains flags and options for initializing an apiserver |
cmd/kube-apiserver/app/testing | |
cmd/kube-controller-manager | The controller manager is responsible for monitoring replication controllers, and creating corresponding pods to achieve the desired state. |
cmd/kube-controller-manager/app | Package app implements a server that runs a set of active components. |
cmd/kube-controller-manager/app/config | |
cmd/kube-controller-manager/app/options | Package options provides the flags used for the controller manager. |
cmd/kube-controller-manager/app/testing | |
cmd/kubectl | |
cmd/kubelet | The kubelet binary is responsible for maintaining a set of containers on a particular host VM. |
cmd/kubelet/app | Package app makes it easy to create a kubelet server for various contexts. |
cmd/kubelet/app/options | Package options contains all of the primary arguments for a kubelet. |
cmd/kubemark | |
cmd/kube-proxy | |
cmd/kube-proxy/app | Package app does all of the work necessary to configure and run a Kubernetes app process. |
cmd/kube-scheduler | |
cmd/kube-scheduler/app | Package 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 | |
hack | User-interface for test-infra/kubetest/e2e.go Equivalent to go get -u k8s.io/test-infra/kubetest && kubetest "${@}" |
hack/boilerplate | |
hack/boilerplate/test | |
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/api/ref | |
pkg/api/resource | |
pkg/api/resourcequota | |
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/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
pkg/apis/admissionregistration | Package admissionregistration is the internal version of the API. |
pkg/apis/admissionregistration/fuzzer | |
pkg/apis/admissionregistration/install | |
pkg/apis/admissionregistration/v1beta1 | Package v1beta1 is the v1beta1 version of the API. |
pkg/apis/admissionregistration/validation | |
pkg/apis/admission/v1beta1 | |
pkg/apis/apps | |
pkg/apis/apps/fuzzer | |
pkg/apis/apps/install | Package 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/install | Package 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/install | Package 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/validation | Package validation contains methods to validate kinds in the authentication.k8s.io API group. |
pkg/apis/authorization | |
pkg/apis/authorization/fuzzer | |
pkg/apis/authorization/install | Package 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/install | Package 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/install | Package 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/install | Package 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/install | Package 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/core | Package api contains the latest (or "internal") version of the Kubernetes API objects. |
pkg/apis/core/fuzzer | |
pkg/apis/core/helper | |
pkg/apis/core/helper/qos | NOTE: DO NOT use those helper functions through client-go, the package path will be changed in the future. |
pkg/apis/core/install | Package 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/v1 | Package 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/validation | Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid. |
pkg/api/service | |
pkg/apis/events | |
pkg/apis/events/install | Package 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/install | Package 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/imagepolicy | |
pkg/apis/imagepolicy/fuzzer | |
pkg/apis/imagepolicy/install | Package 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/install | Package 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/install | Package 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/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
pkg/apis/policy/v1beta1 | Package policy is for any kind of policy object. |
pkg/apis/policy/validation | |
pkg/apis/rbac | |
pkg/apis/rbac/fuzzer | |
pkg/apis/rbac/install | Package 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/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
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/install | Package 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/install | Package 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/testapi | Package testapi provides a helper for retrieving the KUBE_TEST_API environment variable. |
pkg/api/testing | Package 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/abac | |
pkg/auth/nodeidentifier | |
pkg/capabilities | package capabilities manages system level capabilities |
pkg/client | |
pkg/client/clientset_generated | |
pkg/client/clientset_generated/internalclientset | This package has the automatically generated clientset. |
pkg/client/clientset_generated/internalclientset/fake | This package has the automatically generated fake clientset. |
pkg/client/clientset_generated/internalclientset/scheme | This package contains the scheme of the automatically generated clientset. |
pkg/client/clientset_generated/internalclientset/typed | |
pkg/client/clientset_generated/internalclientset/typed/admissionregistration | |
pkg/client/clientset_generated/internalclientset/typed/admissionregistration/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/admissionregistration/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/apps | |
pkg/client/clientset_generated/internalclientset/typed/apps/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/auditregistration | |
pkg/client/clientset_generated/internalclientset/typed/auditregistration/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/auditregistration/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/authentication | |
pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/authentication/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/authorization | |
pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/autoscaling | |
pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/batch | |
pkg/client/clientset_generated/internalclientset/typed/batch/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/certificates | |
pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/coordination | |
pkg/client/clientset_generated/internalclientset/typed/coordination/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/coordination/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/core | |
pkg/client/clientset_generated/internalclientset/typed/core/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/core/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/events | |
pkg/client/clientset_generated/internalclientset/typed/events/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/events/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/extensions | |
pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/networking | |
pkg/client/clientset_generated/internalclientset/typed/networking/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/networking/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/node | |
pkg/client/clientset_generated/internalclientset/typed/node/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/node/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/policy | |
pkg/client/clientset_generated/internalclientset/typed/policy/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/rbac | |
pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/scheduling | |
pkg/client/clientset_generated/internalclientset/typed/scheduling/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/scheduling/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/settings | |
pkg/client/clientset_generated/internalclientset/typed/settings/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/settings/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/clientset_generated/internalclientset/typed/storage | |
pkg/client/clientset_generated/internalclientset/typed/storage/internalversion | This package has the automatically generated typed clients. |
pkg/client/clientset_generated/internalclientset/typed/storage/internalversion/fake | Package fake has the automatically generated clients. |
pkg/client/conditions | |
pkg/client/leaderelectionconfig | |
pkg/client/metrics | |
pkg/client/metrics/prometheus | Package prometheus creates and registers prometheus metrics with rest clients. |
pkg/client/tests | Package tests runs tests against the client which require an internal client |
pkg/cloudprovider | Package cloudprovider supplies interfaces and implementations for cloud service providers. |
pkg/cloudprovider/providers | |
pkg/cloudprovider/providers/aws | |
pkg/cloudprovider/providers/azure | |
pkg/cloudprovider/providers/azure/auth | |
pkg/cloudprovider/providers/cloudstack | |
pkg/cloudprovider/providers/fake | Package fake is a test-double implementation of cloudprovider Interface, LoadBalancer and Instances. |
pkg/cloudprovider/providers/gce | Package gce is an implementation of Interface, LoadBalancer and Instances for Google Compute Engine. |
pkg/cloudprovider/providers/openstack | |
pkg/cloudprovider/providers/ovirt | |
pkg/cloudprovider/providers/photon | This version of Photon cloud provider supports the disk interface for Photon persistent disk volume plugin. |
pkg/cloudprovider/providers/vsphere | |
pkg/cloudprovider/providers/vsphere/vclib | |
pkg/cloudprovider/providers/vsphere/vclib/diskmanagers | |
pkg/cloudprovider/providers/vsphere/vclib/fixtures | |
pkg/controller | Package 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/bootstrap | Package bootstrap provides automatic processes necessary for bootstraping. |
pkg/controller/certificates | Package certificates implements an abstract controller that is useful for building controllers that manage CSRs |
pkg/controller/certificates/approver | Package approver implements an automated approver for kubelet certificates. |
pkg/controller/certificates/cleaner | Package cleaner implements an automated cleaner that does garbage collection on CSRs that meet specific criteria. |
pkg/controller/certificates/rootcacertpublisher | |
pkg/controller/certificates/signer | Package signer implements a CA signer that uses keys stored on local disk. |
pkg/controller/cloud | |
pkg/controller/clusterroleaggregation | |
pkg/controller/cronjob | Package cronjob contains the controller for CronJob objects. |
pkg/controller/daemon | Package daemon contains logic for watching and synchronizing daemons. |
pkg/controller/daemon/util | |
pkg/controller/deployment | Package deployment contains all the logic for handling Kubernetes Deployments. |
pkg/controller/deployment/util | |
pkg/controller/disruption | |
pkg/controller/endpoint | Package endpoint provides EndpointController implementation to manage and sync service endpoints. |
pkg/controller/garbagecollector | |
pkg/controller/garbagecollector/metaonly | |
pkg/controller/history | |
pkg/controller/job | Package job contains logic for watching and synchronizing jobs. |
pkg/controller/namespace | Package namespace contains a controller that handles namespace lifecycle |
pkg/controller/namespace/deletion | |
pkg/controller/nodeipam | Package nodeipam contains code for syncing cloud instances with node registry |
pkg/controller/nodeipam/ipam | Package 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/scheduler | |
pkg/controller/podautoscaler | Package podautoscaler contains logic for autoscaling number of pods based on metrics observed. |
pkg/controller/podautoscaler/metrics | |
pkg/controller/podgc | Package podgc contains a very simple pod "garbage collector" implementation, PodGCController, that runs in the controller manager. |
pkg/controller/replicaset | Package replicaset contains logic for watching and synchronizing ReplicaSets. |
pkg/controller/replication | Package replication contains logic for watching and synchronizing replication controllers. |
pkg/controller/resourcequota | resourcequota contains a controller that makes resource quota usage observations |
pkg/controller/route | Package route contains code for syncing cloud routing rules with the list of registered nodes. |
pkg/controller/service | Package service contains code for syncing cloud load balancers with the service registry. |
pkg/controller/serviceaccount | Package serviceaccount provides implementations to manage service accounts and service account tokens |
pkg/controller/statefulset | |
pkg/controller/testutil | |
pkg/controller/ttl | |
pkg/controller/ttlafterfinished | |
pkg/controller/util | |
pkg/controller/util/node | |
pkg/controller/volume | |
pkg/controller/volume/attachdetach | Package attachdetach implements a controller to manage volume attach and detach operations. |
pkg/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. |
pkg/controller/volume/attachdetach/metrics | |
pkg/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. |
pkg/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. |
pkg/controller/volume/attachdetach/statusupdater | Package 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 | Package expand implements interfaces that attempt to resize a pvc by adding pvc to a volume resize map from which PVCs are picked and resized |
pkg/controller/volume/expand/cache | |
pkg/controller/volume/persistentvolume | |
pkg/controller/volume/persistentvolume/metrics | |
pkg/controller/volume/persistentvolume/options | |
pkg/controller/volume/pvcprotection | |
pkg/controller/volume/pvprotection | |
pkg/credentialprovider | Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme. |
pkg/credentialprovider/aws | |
pkg/credentialprovider/azure | |
pkg/credentialprovider/gcp | Package gcp_credentials contains implementations of DockerConfigProvider for Google Cloud Platform. |
pkg/credentialprovider/rancher | |
pkg/credentialprovider/secrets | |
pkg/features | |
pkg/fieldpath | Package fieldpath supplies methods for extracting fields from objects given a path to a field. |
pkg/generated | generated package is the destination for all generated files. |
pkg/generated/openapi | openapi generated definitions. |
pkg/kubeapiserver | The kubeapiserver package 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/options | Package options contains flags and options for initializing kube-apiserver |
pkg/kubeapiserver/server | |
pkg/kubectl | Package kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd. |
pkg/kubectl/apply | |
pkg/kubectl/apply/parse | |
pkg/kubectl/apply/strategy | |
pkg/kubectl/apps | |
pkg/kubectl/cmd | |
pkg/kubectl/cmd/annotate | |
pkg/kubectl/cmd/apiresources | |
pkg/kubectl/cmd/apply | |
pkg/kubectl/cmd/attach | |
pkg/kubectl/cmd/auth | |
pkg/kubectl/cmd/autoscale | |
pkg/kubectl/cmd/certificates | |
pkg/kubectl/cmd/clusterinfo | |
pkg/kubectl/cmd/completion | |
pkg/kubectl/cmd/config | |
pkg/kubectl/cmd/convert | |
pkg/kubectl/cmd/cp | |
pkg/kubectl/cmd/create | |
pkg/kubectl/cmd/delete | |
pkg/kubectl/cmd/describe | |
pkg/kubectl/cmd/diff | |
pkg/kubectl/cmd/drain | |
pkg/kubectl/cmd/edit | |
pkg/kubectl/cmd/exec | |
pkg/kubectl/cmd/explain | |
pkg/kubectl/cmd/expose | |
pkg/kubectl/cmd/get | |
pkg/kubectl/cmd/help | |
pkg/kubectl/cmd/kustomize | |
pkg/kubectl/cmd/label | |
pkg/kubectl/cmd/logs | |
pkg/kubectl/cmd/options | |
pkg/kubectl/cmd/patch | |
pkg/kubectl/cmd/plugin | |
pkg/kubectl/cmd/portforward | |
pkg/kubectl/cmd/proxy | |
pkg/kubectl/cmd/replace | |
pkg/kubectl/cmd/rollingupdate | |
pkg/kubectl/cmd/rollout | |
pkg/kubectl/cmd/run | |
pkg/kubectl/cmd/scale | |
pkg/kubectl/cmd/set | |
pkg/kubectl/cmd/set/env | Package env provides functions to incorporate environment variables into set env. |
pkg/kubectl/cmd/taint | Package taints implements utilites for working with taints |
pkg/kubectl/cmd/testing | |
pkg/kubectl/cmd/top | |
pkg/kubectl/cmd/util | |
pkg/kubectl/cmd/util/editor | |
pkg/kubectl/cmd/util/editor/crlf | |
pkg/kubectl/cmd/util/openapi | Package openapi is a collection of libraries for fetching the openapi spec from a Kubernetes server and then indexing the type definitions. |
pkg/kubectl/cmd/util/openapi/testing | |
pkg/kubectl/cmd/util/openapi/validation | |
pkg/kubectl/cmd/util/sanity | |
pkg/kubectl/cmd/version | |
pkg/kubectl/cmd/wait | |
pkg/kubectl/describe | |
pkg/kubectl/describe/versioned | |
pkg/kubectl/drain | |
pkg/kubectl/explain | |
pkg/kubectl/generate | |
pkg/kubectl/generated | |
pkg/kubectl/generate/versioned | |
pkg/kubectl/metricsutil | |
pkg/kubectl/polymorphichelpers | |
pkg/kubectl/proxy | |
pkg/kubectl/scheme | |
pkg/kubectl/util | |
pkg/kubectl/util/certificate | |
pkg/kubectl/util/deployment | |
pkg/kubectl/util/event | |
pkg/kubectl/util/fieldpath | |
pkg/kubectl/util/hash | |
pkg/kubectl/util/i18n | |
pkg/kubectl/util/logs | |
pkg/kubectl/util/podutils | |
pkg/kubectl/util/printers | |
pkg/kubectl/util/qos | |
pkg/kubectl/util/rbac | |
pkg/kubectl/util/resource | |
pkg/kubectl/util/slice | |
pkg/kubectl/util/storage | |
pkg/kubectl/util/templates | |
pkg/kubectl/util/term | |
pkg/kubectl/validation | |
pkg/kubelet | Package 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/cri | |
pkg/kubelet/apis/cri/runtime | |
pkg/kubelet/apis/cri/runtime/v1alpha2 | Package v1alpha2 is a generated protocol buffer package. |
pkg/kubelet/apis/cri/testing | |
pkg/kubelet/apis/deviceplugin | |
pkg/kubelet/apis/deviceplugin/v1alpha | Package deviceplugin is a generated protocol buffer package. |
pkg/kubelet/apis/deviceplugin/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
pkg/kubelet/apis/pluginregistration | |
pkg/kubelet/apis/pluginregistration/v1 | Package pluginregistration is a generated protocol buffer package. |
pkg/kubelet/apis/pluginregistration/v1alpha1 | Package pluginregistration is a generated protocol buffer package. |
pkg/kubelet/apis/pluginregistration/v1beta1 | Package pluginregistration is a generated protocol buffer package. |
pkg/kubelet/apis/podresources | |
pkg/kubelet/apis/podresources/v1alpha1 | Package 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/cadvisor | 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/topology | Package topology contains helpers for the CPU manager. |
pkg/kubelet/cm/cpuset | |
pkg/kubelet/cm/devicemanager | |
pkg/kubelet/cm/devicemanager/checkpoint | |
pkg/kubelet/cm/util | |
pkg/kubelet/config | Reads the pod configuration from the Kubernetes apiserver. |
pkg/kubelet/configmap | |
pkg/kubelet/container | |
pkg/kubelet/container/testing | Code generated by mockery v1.0.0 |
pkg/kubelet/custommetrics | Package custommetrics contains support for instrumenting cAdvisor to gather custom metrics from pods. |
pkg/kubelet/dockershim | Docker integration using pkg/kubelet/apis/cri/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/testing | mock_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/envvars | Package envvars is the package that build the environment variables that kubernetes provides to the containers run by it. |
pkg/kubelet/events | |
pkg/kubelet/eviction | Package eviction is responsible for enforcing eviction thresholds to maintain node stability. |
pkg/kubelet/eviction/api | |
pkg/kubelet/images | Package 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/kuberuntime | Package kuberuntime contains an implementation of kubecontainer.Runtime using the interface in pkg/kubelet/v1. |
pkg/kubelet/kuberuntime/logs | |
pkg/kubelet/leaky | Package leaky holds bits of kubelet that should be internal but have leaked out through bad abstractions. |
pkg/kubelet/lifecycle | Handlers 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/mountpod | |
pkg/kubelet/network | |
pkg/kubelet/network/dns | |
pkg/kubelet/nodelease | |
pkg/kubelet/nodestatus | |
pkg/kubelet/pleg | Package pleg contains types and a generic implementation of the pod lifecycle event generator. |
pkg/kubelet/pod | |
pkg/kubelet/pod/testing | Code generated by mockery v1.0.0 |
pkg/kubelet/preemption | |
pkg/kubelet/prober | |
pkg/kubelet/prober/results | |
pkg/kubelet/prober/testing | |
pkg/kubelet/qos | package qos contains helper functions for quality of service. |
pkg/kubelet/remote | Package remote contains gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService. |
pkg/kubelet/remote/fake | Package fake containers a fake gRPC implementation of internalapi.RuntimeService and internalapi.ImageManagerService. |
pkg/kubelet/runtimeclass | |
pkg/kubelet/runtimeclass/testing | |
pkg/kubelet/secret | |
pkg/kubelet/server | Package server contains functions related to serving Kubelet's external interface. |
pkg/kubelet/server/portforward | Package portforward contains server-side logic for handling port forwarding requests. |
pkg/kubelet/server/remotecommand | Package remotecommand contains functions related to executing commands in and attaching to pods. |
pkg/kubelet/server/stats | Package 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/token | Package token implements a manager of serviceaccount tokens for pods running on the node. |
pkg/kubelet/types | Common types in the Kubelet. |
pkg/kubelet/util | Utility functions. |
pkg/kubelet/util/cache | |
pkg/kubelet/util/format | |
pkg/kubelet/util/ioutils | |
pkg/kubelet/util/manager | |
pkg/kubelet/util/pluginwatcher | |
pkg/kubelet/util/pluginwatcher/example_plugin_apis | |
pkg/kubelet/util/pluginwatcher/example_plugin_apis/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
pkg/kubelet/util/pluginwatcher/example_plugin_apis/v1beta2 | Package v1beta2 is a generated protocol buffer package. |
pkg/kubelet/util/queue | |
pkg/kubelet/util/sliceutils | |
pkg/kubelet/util/store | Package store hosts a Store interface and its implementations. |
pkg/kubelet/volumemanager | |
pkg/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. |
pkg/kubelet/volumemanager/metrics | |
pkg/kubelet/volumemanager/populator | Package populator implements interfaces that monitor and keep the states of the caches in sync with the "ground truth". |
pkg/kubelet/volumemanager/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 (attach, detach, mount, unmount). |
pkg/kubelet/winstats | Package winstats provides a client to get node and pod level stats on windows |
pkg/kubemark | |
pkg/master | Package master contains code for setting up and running a Kubernetes cluster master. |
pkg/master/controller | |
pkg/master/controller/crdregistration | |
pkg/master/ports | Package ports defines ports used by various pieces of the kubernetes infrastructure. |
pkg/master/reconcilers | Package reconcilers provides objects for managing the list of active masters. |
pkg/master/storageversionhashdata | Package storageversionhashdata is for test only. |
pkg/master/tunneler | |
pkg/printers | |
pkg/printers/internalversion | |
pkg/printers/storage | |
pkg/probe | Package probe contains utilities for health probing, as well as health status information. |
pkg/probe/exec | |
pkg/probe/http | |
pkg/probe/tcp | |
pkg/proxy | Package 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/config | Package config provides decoupling between various configuration sources (etcd, files,...) and the pieces that actually care about them (loadbalancer, proxy). |
pkg/proxy/healthcheck | Package 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/core | core contains modules that interface with the core api group |
pkg/quota/v1/generic | |
pkg/quota/v1/install | |
pkg/registry | Package 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/daemonset | Package 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/replicaset | Package 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/cronjob | Package cronjob provides Registry interface and it's RESTStorage implementation for storing CronJob api objects. |
pkg/registry/batch/cronjob/storage | |
pkg/registry/batch/job | Package 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/certificates | Package 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/componentstatus | Package componentstatus provides interfaces and implementation for retrieving cluster component status. |
pkg/registry/core/configmap | Package configmap provides Registry interface and its REST implementation for storing ConfigMap API objects. |
pkg/registry/core/configmap/storage | |
pkg/registry/core/endpoint | Package endpoint provides Registry interface and it's RESTStorage implementation for storing Endpoint api objects. |
pkg/registry/core/endpoint/storage | |
pkg/registry/core/event | Package event provides Registry interface and it's REST implementation for storing Event api objects. |
pkg/registry/core/event/storage | |
pkg/registry/core/limitrange | Package limitrange provides Registry interface and it's REST implementation for storing LimitRange api objects. |
pkg/registry/core/limitrange/storage | |
pkg/registry/core/namespace | Package namespace provides Registry interface and it's REST implementation for storing Namespace api objects. |
pkg/registry/core/namespace/storage | |
pkg/registry/core/node | Package 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/pod | Package 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/podtemplate | Package podtemplate provides RESTStorage implementations for storing PodTemplate API objects. |
pkg/registry/core/podtemplate/storage | |
pkg/registry/core/rangeallocation | Package rangeallocation provides the Registry interface for storing RangeAllocation api objects. |
pkg/registry/core/replicationcontroller | Package controller provides Registry interface and it's RESTStorage implementation for storing ReplicationController api objects. |
pkg/registry/core/replicationcontroller/storage | |
pkg/registry/core/resourcequota | Package 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/secret | Package secrets provides Registry interface and its REST implementation for storing Secret api objects. |
pkg/registry/core/secret/storage | |
pkg/registry/core/service | Package service provides the Registry interface and its RESTStorage implementation for storing Service api objects. |
pkg/registry/core/serviceaccount | Package 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/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/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/podsecuritypolicy | Package 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/clusterrole | Package certificates provides Registry interface and its RESTStorage implementation for storing ClusterRole objects. |
pkg/registry/rbac/clusterrolebinding | Package certificates provides Registry interface and its RESTStorage implementation for storing ClusterRoleBinding objects. |
pkg/registry/rbac/clusterrolebinding/policybased | Package policybased implements a standard storage for ClusterRoleBinding that prevents privilege escalation. |
pkg/registry/rbac/clusterrolebinding/storage | |
pkg/registry/rbac/clusterrole/policybased | Package 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/role | Package certificates provides Registry interface and its RESTStorage implementation for storing Role objects. |
pkg/registry/rbac/rolebinding | Package certificates provides Registry interface and its RESTStorage implementation for storing RoleBinding objects. |
pkg/registry/rbac/rolebinding/policybased | Package policybased implements a standard storage for RoleBinding that prevents privilege escalation. |
pkg/registry/rbac/rolebinding/storage | |
pkg/registry/rbac/role/policybased | Package policybased implements a standard storage for Role that prevents privilege escalation. |
pkg/registry/rbac/role/storage | |
pkg/registry/rbac/validation | |
pkg/registry/registrytest | Package 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/csidriver | Package csidriver provides Registry interface and its REST implementation for storing csidriver api objects. |
pkg/registry/storage/csidriver/storage | |
pkg/registry/storage/csinode | Package 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/storageclass | Package storageClass provides Registry interface and its REST implementation for storing storageclass api objects. |
pkg/registry/storage/storageclass/storage | |
pkg/registry/storage/volumeattachment | Package volumeattachment provides Registry interface and its REST implementation for storing volumeattachment api objects. |
pkg/registry/storage/volumeattachment/storage | |
pkg/routes | Package routes holds a collection of optional master http handlers. |
pkg/scheduler | |
pkg/scheduler/algorithm | Package 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 | Package api contains scheduler API objects. |
pkg/scheduler/api/compatibility | |
pkg/scheduler/api/latest | |
pkg/scheduler/apis | |
pkg/scheduler/apis/config | |
pkg/scheduler/apis/config/scheme | |
pkg/scheduler/apis/config/v1alpha1 | |
pkg/scheduler/apis/config/validation | |
pkg/scheduler/api/v1 | Package v1 contains scheduler API objects. |
pkg/scheduler/api/validation | |
pkg/scheduler/core | |
pkg/scheduler/factory | Package factory can set up a scheduler. |
pkg/scheduler/internal | |
pkg/scheduler/metrics | |
pkg/scheduler/nodeinfo | |
pkg/scheduler/plugins | |
pkg/scheduler/plugins/examples | |
pkg/scheduler/plugins/v1alpha1 | |
pkg/scheduler/testing | |
pkg/scheduler/util | |
pkg/scheduler/volumebinder | |
pkg/security | Package security contains security apis and implementations. |
pkg/security/apparmor | |
pkg/securitycontext | Package securitycontext contains security context api implementations |
pkg/security/podsecuritypolicy | Package 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/capabilities | Package capabilities contains code for validating and defaulting a pod's kernel capabilities according to a security policy. |
pkg/security/podsecuritypolicy/group | Package 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/selinux | Package 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/user | Package user contains code for validating and defaulting the UID of a pod or container according to a security policy. |
pkg/security/podsecuritypolicy/util | Package 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/bandwidth | Package bandwidth provides utilities for bandwidth shaping |
pkg/util/config | Package config provides utility objects for decoupling sources of configuration and the actual configuration state. |
pkg/util/configz | Package configz serves ComponentConfig objects from running components. |
pkg/util/conntrack | |
pkg/util/coverage | |
pkg/util/dbus | Package dbus provides an injectable interface and implementations for D-Bus communication |
pkg/util/ebtables | |
pkg/util/env | |
pkg/util/filesystem | |
pkg/util/flag | |
pkg/util/flock | |
pkg/util/goroutinemap | Package goroutinemap implements a data structure for managing go routines by name. |
pkg/util/goroutinemap/exponentialbackoff | Package exponentialbackoff contains logic for implementing exponential backoff for GoRoutineMap and NestedPendingOperations. |
pkg/util/hash | |
pkg/util/initsystem | |
pkg/util/interrupt | |
pkg/util/ipconfig | Package ipconfig provides an interface and implementations for running Windows ipconfig commands. |
pkg/util/ipset | |
pkg/util/ipset/testing | |
pkg/util/iptables | Package iptables provides an interface and implementations for running iptables commands. |
pkg/util/iptables/testing | |
pkg/util/ipvs | |
pkg/util/ipvs/testing | |
pkg/util/labels | Package labels provides utilities to work with Kubernetes labels. |
pkg/util/maps | Package maps has common methods for dealing with common map types. |
pkg/util/metrics | |
pkg/util/mount | Package mount defines an interface to mounting filesystems. |
pkg/util/netsh | Package netsh provides an interface and implementations for running Windows netsh commands. |
pkg/util/netsh/testing | |
pkg/util/node | |
pkg/util/normalizer | |
pkg/util/oom | Package oom implements utility functions relating to out of memory management. |
pkg/util/parsers | |
pkg/util/pod | |
pkg/util/procfs | Package procfs implements utility functions relating to the /proc mount. |
pkg/util/prometheusclientgo | |
pkg/util/prometheusclientgo/leaderelection | |
pkg/util/reflector | |
pkg/util/reflector/prometheus | Package prometheus sets the cache DefaultMetricsFactory to produce prometheus metrics. |
pkg/util/removeall | |
pkg/util/resizefs | |
pkg/util/resourcecontainer | |
pkg/util/rlimit | |
pkg/util/selinux | Package selinux contains wrapper functions for the libcontainer SELinux package. |
pkg/util/slice | Package slice provides utility methods for common operations on slices. |
pkg/util/sysctl | |
pkg/util/sysctl/testing | |
pkg/util/system | |
pkg/util/tail | |
pkg/util/taints | package taints implements utilities for working with taints |
pkg/util/tolerations | Package tolerations provides utilities to work with pod spec tolerations. |
pkg/util/workqueue | |
pkg/util/workqueue/prometheus | |
pkg/version | Package version supplies version information collected at build time to kubernetes components. |
pkg/version/prometheus | Package prometheus registers Kubernetes version information as a prometheus metric. |
pkg/version/verflag | Package verflag defines utility functions to handle command line flags related to version of Kubernetes. |
pkg/volume | Package volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets. |
pkg/volume/awsebs | Package awsebs contains the internal representation of AWS Elastic Block Store volumes. |
pkg/volume/azure_dd | |
pkg/volume/azure_file | Package azure_file contains the internal representation of Azure File Service Volume |
pkg/volume/cephfs | Package cephfs contains the internal representation of Ceph file system (CephFS) volumes. |
pkg/volume/cinder | Package cinder contains the internal representation of cinder volumes. |
pkg/volume/configmap | Package configmap contains the internal representation of configMap volumes. |
pkg/volume/csi | |
pkg/volume/csi/csiv0 | |
pkg/volume/csi/fake | |
pkg/volume/csi/nodeinfomanager | Package nodeinfomanager includes internal functions used to add/delete labels to kubernetes nodes for corresponding CSI drivers |
pkg/volume/downwardapi | |
pkg/volume/emptydir | Package emptydir contains the internal representation of emptyDir volumes. |
pkg/volume/fc | Package fc contains the internal representation of Fibre Channel (fc) volumes. |
pkg/volume/flexvolume | |
pkg/volume/flocker | Package flocker contains the internal representation of Flocker volumes |
pkg/volume/gcepd | Package gcepd contains the internal representation of GCE PersistentDisk volumes. |
pkg/volume/git_repo | Package git_repo contains the internal representation of git repo volumes. |
pkg/volume/glusterfs | Package glusterfs contains the internal representation of glusterfs volumes. |
pkg/volume/host_path | Package host_path contains the internal representation of hostPath volumes. |
pkg/volume/iscsi | Package iscsi contains the internal representation of Internet Small Computer System Interface (iSCSI) volumes. |
pkg/volume/local | Package local contains the internal representation of local volumes |
pkg/volume/nfs | Package nfs contains the internal representation of network file system (NFS) volumes. |
pkg/volume/photon_pd | |
pkg/volume/portworx | Package portworx contains the internal representation of Portworx Block Device volumes. |
pkg/volume/projected | |
pkg/volume/quobyte | Package quobyte contains the internal representation of Quobyte volumes. |
pkg/volume/rbd | Package rbd contains the internal representation of Rados Block Store (Ceph) volumes. |
pkg/volume/scaleio | |
pkg/volume/secret | Package secret contains the internal representation of secret volumes. |
pkg/volume/storageos | Package storageos contains the internal representation of StorageOS PersistentDisk volumes. |
pkg/volume/testing | |
pkg/volume/util | Package util contains utility code for use by volume plugins. |
pkg/volume/util/fs | |
pkg/volume/util/nestedpendingoperations | Package nestedpendingoperations is a modified implementation of pkg/util/goroutinemap. |
pkg/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. |
pkg/volume/util/recyclerclient | |
pkg/volume/util/subpath | |
pkg/volume/util/types | Package types defines types used only by volume components |
pkg/volume/util/volumepathhandler | |
pkg/volume/validation | |
pkg/volume/vsphere_volume | |
pkg/watch | |
pkg/watch/json | Package json implements a simple encoder and decoder for streams of watch events over io.Writer/Readers |
plugin | |
plugin/pkg | |
plugin/pkg/admission | |
plugin/pkg/admission/admit | |
plugin/pkg/admission/alwayspullimages | Package alwayspullimages contains an admission controller that modifies every new Pod to force the image pull policy to Always. |
plugin/pkg/admission/antiaffinity | LimitPodHardAntiAffinityTopology admission controller rejects any pod that specifies "hard" (RequiredDuringScheduling) anti-affinity with a TopologyKey other than v1.LabelHostname. |
plugin/pkg/admission/defaulttolerationseconds | |
plugin/pkg/admission/deny | |
plugin/pkg/admission/eventratelimit | Package 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/install | Package 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/v1alpha1 | Package 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/imagepolicy | Package 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/podtolerationrestriction | |
plugin/pkg/admission/podtolerationrestriction/apis | |
plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction | |
plugin/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. |
plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/v1alpha1 | Package v1alpha1 is the v1alpha1 version of the API. |
plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/validation | |
plugin/pkg/admission/priority | |
plugin/pkg/admission/resourcequota | 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/install | Package 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/v1alpha1 | Package v1alpha1 is the v1alpha1 version of the API. |
plugin/pkg/admission/resourcequota/apis/resourcequota/v1beta1 | Package v1beta1 is the v1beta1 version of the API. |
plugin/pkg/admission/resourcequota/apis/resourcequota/validation | |
plugin/pkg/admission/security | Package 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/serviceaccount | serviceaccount enforces all pods having an associated serviceaccount, and all containers mounting the API token for that serviceaccount at a known location |
plugin/pkg/admission/storage | |
plugin/pkg/admission/storage/persistentvolume | |
plugin/pkg/admission/storage/persistentvolume/label | Package 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/auth | Package auth contains implementations for interfaces in the pkg/auth package |
plugin/pkg/auth/authenticator | |
plugin/pkg/auth/authenticator/token | |
plugin/pkg/auth/authenticator/token/bootstrap | Package bootstrap provides a token authenticator for TLS bootstrap secrets. |
plugin/pkg/auth/authorizer | Package authorizer contains implementations for pkg/auth/authorizer interfaces |
plugin/pkg/auth/authorizer/node | |
plugin/pkg/auth/authorizer/rbac | Package rbac implements the authorizer.Authorizer interface using roles base access control. |
plugin/pkg/auth/authorizer/rbac/bootstrappolicy | |
staging | |
staging/src | |
staging/src/k8s.io | |
staging/src/k8s.io/api | |
staging/src/k8s.io/api/admission | |
staging/src/k8s.io/api/admissionregistration | |
staging/src/k8s.io/api/admissionregistration/v1beta1 | Package v1beta1 is the v1beta1 version of the API. |
staging/src/k8s.io/api/admission/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/apps | |
staging/src/k8s.io/api/apps/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/apps/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/apps/v1beta2 | Package v1beta2 is a generated protocol buffer package. |
staging/src/k8s.io/api/auditregistration | |
staging/src/k8s.io/api/auditregistration/v1alpha1 | Package v1alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/api/authentication | |
staging/src/k8s.io/api/authentication/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/authentication/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/authorization | |
staging/src/k8s.io/api/authorization/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/authorization/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/autoscaling | |
staging/src/k8s.io/api/autoscaling/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/autoscaling/v2beta1 | Package v2beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/autoscaling/v2beta2 | Package v2beta2 is a generated protocol buffer package. |
staging/src/k8s.io/api/batch | |
staging/src/k8s.io/api/batch/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/batch/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/batch/v2alpha1 | Package v2alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/api/certificates | |
staging/src/k8s.io/api/certificates/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/coordination | |
staging/src/k8s.io/api/coordination/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/coordination/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/core | |
staging/src/k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
staging/src/k8s.io/api/events | |
staging/src/k8s.io/api/events/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/extensions | |
staging/src/k8s.io/apiextensions-apiserver | |
staging/src/k8s.io/apiextensions-apiserver/examples | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/apis | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/apis/cr | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/apis/cr/v1 | Package v1 is the v1 version of the API. |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned | This package has the automatically generated clientset. |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/typed | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/typed/cr | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/typed/cr/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/typed/cr/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers/externalversions | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers/externalversions/cr | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers/externalversions/cr/v1 | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/listers | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/listers/cr | |
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/listers/cr/v1 | |
staging/src/k8s.io/apiextensions-apiserver/pkg | |
staging/src/k8s.io/apiextensions-apiserver/pkg/apis | |
staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions | Package apiextensions is the internal version of the API. |
staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/fuzzer | |
staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/install | |
staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1 | Package v1beta1 is the v1beta1 version of the API. |
staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation | |
staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver | |
staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/conversion | |
staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset | This package has the automatically generated clientset. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset | This package has the automatically generated clientset. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/typed | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/typed/apiextensions | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/typed/apiextensions/internalversion | This package has the automatically generated typed clients. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/typed/apiextensions/internalversion/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/apiextensions | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/apiextensions/v1beta1 | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion/apiextensions | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion/apiextensions/internalversion | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion/internalinterfaces | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/listers | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/internalversion | |
staging/src/k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/v1beta1 | |
staging/src/k8s.io/apiextensions-apiserver/pkg/cmd | |
staging/src/k8s.io/apiextensions-apiserver/pkg/cmd/server | |
staging/src/k8s.io/apiextensions-apiserver/pkg/cmd/server/options | |
staging/src/k8s.io/apiextensions-apiserver/pkg/cmd/server/testing | |
staging/src/k8s.io/apiextensions-apiserver/pkg/controller | |
staging/src/k8s.io/apiextensions-apiserver/pkg/controller/establish | |
staging/src/k8s.io/apiextensions-apiserver/pkg/controller/finalizer | |
staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi | |
staging/src/k8s.io/apiextensions-apiserver/pkg/controller/status | |
staging/src/k8s.io/apiextensions-apiserver/pkg/crdserverscheme | |
staging/src/k8s.io/apiextensions-apiserver/pkg/features | |
staging/src/k8s.io/apiextensions-apiserver/pkg/generated | |
staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi | openapi generated definitions. |
staging/src/k8s.io/apiextensions-apiserver/pkg/registry | |
staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource | |
staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresourcedefinition | |
staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/tableconvertor | |
staging/src/k8s.io/apiextensions-apiserver/test | |
staging/src/k8s.io/apiextensions-apiserver/test/integration | |
staging/src/k8s.io/apiextensions-apiserver/test/integration/fixtures | |
staging/src/k8s.io/api/extensions/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/imagepolicy | |
staging/src/k8s.io/api/imagepolicy/v1alpha1 | Package v1alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/apimachinery | |
staging/src/k8s.io/apimachinery/pkg | |
staging/src/k8s.io/apimachinery/pkg/api | |
staging/src/k8s.io/apimachinery/pkg/api/apitesting | |
staging/src/k8s.io/apimachinery/pkg/api/apitesting/fuzzer | |
staging/src/k8s.io/apimachinery/pkg/api/apitesting/naming | |
staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip | |
staging/src/k8s.io/apimachinery/pkg/api/equality | |
staging/src/k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
staging/src/k8s.io/apimachinery/pkg/api/meta | Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API |
staging/src/k8s.io/apimachinery/pkg/api/meta/table | |
staging/src/k8s.io/apimachinery/pkg/api/meta/testrestmapper | |
staging/src/k8s.io/apimachinery/pkg/api/resource | Package resource is a generated protocol buffer package. |
staging/src/k8s.io/apimachinery/pkg/apis | |
staging/src/k8s.io/apimachinery/pkg/apis/meta | |
staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer | |
staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion | |
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | |
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme | |
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation | |
staging/src/k8s.io/apimachinery/pkg/apis/testapigroup | +k8s:deepcopy-gen=package +groupName=testapigroup.apimachinery.k8s.io |
staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/fuzzer | |
staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/install | Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/apimachinery/pkg/api/validation | Package validation contains generic api type validation functions. |
staging/src/k8s.io/apimachinery/pkg/api/validation/path | |
staging/src/k8s.io/apimachinery/pkg/conversion | Package conversion provides go object versioning. |
staging/src/k8s.io/apimachinery/pkg/conversion/queryparams | Package queryparams provides conversion from versioned runtime objects to URL query values |
staging/src/k8s.io/apimachinery/pkg/conversion/unstructured | |
staging/src/k8s.io/apimachinery/pkg/fields | Package fields implements a simple field system, parsing and matching selectors with sets of fields. |
staging/src/k8s.io/apimachinery/pkg/labels | Package labels implements a simple label system, parsing and matching selectors with sets of labels. |
staging/src/k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
staging/src/k8s.io/apimachinery/pkg/runtime/schema | Package schema is a generated protocol buffer package. |
staging/src/k8s.io/apimachinery/pkg/runtime/serializer | |
staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json | |
staging/src/k8s.io/apimachinery/pkg/runtime/serializer/protobuf | Package protobuf provides a Kubernetes serializer for the protobuf format. |
staging/src/k8s.io/apimachinery/pkg/runtime/serializer/recognizer | |
staging/src/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/testing | |
staging/src/k8s.io/apimachinery/pkg/runtime/serializer/streaming | Package streaming implements encoder and decoder for streams of runtime.Objects over io.Writer/Readers. |
staging/src/k8s.io/apimachinery/pkg/runtime/serializer/testing | |
staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning | |
staging/src/k8s.io/apimachinery/pkg/runtime/serializer/yaml | |
staging/src/k8s.io/apimachinery/pkg/runtime/testing | |
staging/src/k8s.io/apimachinery/pkg/selection | |
staging/src/k8s.io/apimachinery/pkg/test | |
staging/src/k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
staging/src/k8s.io/apimachinery/pkg/util | |
staging/src/k8s.io/apimachinery/pkg/util/cache | |
staging/src/k8s.io/apimachinery/pkg/util/clock | |
staging/src/k8s.io/apimachinery/pkg/util/diff | |
staging/src/k8s.io/apimachinery/pkg/util/duration | |
staging/src/k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
staging/src/k8s.io/apimachinery/pkg/util/framer | Package framer implements simple frame decoding techniques for an io.ReadCloser |
staging/src/k8s.io/apimachinery/pkg/util/httpstream | Package httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades. |
staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy | |
staging/src/k8s.io/apimachinery/pkg/util/intstr | Package intstr is a generated protocol buffer package. |
staging/src/k8s.io/apimachinery/pkg/util/json | |
staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch | |
staging/src/k8s.io/apimachinery/pkg/util/mergepatch | |
staging/src/k8s.io/apimachinery/pkg/util/naming | |
staging/src/k8s.io/apimachinery/pkg/util/net | |
staging/src/k8s.io/apimachinery/pkg/util/proxy | Package proxy provides transport and upgrade support for proxies. |
staging/src/k8s.io/apimachinery/pkg/util/rand | Package rand provides utilities related to randomization. |
staging/src/k8s.io/apimachinery/pkg/util/remotecommand | |
staging/src/k8s.io/apimachinery/pkg/util/runtime | |
staging/src/k8s.io/apimachinery/pkg/util/sets | Package sets has auto-generated set types. |
staging/src/k8s.io/apimachinery/pkg/util/sets/types | Package types just provides input types to the set generator. |
staging/src/k8s.io/apimachinery/pkg/util/strategicpatch | |
staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/testing | |
staging/src/k8s.io/apimachinery/pkg/util/uuid | |
staging/src/k8s.io/apimachinery/pkg/util/validation | |
staging/src/k8s.io/apimachinery/pkg/util/validation/field | |
staging/src/k8s.io/apimachinery/pkg/util/version | Package version provides utilities for version number comparisons |
staging/src/k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
staging/src/k8s.io/apimachinery/pkg/util/waitgroup | Package waitgroup implements SafeWaitGroup wrap of sync.WaitGroup. |
staging/src/k8s.io/apimachinery/pkg/util/yaml | |
staging/src/k8s.io/apimachinery/pkg/version | Package version supplies the type for version information collected at build time. |
staging/src/k8s.io/apimachinery/pkg/watch | Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. |
staging/src/k8s.io/apimachinery/third_party | |
staging/src/k8s.io/apimachinery/third_party/forked | |
staging/src/k8s.io/apimachinery/third_party/forked/golang | |
staging/src/k8s.io/apimachinery/third_party/forked/golang/json | Package json is forked from the Go standard library to enable us to find the field of a struct that a given JSON key maps to. |
staging/src/k8s.io/apimachinery/third_party/forked/golang/netutil | |
staging/src/k8s.io/apimachinery/third_party/forked/golang/reflect | Package reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined. |
staging/src/k8s.io/api/networking | |
staging/src/k8s.io/api/networking/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/networking/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/node | |
staging/src/k8s.io/api/node/v1alpha1 | Package v1alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/api/node/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/policy | |
staging/src/k8s.io/api/policy/v1beta1 | Package policy is for any kind of policy object. |
staging/src/k8s.io/api/rbac | |
staging/src/k8s.io/api/rbac/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/rbac/v1alpha1 | Package v1alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/api/rbac/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/api/scheduling | |
staging/src/k8s.io/api/scheduling/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/scheduling/v1alpha1 | Package v1alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/api/scheduling/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/apiserver | |
staging/src/k8s.io/apiserver/pkg | |
staging/src/k8s.io/apiserver/pkg/admission | |
staging/src/k8s.io/apiserver/pkg/admission/configuration | |
staging/src/k8s.io/apiserver/pkg/admission/initializer | |
staging/src/k8s.io/apiserver/pkg/admission/metrics | |
staging/src/k8s.io/apiserver/pkg/admission/plugin | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/namespace | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission/v1alpha1 | Package v1alpha1 is the v1alpha1 version of the API. |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/errors | Package errors contains utilities for admission webhook specific errors |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/generic | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/initializer | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating | Package mutating delegates admission checks to dynamically configured mutating webhooks. |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/namespace | Package namespace defines the utilities that are used by the webhook plugin to decide if a webhook should be applied to an object based on its namespace. |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/request | Package request creates admissionReview request based on admission attributes. |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/rules | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testcerts | Package testcerts contains generated key pairs used by the unit tests of mutating and validating webhooks. |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/util | |
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating | Package validating makes calls to validating (i.e., non-mutating) webhooks during the admission process. |
staging/src/k8s.io/apiserver/pkg/apis | |
staging/src/k8s.io/apiserver/pkg/apis/apiserver | Package apiserver is the internal version of the API. |
staging/src/k8s.io/apiserver/pkg/apis/apiserver/install | |
staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1 | Package v1alpha1 is the v1alpha1 version of the API. |
staging/src/k8s.io/apiserver/pkg/apis/audit | |
staging/src/k8s.io/apiserver/pkg/apis/audit/fuzzer | |
staging/src/k8s.io/apiserver/pkg/apis/audit/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/apiserver/pkg/apis/audit/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1 | Package v1alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/apiserver/pkg/apis/audit/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/apiserver/pkg/apis/audit/validation | |
staging/src/k8s.io/apiserver/pkg/apis/config | |
staging/src/k8s.io/apiserver/pkg/apis/config/v1 | Package v1 is the v1 version of the API. |
staging/src/k8s.io/apiserver/pkg/apis/example | package example contains an example API used to demonstrate how to create api groups. |
staging/src/k8s.io/apiserver/pkg/apis/example2 | +k8s:deepcopy-gen=package +groupName=example2.k8s.io |
staging/src/k8s.io/apiserver/pkg/apis/example2/install | Package install installs the example2 API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/apiserver/pkg/apis/example2/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/apiserver/pkg/apis/example/fuzzer | |
staging/src/k8s.io/apiserver/pkg/apis/example/install | Package install installs the example API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/apiserver/pkg/apis/example/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/apiserver/pkg/audit | TODO: Delete this file if we generate a clientset. |
staging/src/k8s.io/apiserver/pkg/audit/event | |
staging/src/k8s.io/apiserver/pkg/audit/policy | |
staging/src/k8s.io/apiserver/pkg/audit/util | |
staging/src/k8s.io/apiserver/pkg/authentication | |
staging/src/k8s.io/apiserver/pkg/authentication/authenticator | |
staging/src/k8s.io/apiserver/pkg/authentication/authenticatorfactory | |
staging/src/k8s.io/apiserver/pkg/authentication/group | |
staging/src/k8s.io/apiserver/pkg/authentication/request | |
staging/src/k8s.io/apiserver/pkg/authentication/request/anonymous | |
staging/src/k8s.io/apiserver/pkg/authentication/request/bearertoken | |
staging/src/k8s.io/apiserver/pkg/authentication/request/headerrequest | |
staging/src/k8s.io/apiserver/pkg/authentication/request/union | |
staging/src/k8s.io/apiserver/pkg/authentication/request/websocket | |
staging/src/k8s.io/apiserver/pkg/authentication/request/x509 | Package x509 provides a request authenticator that validates and extracts user information from client certificates |
staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount | |
staging/src/k8s.io/apiserver/pkg/authentication/token | |
staging/src/k8s.io/apiserver/pkg/authentication/token/cache | |
staging/src/k8s.io/apiserver/pkg/authentication/token/tokenfile | |
staging/src/k8s.io/apiserver/pkg/authentication/token/union | |
staging/src/k8s.io/apiserver/pkg/authentication/user | Package user contains utilities for dealing with simple user exchange in the auth packages. |
staging/src/k8s.io/apiserver/pkg/authorization | |
staging/src/k8s.io/apiserver/pkg/authorization/authorizer | |
staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory | |
staging/src/k8s.io/apiserver/pkg/authorization/path | Package path contains an authorizer that allows certain paths and path prefixes. |
staging/src/k8s.io/apiserver/pkg/authorization/union | Package union implements an authorizer that combines multiple subauthorizer. |
staging/src/k8s.io/apiserver/pkg/endpoints | Package endpoints contains the generic code that provides a RESTful Kubernetes-style API service. |
staging/src/k8s.io/apiserver/pkg/endpoints/discovery | |
staging/src/k8s.io/apiserver/pkg/endpoints/filters | Package filters contains all the http handler chain filters which _are_ api related, i.e. |
staging/src/k8s.io/apiserver/pkg/endpoints/handlers | Package handlers contains HTTP handlers to implement the apiserver APIs. |
staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager | |
staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/internal | |
staging/src/k8s.io/apiserver/pkg/endpoints/handlers/negotiation | Package negotiation contains media type negotiation logic. |
staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters | Package responsewriters containers helpers to write responses in HTTP handlers. |
staging/src/k8s.io/apiserver/pkg/endpoints/metrics | |
staging/src/k8s.io/apiserver/pkg/endpoints/openapi | |
staging/src/k8s.io/apiserver/pkg/endpoints/openapi/testing | |
staging/src/k8s.io/apiserver/pkg/endpoints/request | Package request contains everything around extracting info from a http request object. |
staging/src/k8s.io/apiserver/pkg/endpoints/testing | |
staging/src/k8s.io/apiserver/pkg/features | |
staging/src/k8s.io/apiserver/pkg/registry | Package registry contains the generic implementation of the storage and system logic. |
staging/src/k8s.io/apiserver/pkg/registry/generic | Package generic provides a generic object store interface and a generic label/field matching type. |
staging/src/k8s.io/apiserver/pkg/registry/generic/registry | Package etcd has a generic implementation of a registry that stores things in etcd. |
staging/src/k8s.io/apiserver/pkg/registry/generic/rest | Package rest has generic implementations of resources used for REST responses |
staging/src/k8s.io/apiserver/pkg/registry/generic/testing | |
staging/src/k8s.io/apiserver/pkg/registry/rest | Package rest defines common logic around changes to Kubernetes-style resources. |
staging/src/k8s.io/apiserver/pkg/registry/rest/resttest | |
staging/src/k8s.io/apiserver/pkg/server | Package server contains the plumbing to create kubernetes-like API server command. |
staging/src/k8s.io/apiserver/pkg/server/filters | Package filters contains all the http handler chain filters which are not api related. |
staging/src/k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
staging/src/k8s.io/apiserver/pkg/server/httplog | Package httplog contains a helper object and functions to maintain a log along with an http response. |
staging/src/k8s.io/apiserver/pkg/server/mux | Package mux contains abstractions for http multiplexing of APIs. |
staging/src/k8s.io/apiserver/pkg/server/options | package options is the public flags and options used by a generic api server. |
staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig | |
staging/src/k8s.io/apiserver/pkg/server/resourceconfig | Package resourceconfig contains the resource config related helper functions. |
staging/src/k8s.io/apiserver/pkg/server/routes | Package routes holds a collection of optional genericapiserver http handlers. |
staging/src/k8s.io/apiserver/pkg/server/storage | Package storage contains the plumbing to setup the etcd storage of the apiserver. |
staging/src/k8s.io/apiserver/pkg/storage | Interfaces for database-related operations. |
staging/src/k8s.io/apiserver/pkg/storage/cacher | |
staging/src/k8s.io/apiserver/pkg/storage/errors | Package storage provides conversion of storage errors to API errors. |
staging/src/k8s.io/apiserver/pkg/storage/etcd | |
staging/src/k8s.io/apiserver/pkg/storage/etcd3 | |
staging/src/k8s.io/apiserver/pkg/storage/etcd3/preflight | |
staging/src/k8s.io/apiserver/pkg/storage/etcd/etcdtest | |
staging/src/k8s.io/apiserver/pkg/storage/etcd/metrics | |
staging/src/k8s.io/apiserver/pkg/storage/etcd/testing | |
staging/src/k8s.io/apiserver/pkg/storage/etcd/testing/testingcert | |
staging/src/k8s.io/apiserver/pkg/storage/etcd/util | Package util holds generic etcd-related utility functions that any user of ectd might want to use, without pulling in kubernetes-specific code. |
staging/src/k8s.io/apiserver/pkg/storage/names | |
staging/src/k8s.io/apiserver/pkg/storage/storagebackend | |
staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory | |
staging/src/k8s.io/apiserver/pkg/storage/testing | |
staging/src/k8s.io/apiserver/pkg/storage/tests | |
staging/src/k8s.io/apiserver/pkg/storage/value | Package value contains methods for assisting with transformation of values in storage. |
staging/src/k8s.io/apiserver/pkg/storage/value/encrypt | |
staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes | Package aes transforms values for storage at rest using AES-GCM. |
staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope | Package envelope transforms values for storage at rest using a Envelope provider |
staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/identity | |
staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/secretbox | Package secretbox transforms values for storage at rest using XSalsa20 and Poly1305. |
staging/src/k8s.io/apiserver/pkg/util | |
staging/src/k8s.io/apiserver/pkg/util/dryrun | |
staging/src/k8s.io/apiserver/pkg/util/feature | |
staging/src/k8s.io/apiserver/pkg/util/feature/testing | |
staging/src/k8s.io/apiserver/pkg/util/flushwriter | Package flushwriter implements a wrapper for a writer that flushes on every write if that writer implements the io.Flusher interface |
staging/src/k8s.io/apiserver/pkg/util/openapi | |
staging/src/k8s.io/apiserver/pkg/util/proxy | |
staging/src/k8s.io/apiserver/pkg/util/term | |
staging/src/k8s.io/apiserver/pkg/util/webhook | Package webhook implements a generic HTTP webhook plugin. |
staging/src/k8s.io/apiserver/pkg/util/wsstream | Package wsstream contains utilities for streaming content over WebSockets. |
staging/src/k8s.io/apiserver/plugin | |
staging/src/k8s.io/apiserver/plugin/pkg | |
staging/src/k8s.io/apiserver/plugin/pkg/audit | Package audit contains implementations for pkg/audit/AuditBackend interface |
staging/src/k8s.io/apiserver/plugin/pkg/audit/buffered | Package buffered provides an implementation for the audit.Backend interface that batches incoming audit events and sends batches to the delegate audit.Backend. |
staging/src/k8s.io/apiserver/plugin/pkg/audit/dynamic | |
staging/src/k8s.io/apiserver/plugin/pkg/audit/dynamic/enforced | |
staging/src/k8s.io/apiserver/plugin/pkg/audit/fake | Package fake provides a fake audit.Backend interface implementation for testing. |
staging/src/k8s.io/apiserver/plugin/pkg/audit/log | |
staging/src/k8s.io/apiserver/plugin/pkg/audit/truncate | Package truncate provides an implementation for the audit.Backend interface that truncates audit events and sends them to the delegate audit.Backend. |
staging/src/k8s.io/apiserver/plugin/pkg/audit/webhook | Package webhook implements the audit.Backend interface using HTTP webhooks. |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator | Package authenticator contains implementations for pkg/auth/authenticator interfaces |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password | Package password contains authenticator.Password implementations |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/passwordfile | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc | oidc implements the authenticator.Token interface using the OpenID Connect protocol. |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/tokentest | |
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook | Package webhook implements the authenticator.Token interface using HTTP webhooks. |
staging/src/k8s.io/apiserver/plugin/pkg/authorizer | |
staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook | Package webhook implements the authorizer.Authorizer interface using HTTP webhooks. |
staging/src/k8s.io/api/settings | |
staging/src/k8s.io/api/settings/v1alpha1 | Package v1alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/api/storage | |
staging/src/k8s.io/api/storage/v1 | Package v1 is a generated protocol buffer package. |
staging/src/k8s.io/api/storage/v1alpha1 | Package v1alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/api/storage/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/client-go | |
staging/src/k8s.io/client-go/deprecated-dynamic | Package dynamic provides a client interface to arbitrary Kubernetes APIs that exposes common high level operations and exposes common metadata. |
staging/src/k8s.io/client-go/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
staging/src/k8s.io/client-go/discovery/cached | |
staging/src/k8s.io/client-go/discovery/cached/disk | |
staging/src/k8s.io/client-go/discovery/cached/memory | |
staging/src/k8s.io/client-go/discovery/fake | |
staging/src/k8s.io/client-go/dynamic | |
staging/src/k8s.io/client-go/dynamic/dynamicinformer | |
staging/src/k8s.io/client-go/dynamic/dynamiclister | |
staging/src/k8s.io/client-go/dynamic/fake | |
staging/src/k8s.io/client-go/examples | |
staging/src/k8s.io/client-go/examples/create-update-delete-deployment | Note: the example only works with the code within the same release/branch. |
staging/src/k8s.io/client-go/examples/fake-client | Package fakeclient contains examples on how to use fakeclient in tests. |
staging/src/k8s.io/client-go/examples/in-cluster-client-configuration | Note: the example only works with the code within the same release/branch. |
staging/src/k8s.io/client-go/examples/out-of-cluster-client-configuration | Note: the example only works with the code within the same release/branch. |
staging/src/k8s.io/client-go/examples/workqueue | |
staging/src/k8s.io/client-go/informers | |
staging/src/k8s.io/client-go/informers/admissionregistration | |
staging/src/k8s.io/client-go/informers/admissionregistration/v1beta1 | |
staging/src/k8s.io/client-go/informers/apps | |
staging/src/k8s.io/client-go/informers/apps/v1 | |
staging/src/k8s.io/client-go/informers/apps/v1beta1 | |
staging/src/k8s.io/client-go/informers/apps/v1beta2 | |
staging/src/k8s.io/client-go/informers/auditregistration | |
staging/src/k8s.io/client-go/informers/auditregistration/v1alpha1 | |
staging/src/k8s.io/client-go/informers/autoscaling | |
staging/src/k8s.io/client-go/informers/autoscaling/v1 | |
staging/src/k8s.io/client-go/informers/autoscaling/v2beta1 | |
staging/src/k8s.io/client-go/informers/autoscaling/v2beta2 | |
staging/src/k8s.io/client-go/informers/batch | |
staging/src/k8s.io/client-go/informers/batch/v1 | |
staging/src/k8s.io/client-go/informers/batch/v1beta1 | |
staging/src/k8s.io/client-go/informers/batch/v2alpha1 | |
staging/src/k8s.io/client-go/informers/certificates | |
staging/src/k8s.io/client-go/informers/certificates/v1beta1 | |
staging/src/k8s.io/client-go/informers/coordination | |
staging/src/k8s.io/client-go/informers/coordination/v1 | |
staging/src/k8s.io/client-go/informers/coordination/v1beta1 | |
staging/src/k8s.io/client-go/informers/core | |
staging/src/k8s.io/client-go/informers/core/v1 | |
staging/src/k8s.io/client-go/informers/events | |
staging/src/k8s.io/client-go/informers/events/v1beta1 | |
staging/src/k8s.io/client-go/informers/extensions | |
staging/src/k8s.io/client-go/informers/extensions/v1beta1 | |
staging/src/k8s.io/client-go/informers/internalinterfaces | |
staging/src/k8s.io/client-go/informers/networking | |
staging/src/k8s.io/client-go/informers/networking/v1 | |
staging/src/k8s.io/client-go/informers/networking/v1beta1 | |
staging/src/k8s.io/client-go/informers/node | |
staging/src/k8s.io/client-go/informers/node/v1alpha1 | |
staging/src/k8s.io/client-go/informers/node/v1beta1 | |
staging/src/k8s.io/client-go/informers/policy | |
staging/src/k8s.io/client-go/informers/policy/v1beta1 | |
staging/src/k8s.io/client-go/informers/rbac | |
staging/src/k8s.io/client-go/informers/rbac/v1 | |
staging/src/k8s.io/client-go/informers/rbac/v1alpha1 | |
staging/src/k8s.io/client-go/informers/rbac/v1beta1 | |
staging/src/k8s.io/client-go/informers/scheduling | |
staging/src/k8s.io/client-go/informers/scheduling/v1 | |
staging/src/k8s.io/client-go/informers/scheduling/v1alpha1 | |
staging/src/k8s.io/client-go/informers/scheduling/v1beta1 | |
staging/src/k8s.io/client-go/informers/settings | |
staging/src/k8s.io/client-go/informers/settings/v1alpha1 | |
staging/src/k8s.io/client-go/informers/storage | |
staging/src/k8s.io/client-go/informers/storage/v1 | |
staging/src/k8s.io/client-go/informers/storage/v1alpha1 | |
staging/src/k8s.io/client-go/informers/storage/v1beta1 | |
staging/src/k8s.io/client-go/kubernetes | This package has the automatically generated clientset. |
staging/src/k8s.io/client-go/kubernetes/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/client-go/kubernetes_test | |
staging/src/k8s.io/client-go/kubernetes/typed | |
staging/src/k8s.io/client-go/kubernetes/typed/admissionregistration | |
staging/src/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/apps | |
staging/src/k8s.io/client-go/kubernetes/typed/apps/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/apps/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/apps/v1beta2 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/apps/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/auditregistration | |
staging/src/k8s.io/client-go/kubernetes/typed/auditregistration/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/auditregistration/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/authentication | |
staging/src/k8s.io/client-go/kubernetes/typed/authentication/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/authentication/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/authentication/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/authorization | |
staging/src/k8s.io/client-go/kubernetes/typed/authorization/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/authorization/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/authorization/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/autoscaling | |
staging/src/k8s.io/client-go/kubernetes/typed/autoscaling/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/batch | |
staging/src/k8s.io/client-go/kubernetes/typed/batch/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/batch/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/batch/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/batch/v2alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/batch/v2alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/certificates | |
staging/src/k8s.io/client-go/kubernetes/typed/certificates/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/coordination | |
staging/src/k8s.io/client-go/kubernetes/typed/coordination/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/coordination/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/coordination/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/core | |
staging/src/k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/core/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/events | |
staging/src/k8s.io/client-go/kubernetes/typed/events/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/events/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/extensions | |
staging/src/k8s.io/client-go/kubernetes/typed/extensions/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/networking | |
staging/src/k8s.io/client-go/kubernetes/typed/networking/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/networking/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/networking/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/node | |
staging/src/k8s.io/client-go/kubernetes/typed/node/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/node/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/node/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/node/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/policy | |
staging/src/k8s.io/client-go/kubernetes/typed/policy/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/rbac | |
staging/src/k8s.io/client-go/kubernetes/typed/rbac/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/rbac/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/rbac/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/scheduling | |
staging/src/k8s.io/client-go/kubernetes/typed/scheduling/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/scheduling/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/settings | |
staging/src/k8s.io/client-go/kubernetes/typed/settings/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/settings/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/storage | |
staging/src/k8s.io/client-go/kubernetes/typed/storage/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/storage/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/storage/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/kubernetes/typed/storage/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/client-go/listers | |
staging/src/k8s.io/client-go/listers/admissionregistration | |
staging/src/k8s.io/client-go/listers/admissionregistration/v1beta1 | |
staging/src/k8s.io/client-go/listers/apps | |
staging/src/k8s.io/client-go/listers/apps/v1 | |
staging/src/k8s.io/client-go/listers/apps/v1beta1 | |
staging/src/k8s.io/client-go/listers/apps/v1beta2 | |
staging/src/k8s.io/client-go/listers/auditregistration | |
staging/src/k8s.io/client-go/listers/auditregistration/v1alpha1 | |
staging/src/k8s.io/client-go/listers/authentication | |
staging/src/k8s.io/client-go/listers/authentication/v1 | |
staging/src/k8s.io/client-go/listers/authentication/v1beta1 | |
staging/src/k8s.io/client-go/listers/authorization | |
staging/src/k8s.io/client-go/listers/authorization/v1 | |
staging/src/k8s.io/client-go/listers/authorization/v1beta1 | |
staging/src/k8s.io/client-go/listers/autoscaling | |
staging/src/k8s.io/client-go/listers/autoscaling/v1 | |
staging/src/k8s.io/client-go/listers/autoscaling/v2beta1 | |
staging/src/k8s.io/client-go/listers/autoscaling/v2beta2 | |
staging/src/k8s.io/client-go/listers/batch | |
staging/src/k8s.io/client-go/listers/batch/v1 | |
staging/src/k8s.io/client-go/listers/batch/v1beta1 | |
staging/src/k8s.io/client-go/listers/batch/v2alpha1 | |
staging/src/k8s.io/client-go/listers/certificates | |
staging/src/k8s.io/client-go/listers/certificates/v1beta1 | |
staging/src/k8s.io/client-go/listers/coordination | |
staging/src/k8s.io/client-go/listers/coordination/v1 | |
staging/src/k8s.io/client-go/listers/coordination/v1beta1 | |
staging/src/k8s.io/client-go/listers/core | |
staging/src/k8s.io/client-go/listers/core/v1 | |
staging/src/k8s.io/client-go/listers/events | |
staging/src/k8s.io/client-go/listers/events/v1beta1 | |
staging/src/k8s.io/client-go/listers/extensions | |
staging/src/k8s.io/client-go/listers/extensions/v1beta1 | |
staging/src/k8s.io/client-go/listers/imagepolicy | |
staging/src/k8s.io/client-go/listers/imagepolicy/v1alpha1 | |
staging/src/k8s.io/client-go/listers/networking | |
staging/src/k8s.io/client-go/listers/networking/v1 | |
staging/src/k8s.io/client-go/listers/networking/v1beta1 | |
staging/src/k8s.io/client-go/listers/node | |
staging/src/k8s.io/client-go/listers/node/v1alpha1 | |
staging/src/k8s.io/client-go/listers/node/v1beta1 | |
staging/src/k8s.io/client-go/listers/policy | |
staging/src/k8s.io/client-go/listers/policy/v1beta1 | |
staging/src/k8s.io/client-go/listers/rbac | |
staging/src/k8s.io/client-go/listers/rbac/v1 | |
staging/src/k8s.io/client-go/listers/rbac/v1alpha1 | |
staging/src/k8s.io/client-go/listers/rbac/v1beta1 | |
staging/src/k8s.io/client-go/listers/scheduling | |
staging/src/k8s.io/client-go/listers/scheduling/v1 | |
staging/src/k8s.io/client-go/listers/scheduling/v1alpha1 | |
staging/src/k8s.io/client-go/listers/scheduling/v1beta1 | |
staging/src/k8s.io/client-go/listers/settings | |
staging/src/k8s.io/client-go/listers/settings/v1alpha1 | |
staging/src/k8s.io/client-go/listers/storage | |
staging/src/k8s.io/client-go/listers/storage/v1 | |
staging/src/k8s.io/client-go/listers/storage/v1alpha1 | |
staging/src/k8s.io/client-go/listers/storage/v1beta1 | |
staging/src/k8s.io/client-go/pkg | |
staging/src/k8s.io/client-go/pkg/apis | |
staging/src/k8s.io/client-go/pkg/apis/clientauthentication | |
staging/src/k8s.io/client-go/pkg/apis/clientauthentication/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 | |
staging/src/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 | |
staging/src/k8s.io/client-go/pkg/version | Package version supplies version information collected at build time to kubernetes components. |
staging/src/k8s.io/client-go/plugin | |
staging/src/k8s.io/client-go/plugin/pkg | |
staging/src/k8s.io/client-go/plugin/pkg/client | |
staging/src/k8s.io/client-go/plugin/pkg/client/auth | |
staging/src/k8s.io/client-go/plugin/pkg/client/auth/azure | |
staging/src/k8s.io/client-go/plugin/pkg/client/auth/exec | |
staging/src/k8s.io/client-go/plugin/pkg/client/auth/gcp | |
staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc | |
staging/src/k8s.io/client-go/plugin/pkg/client/auth/openstack | |
staging/src/k8s.io/client-go/rest | |
staging/src/k8s.io/client-go/rest/fake | This is made a separate package and should only be imported by tests, because it imports testapi |
staging/src/k8s.io/client-go/restmapper | |
staging/src/k8s.io/client-go/rest/watch | |
staging/src/k8s.io/client-go/scale | Package scale provides a polymorphic scale client capable of fetching and updating Scale for any resource which implements the `scale` subresource, as long as that subresource operates on a version of scale convertable to autoscaling.Scale. |
staging/src/k8s.io/client-go/scale/fake | Package fake provides a fake client interface to arbitrary Kubernetes APIs that exposes common high level operations and exposes common metadata. |
staging/src/k8s.io/client-go/scale/scheme | Package scheme contains a runtime.Scheme to be used for serializing and deserializing different versions of Scale, and for converting in between them. |
staging/src/k8s.io/client-go/scale/scheme/appsint | Package appsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic. |
staging/src/k8s.io/client-go/scale/scheme/appsv1beta1 | |
staging/src/k8s.io/client-go/scale/scheme/appsv1beta2 | |
staging/src/k8s.io/client-go/scale/scheme/autoscalingv1 | |
staging/src/k8s.io/client-go/scale/scheme/extensionsint | Package extensionsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic. |
staging/src/k8s.io/client-go/scale/scheme/extensionsv1beta1 | |
staging/src/k8s.io/client-go/testing | |
staging/src/k8s.io/client-go/third_party | |
staging/src/k8s.io/client-go/third_party/forked | |
staging/src/k8s.io/client-go/third_party/forked/golang | |
staging/src/k8s.io/client-go/third_party/forked/golang/template | This package is copied from Go library text/template. |
staging/src/k8s.io/client-go/tools | |
staging/src/k8s.io/client-go/tools/auth | Package auth defines a file format for holding authentication information needed by clients of Kubernetes. |
staging/src/k8s.io/client-go/tools/cache | Package cache is a client-side caching mechanism. |
staging/src/k8s.io/client-go/tools/cache/testing | |
staging/src/k8s.io/client-go/tools/clientcmd | Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. |
staging/src/k8s.io/client-go/tools/clientcmd/api | |
staging/src/k8s.io/client-go/tools/clientcmd/api/latest | |
staging/src/k8s.io/client-go/tools/clientcmd/api/v1 | |
staging/src/k8s.io/client-go/tools/leaderelection | Package leaderelection implements leader election of a set of endpoints. |
staging/src/k8s.io/client-go/tools/leaderelection/example | |
staging/src/k8s.io/client-go/tools/leaderelection/resourcelock | |
staging/src/k8s.io/client-go/tools/metrics | Package metrics provides abstractions for registering which metrics to record. |
staging/src/k8s.io/client-go/tools/pager | |
staging/src/k8s.io/client-go/tools/portforward | Package portforward adds support for SSH-like port forwarding from the client's local host to remote containers. |
staging/src/k8s.io/client-go/tools/record | Package record has all client logic for recording and reporting events. |
staging/src/k8s.io/client-go/tools/record/util | |
staging/src/k8s.io/client-go/tools/reference | |
staging/src/k8s.io/client-go/tools/remotecommand | Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY. |
staging/src/k8s.io/client-go/tools/watch | |
staging/src/k8s.io/client-go/transport | |
staging/src/k8s.io/client-go/transport/spdy | |
staging/src/k8s.io/client-go/util | |
staging/src/k8s.io/client-go/util/cert | |
staging/src/k8s.io/client-go/util/certificate | |
staging/src/k8s.io/client-go/util/certificate/csr | |
staging/src/k8s.io/client-go/util/connrotation | Package connrotation implements a connection dialer that tracks and can close all created connections. |
staging/src/k8s.io/client-go/util/exec | |
staging/src/k8s.io/client-go/util/flowcontrol | |
staging/src/k8s.io/client-go/util/homedir | |
staging/src/k8s.io/client-go/util/jsonpath | package jsonpath is a template engine using jsonpath syntax, which can be seen at http://goessner.net/articles/JsonPath/. |
staging/src/k8s.io/client-go/util/keyutil | Package keyutil contains utilities for managing public/private key pairs. |
staging/src/k8s.io/client-go/util/retry | |
staging/src/k8s.io/client-go/util/testing | |
staging/src/k8s.io/client-go/util/workqueue | Package workqueue provides a simple queue that supports the following features: |
staging/src/k8s.io/cli-runtime | |
staging/src/k8s.io/cli-runtime/pkg | |
staging/src/k8s.io/cli-runtime/pkg/genericclioptions | Package genericclioptions contains flags which can be added to you command, bound, completed, and produce useful helper functions. |
staging/src/k8s.io/cli-runtime/pkg/kustomize | |
staging/src/k8s.io/cli-runtime/pkg/kustomize/k8sdeps | Package k8sdeps provides kustomize factory with k8s dependencies |
staging/src/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/configmapandsecret | Package configmapandsecret generates configmaps and secrets per generator rules. |
staging/src/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/kunstruct | Package kunstruct provides unstructured from api machinery and factory for creating unstructured |
staging/src/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/kv | |
staging/src/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer | Package transformer provides transformer factory |
staging/src/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer/hash | |
staging/src/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer/patch | |
staging/src/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/validator | Package validator provides functions to validate labels, annotations, namespace using apimachinery |
staging/src/k8s.io/cli-runtime/pkg/printers | Package printers is helper for formatting and printing runtime objects into primitives io.writer. |
staging/src/k8s.io/cli-runtime/pkg/resource | Package resource assists clients in dealing with RESTful objects that match the Kubernetes API conventions. |
staging/src/k8s.io/cloud-provider | Package cloudprovider supplies interfaces and implementations for cloud service providers. |
staging/src/k8s.io/cloud-provider/features | |
staging/src/k8s.io/cloud-provider/node | |
staging/src/k8s.io/cloud-provider/node/helpers | |
staging/src/k8s.io/cloud-provider/service | |
staging/src/k8s.io/cloud-provider/service/helpers | |
staging/src/k8s.io/cloud-provider/volume | |
staging/src/k8s.io/cloud-provider/volume/errors | |
staging/src/k8s.io/cloud-provider/volume/helpers | |
staging/src/k8s.io/cluster-bootstrap | |
staging/src/k8s.io/cluster-bootstrap/token | |
staging/src/k8s.io/cluster-bootstrap/token/api | Package api (k8s.io/cluster-bootstrap/token/api) contains constants and types needed for bootstrap tokens as maintained by the BootstrapSigner and TokenCleaner controllers (in k8s.io/kubernetes/pkg/controller/bootstrap) |
staging/src/k8s.io/cluster-bootstrap/token/util | |
staging/src/k8s.io/code-generator | |
staging/src/k8s.io/code-generator/cmd | |
staging/src/k8s.io/code-generator/cmd/client-gen | client-gen makes the individual typed clients using gengo. |
staging/src/k8s.io/code-generator/cmd/client-gen/args | |
staging/src/k8s.io/code-generator/cmd/client-gen/generators | Package generators has the generators for the client-gen utility. |
staging/src/k8s.io/code-generator/cmd/client-gen/generators/fake | |
staging/src/k8s.io/code-generator/cmd/client-gen/generators/scheme | |
staging/src/k8s.io/code-generator/cmd/client-gen/generators/util | |
staging/src/k8s.io/code-generator/cmd/client-gen/path | |
staging/src/k8s.io/code-generator/cmd/client-gen/types | |
staging/src/k8s.io/code-generator/cmd/conversion-gen | conversion-gen is a tool for auto-generating functions that convert between internal and external types. |
staging/src/k8s.io/code-generator/cmd/conversion-gen/args | |
staging/src/k8s.io/code-generator/cmd/conversion-gen/generators | |
staging/src/k8s.io/code-generator/cmd/deepcopy-gen | deepcopy-gen is a tool for auto-generating DeepCopy functions. |
staging/src/k8s.io/code-generator/cmd/deepcopy-gen/args | |
staging/src/k8s.io/code-generator/cmd/defaulter-gen | defaulter-gen is a tool for auto-generating Defaulter functions. |
staging/src/k8s.io/code-generator/cmd/defaulter-gen/args | |
staging/src/k8s.io/code-generator/cmd/go-to-protobuf | go-to-protobuf generates a Protobuf IDL from a Go struct, respecting any existing IDL tags on the Go struct. |
staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf | go-to-protobuf generates a Protobuf IDL from a Go struct, respecting any existing IDL tags on the Go struct. |
staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protoc-gen-gogo | Package main defines the protoc-gen-gogo binary we use to generate our proto go files, as well as takes dependencies on the correct gogo/protobuf packages for godeps. |
staging/src/k8s.io/code-generator/cmd/import-boss | import-boss enforces import restrictions in a given repository. |
staging/src/k8s.io/code-generator/cmd/informer-gen | |
staging/src/k8s.io/code-generator/cmd/informer-gen/args | |
staging/src/k8s.io/code-generator/cmd/informer-gen/generators | |
staging/src/k8s.io/code-generator/cmd/lister-gen | |
staging/src/k8s.io/code-generator/cmd/lister-gen/args | |
staging/src/k8s.io/code-generator/cmd/lister-gen/generators | |
staging/src/k8s.io/code-generator/cmd/register-gen | |
staging/src/k8s.io/code-generator/cmd/register-gen/args | |
staging/src/k8s.io/code-generator/cmd/register-gen/generators | |
staging/src/k8s.io/code-generator/cmd/set-gen | set-gen is an example usage of gengo. |
staging/src/k8s.io/code-generator/_examples | |
staging/src/k8s.io/code-generator/_examples/apiserver | |
staging/src/k8s.io/code-generator/_examples/apiserver/apis | |
staging/src/k8s.io/code-generator/_examples/apiserver/apis/example | |
staging/src/k8s.io/code-generator/_examples/apiserver/apis/example2 | |
staging/src/k8s.io/code-generator/_examples/apiserver/apis/example2/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/code-generator/_examples/apiserver/apis/example2/v1 | |
staging/src/k8s.io/code-generator/_examples/apiserver/apis/example/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/code-generator/_examples/apiserver/apis/example/v1 | |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset | |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion | This package has the automatically generated clientset. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion/typed | |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion/typed/example | |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion/typed/example2 | |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion/typed/example2/internalversion | This package has the automatically generated typed clients. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion/typed/example2/internalversion/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion/typed/example/internalversion | This package has the automatically generated typed clients. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/internalversion/typed/example/internalversion/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned | This package has the automatically generated clientset. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/typed | |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/typed/example | |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/typed/example2 | |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/typed/example2/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/typed/example2/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/typed/example/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/typed/example/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/code-generator/_examples/apiserver/informers | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/externalversions | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/externalversions/example | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/externalversions/example2 | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/externalversions/example2/v1 | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/externalversions/example/v1 | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/internalversion | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/internalversion/example | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/internalversion/example2 | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/internalversion/example2/internalversion | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/internalversion/example/internalversion | |
staging/src/k8s.io/code-generator/_examples/apiserver/informers/internalversion/internalinterfaces | |
staging/src/k8s.io/code-generator/_examples/apiserver/listers | |
staging/src/k8s.io/code-generator/_examples/apiserver/listers/example | |
staging/src/k8s.io/code-generator/_examples/apiserver/listers/example2 | |
staging/src/k8s.io/code-generator/_examples/apiserver/listers/example2/internalversion | |
staging/src/k8s.io/code-generator/_examples/apiserver/listers/example2/v1 | |
staging/src/k8s.io/code-generator/_examples/apiserver/listers/example/internalversion | |
staging/src/k8s.io/code-generator/_examples/apiserver/listers/example/v1 | |
staging/src/k8s.io/code-generator/_examples/crd | |
staging/src/k8s.io/code-generator/_examples/crd/apis | |
staging/src/k8s.io/code-generator/_examples/crd/apis/example | |
staging/src/k8s.io/code-generator/_examples/crd/apis/example2 | |
staging/src/k8s.io/code-generator/_examples/crd/apis/example2/v1 | |
staging/src/k8s.io/code-generator/_examples/crd/apis/example/v1 | |
staging/src/k8s.io/code-generator/_examples/crd/clientset | |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned | This package has the automatically generated clientset. |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/typed | |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/typed/example | |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/typed/example2 | |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/typed/example2/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/typed/example2/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/typed/example/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/typed/example/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/code-generator/_examples/crd/informers | |
staging/src/k8s.io/code-generator/_examples/crd/informers/externalversions | |
staging/src/k8s.io/code-generator/_examples/crd/informers/externalversions/example | |
staging/src/k8s.io/code-generator/_examples/crd/informers/externalversions/example2 | |
staging/src/k8s.io/code-generator/_examples/crd/informers/externalversions/example2/v1 | |
staging/src/k8s.io/code-generator/_examples/crd/informers/externalversions/example/v1 | |
staging/src/k8s.io/code-generator/_examples/crd/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/code-generator/_examples/crd/listers | |
staging/src/k8s.io/code-generator/_examples/crd/listers/example | |
staging/src/k8s.io/code-generator/_examples/crd/listers/example2 | |
staging/src/k8s.io/code-generator/_examples/crd/listers/example2/v1 | |
staging/src/k8s.io/code-generator/_examples/crd/listers/example/v1 | |
staging/src/k8s.io/code-generator/_examples/MixedCase | |
staging/src/k8s.io/code-generator/_examples/MixedCase/apis | |
staging/src/k8s.io/code-generator/_examples/MixedCase/apis/example | |
staging/src/k8s.io/code-generator/_examples/MixedCase/apis/example/v1 | +k8s:deepcopy-gen=package +k8s:defaulter-gen=TypeMeta +groupName=example.crd.code-generator.k8s.io |
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset | |
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset/versioned | This package has the automatically generated clientset. |
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset/versioned/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset/versioned/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset/versioned/typed | |
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset/versioned/typed/example | |
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset/versioned/typed/example/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset/versioned/typed/example/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/code-generator/_examples/MixedCase/informers | |
staging/src/k8s.io/code-generator/_examples/MixedCase/informers/externalversions | |
staging/src/k8s.io/code-generator/_examples/MixedCase/informers/externalversions/example | |
staging/src/k8s.io/code-generator/_examples/MixedCase/informers/externalversions/example/v1 | |
staging/src/k8s.io/code-generator/_examples/MixedCase/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/code-generator/_examples/MixedCase/listers | |
staging/src/k8s.io/code-generator/_examples/MixedCase/listers/example | |
staging/src/k8s.io/code-generator/_examples/MixedCase/listers/example/v1 | |
staging/src/k8s.io/code-generator/pkg | |
staging/src/k8s.io/code-generator/pkg/namer | |
staging/src/k8s.io/code-generator/pkg/util | |
staging/src/k8s.io/code-generator/third_party | |
staging/src/k8s.io/code-generator/third_party/forked | |
staging/src/k8s.io/code-generator/third_party/forked/golang | |
staging/src/k8s.io/code-generator/third_party/forked/golang/reflect | This package is copied from Go library reflect/type.go. |
staging/src/k8s.io/component-base | |
staging/src/k8s.io/component-base/cli | |
staging/src/k8s.io/component-base/cli/flag | |
staging/src/k8s.io/component-base/cli/globalflag | |
staging/src/k8s.io/component-base/config | |
staging/src/k8s.io/component-base/config/v1alpha1 | |
staging/src/k8s.io/component-base/config/validation | |
staging/src/k8s.io/component-base/logs | |
staging/src/k8s.io/csi-api | |
staging/src/k8s.io/csi-api/pkg | |
staging/src/k8s.io/csi-api/pkg/apis | |
staging/src/k8s.io/csi-api/pkg/apis/csi | |
staging/src/k8s.io/csi-api/pkg/apis/csi/v1alpha1 | Package v1alpha1 provides alpha API for CSI API objects. |
staging/src/k8s.io/csi-api/pkg/client | |
staging/src/k8s.io/csi-api/pkg/client/clientset | |
staging/src/k8s.io/csi-api/pkg/client/clientset/versioned | This package has the automatically generated clientset. |
staging/src/k8s.io/csi-api/pkg/client/clientset/versioned/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/csi-api/pkg/client/clientset/versioned/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/csi-api/pkg/client/clientset/versioned/typed | |
staging/src/k8s.io/csi-api/pkg/client/clientset/versioned/typed/csi | |
staging/src/k8s.io/csi-api/pkg/client/clientset/versioned/typed/csi/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/csi-api/pkg/client/clientset/versioned/typed/csi/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/csi-api/pkg/client/informers | |
staging/src/k8s.io/csi-api/pkg/client/informers/externalversions | |
staging/src/k8s.io/csi-api/pkg/client/informers/externalversions/csi | |
staging/src/k8s.io/csi-api/pkg/client/informers/externalversions/csi/v1alpha1 | |
staging/src/k8s.io/csi-api/pkg/client/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/csi-api/pkg/client/listers | |
staging/src/k8s.io/csi-api/pkg/client/listers/csi | |
staging/src/k8s.io/csi-api/pkg/client/listers/csi/v1alpha1 | |
staging/src/k8s.io/csi-api/pkg/crd | Package crd is only for running tests to verify the manifest files in this package and the addons are in sync. |
staging/src/k8s.io/csi-translation-lib | |
staging/src/k8s.io/csi-translation-lib/plugins | |
staging/src/k8s.io/kube-aggregator | |
staging/src/k8s.io/kube-aggregator/pkg | |
staging/src/k8s.io/kube-aggregator/pkg/apis | |
staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration | Package apiregistration is the internal version of the API. |
staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/install | |
staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1 | Package v1 contains the API Registration API, which is responsible for registering an API `Group`/`Version` with another kubernetes like API server. |
staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1 | Package v1beta1 contains the API Registration API, which is responsible for registering an API `Group`/`Version` with another kubernetes like API server. |
staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/validation | |
staging/src/k8s.io/kube-aggregator/pkg/apiserver | |
staging/src/k8s.io/kube-aggregator/pkg/apiserver/scheme | |
staging/src/k8s.io/kube-aggregator/pkg/client | |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated | |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset | This package has the automatically generated clientset. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed | |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration | |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset | This package has the automatically generated clientset. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset/typed | |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset/typed/apiregistration | |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion | This package has the automatically generated typed clients. |
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/kube-aggregator/pkg/client/informers | |
staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions | |
staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration | |
staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration/v1 | |
staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration/v1beta1 | |
staging/src/k8s.io/kube-aggregator/pkg/client/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion | |
staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion/apiregistration | |
staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion/apiregistration/internalversion | |
staging/src/k8s.io/kube-aggregator/pkg/client/informers/internalversion/internalinterfaces | |
staging/src/k8s.io/kube-aggregator/pkg/client/listers | |
staging/src/k8s.io/kube-aggregator/pkg/client/listers/apiregistration | |
staging/src/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/internalversion | |
staging/src/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1 | |
staging/src/k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1beta1 | |
staging/src/k8s.io/kube-aggregator/pkg/cmd | |
staging/src/k8s.io/kube-aggregator/pkg/cmd/server | |
staging/src/k8s.io/kube-aggregator/pkg/controllers | |
staging/src/k8s.io/kube-aggregator/pkg/controllers/autoregister | |
staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi | |
staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/aggregator | |
staging/src/k8s.io/kube-aggregator/pkg/controllers/status | |
staging/src/k8s.io/kube-aggregator/pkg/registry | |
staging/src/k8s.io/kube-aggregator/pkg/registry/apiservice | |
staging/src/k8s.io/kube-aggregator/pkg/registry/apiservice/etcd | |
staging/src/k8s.io/kube-aggregator/pkg/registry/apiservice/rest | |
staging/src/k8s.io/kube-controller-manager | |
staging/src/k8s.io/kube-controller-manager/config | |
staging/src/k8s.io/kube-controller-manager/config/v1alpha1 | |
staging/src/k8s.io/kubelet | |
staging/src/k8s.io/kubelet/config | |
staging/src/k8s.io/kubelet/config/v1beta1 | |
staging/src/k8s.io/kube-proxy | |
staging/src/k8s.io/kube-proxy/config | |
staging/src/k8s.io/kube-proxy/config/v1alpha1 | |
staging/src/k8s.io/kube-scheduler | |
staging/src/k8s.io/kube-scheduler/config | |
staging/src/k8s.io/kube-scheduler/config/v1alpha1 | |
staging/src/k8s.io/metrics | |
staging/src/k8s.io/metrics/pkg | |
staging/src/k8s.io/metrics/pkg/apis | |
staging/src/k8s.io/metrics/pkg/apis/custom_metrics | |
staging/src/k8s.io/metrics/pkg/apis/custom_metrics/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/metrics/pkg/apis/custom_metrics/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/metrics/pkg/apis/custom_metrics/v1beta2 | Package v1beta2 is a generated protocol buffer package. |
staging/src/k8s.io/metrics/pkg/apis/external_metrics | |
staging/src/k8s.io/metrics/pkg/apis/external_metrics/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/metrics/pkg/apis/external_metrics/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/metrics/pkg/apis/metrics | |
staging/src/k8s.io/metrics/pkg/apis/metrics/install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
staging/src/k8s.io/metrics/pkg/apis/metrics/v1alpha1 | Package v1alpha1 is a generated protocol buffer package. |
staging/src/k8s.io/metrics/pkg/apis/metrics/v1beta1 | Package v1beta1 is a generated protocol buffer package. |
staging/src/k8s.io/metrics/pkg/client | |
staging/src/k8s.io/metrics/pkg/client/clientset | |
staging/src/k8s.io/metrics/pkg/client/clientset/versioned | This package has the automatically generated clientset. |
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/typed | |
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics | |
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/metrics/pkg/client/custom_metrics | |
staging/src/k8s.io/metrics/pkg/client/custom_metrics/fake | |
staging/src/k8s.io/metrics/pkg/client/custom_metrics/scheme | |
staging/src/k8s.io/metrics/pkg/client/external_metrics | |
staging/src/k8s.io/metrics/pkg/client/external_metrics/fake | |
staging/src/k8s.io/node-api | |
staging/src/k8s.io/node-api/pkg | |
staging/src/k8s.io/node-api/pkg/apis | |
staging/src/k8s.io/node-api/pkg/apis/node | |
staging/src/k8s.io/node-api/pkg/apis/node/v1alpha1 | +groupName=node.k8s.io |
staging/src/k8s.io/node-api/pkg/client | |
staging/src/k8s.io/node-api/pkg/client/clientset | |
staging/src/k8s.io/node-api/pkg/client/clientset/versioned | This package has the automatically generated clientset. |
staging/src/k8s.io/node-api/pkg/client/clientset/versioned/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/node-api/pkg/client/clientset/versioned/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/node-api/pkg/client/clientset/versioned/typed | |
staging/src/k8s.io/node-api/pkg/client/clientset/versioned/typed/node | |
staging/src/k8s.io/node-api/pkg/client/clientset/versioned/typed/node/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/node-api/pkg/client/clientset/versioned/typed/node/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/node-api/pkg/client/informers | |
staging/src/k8s.io/node-api/pkg/client/informers/externalversions | |
staging/src/k8s.io/node-api/pkg/client/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/node-api/pkg/client/informers/externalversions/node | |
staging/src/k8s.io/node-api/pkg/client/informers/externalversions/node/v1alpha1 | |
staging/src/k8s.io/node-api/pkg/client/listers | |
staging/src/k8s.io/node-api/pkg/client/listers/node | |
staging/src/k8s.io/node-api/pkg/client/listers/node/v1alpha1 | |
staging/src/k8s.io/sample-apiserver | |
staging/src/k8s.io/sample-apiserver/pkg | |
staging/src/k8s.io/sample-apiserver/pkg/admission | |
staging/src/k8s.io/sample-apiserver/pkg/admission/plugin | |
staging/src/k8s.io/sample-apiserver/pkg/admission/plugin/banflunder | |
staging/src/k8s.io/sample-apiserver/pkg/admission/wardleinitializer | |
staging/src/k8s.io/sample-apiserver/pkg/apis | |
staging/src/k8s.io/sample-apiserver/pkg/apiserver | |
staging/src/k8s.io/sample-apiserver/pkg/apis/wardle | Package api is the internal version of the API. |
staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/fuzzer | |
staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/install | |
staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/v1alpha1 | Package v1alpha1 is the v1alpha1 version of the API. |
staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/v1beta1 | Package v1beta1 is the v1beta1 version of the API. |
staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/validation | |
staging/src/k8s.io/sample-apiserver/pkg/cmd | |
staging/src/k8s.io/sample-apiserver/pkg/cmd/server | |
staging/src/k8s.io/sample-apiserver/pkg/generated | |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset | |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned | This package has the automatically generated clientset. |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/typed | |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/typed/wardle | |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/typed/wardle/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/typed/wardle/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/typed/wardle/v1beta1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/typed/wardle/v1beta1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/sample-apiserver/pkg/generated/informers | |
staging/src/k8s.io/sample-apiserver/pkg/generated/informers/externalversions | |
staging/src/k8s.io/sample-apiserver/pkg/generated/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/sample-apiserver/pkg/generated/informers/externalversions/wardle | |
staging/src/k8s.io/sample-apiserver/pkg/generated/informers/externalversions/wardle/v1alpha1 | |
staging/src/k8s.io/sample-apiserver/pkg/generated/informers/externalversions/wardle/v1beta1 | |
staging/src/k8s.io/sample-apiserver/pkg/generated/listers | |
staging/src/k8s.io/sample-apiserver/pkg/generated/listers/wardle | |
staging/src/k8s.io/sample-apiserver/pkg/generated/listers/wardle/v1alpha1 | |
staging/src/k8s.io/sample-apiserver/pkg/generated/listers/wardle/v1beta1 | |
staging/src/k8s.io/sample-apiserver/pkg/registry | |
staging/src/k8s.io/sample-apiserver/pkg/registry/wardle | |
staging/src/k8s.io/sample-apiserver/pkg/registry/wardle/fischer | |
staging/src/k8s.io/sample-apiserver/pkg/registry/wardle/flunder | |
staging/src/k8s.io/sample-cli-plugin | |
staging/src/k8s.io/sample-cli-plugin/cmd | |
staging/src/k8s.io/sample-cli-plugin/pkg | |
staging/src/k8s.io/sample-cli-plugin/pkg/cmd | |
staging/src/k8s.io/sample-controller | |
staging/src/k8s.io/sample-controller/pkg | |
staging/src/k8s.io/sample-controller/pkg/apis | |
staging/src/k8s.io/sample-controller/pkg/apis/samplecontroller | |
staging/src/k8s.io/sample-controller/pkg/apis/samplecontroller/v1alpha1 | Package v1alpha1 is the v1alpha1 version of the API. |
staging/src/k8s.io/sample-controller/pkg/generated | |
staging/src/k8s.io/sample-controller/pkg/generated/clientset | |
staging/src/k8s.io/sample-controller/pkg/generated/clientset/versioned | This package has the automatically generated clientset. |
staging/src/k8s.io/sample-controller/pkg/generated/clientset/versioned/fake | This package has the automatically generated fake clientset. |
staging/src/k8s.io/sample-controller/pkg/generated/clientset/versioned/scheme | This package contains the scheme of the automatically generated clientset. |
staging/src/k8s.io/sample-controller/pkg/generated/clientset/versioned/typed | |
staging/src/k8s.io/sample-controller/pkg/generated/clientset/versioned/typed/samplecontroller | |
staging/src/k8s.io/sample-controller/pkg/generated/clientset/versioned/typed/samplecontroller/v1alpha1 | This package has the automatically generated typed clients. |
staging/src/k8s.io/sample-controller/pkg/generated/clientset/versioned/typed/samplecontroller/v1alpha1/fake | Package fake has the automatically generated clients. |
staging/src/k8s.io/sample-controller/pkg/generated/informers | |
staging/src/k8s.io/sample-controller/pkg/generated/informers/externalversions | |
staging/src/k8s.io/sample-controller/pkg/generated/informers/externalversions/internalinterfaces | |
staging/src/k8s.io/sample-controller/pkg/generated/informers/externalversions/samplecontroller | |
staging/src/k8s.io/sample-controller/pkg/generated/informers/externalversions/samplecontroller/v1alpha1 | |
staging/src/k8s.io/sample-controller/pkg/generated/listers | |
staging/src/k8s.io/sample-controller/pkg/generated/listers/samplecontroller | |
staging/src/k8s.io/sample-controller/pkg/generated/listers/samplecontroller/v1alpha1 | |
staging/src/k8s.io/sample-controller/pkg/signals | |
test | |
test/conformance | Package main provides a tool that scans kubernetes e2e test source code looking for conformance test declarations, which it emits on stdout. |
test/e2e | |
test/e2e/apimachinery | |
test/e2e/apps | |
test/e2e/auth | |
test/e2e/autoscaling | |
test/e2e/chaosmonkey | |
test/e2e/cloud | |
test/e2e/common | |
test/e2e/framework | Package framework contains provider-independent helper code for building and running E2E tests with Ginkgo. |
test/e2e/framework/config | Package config simplifies the declaration of configuration options. |
test/e2e/framework/ginkgowrapper | Package ginkgowrapper wraps Ginkgo Fail and Skip functions to panic with structured data instead of a constant string. |
test/e2e/framework/ingress | |
test/e2e/framework/metrics | |
test/e2e/framework/podlogs | Package 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/testfiles | Package 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/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/network | Package network are the end-to-end tests for Kubernetes networking. |
test/e2e/network/scale | |
test/e2e/network/scale/localrun | |
test/e2e/node | |
test/e2e_node | e2e_node contains e2e tests specific to the node TODO: rename this package e2e-node |
test/e2e_node/builder | |
test/e2e_node/environment | Build 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/remote | Package 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/remote | To 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/scalability | |
test/e2e/scheduling | |
test/e2e/servicecatalog | |
test/e2e/storage | This test is volumes test for configmap. |
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/ui | |
test/e2e/upgrades | Package 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/images | |
test/images/apparmor-loader | |
test/images/audit-proxy | |
test/images/crd-conversion-webhook | |
test/images/crd-conversion-webhook/converter | |
test/images/entrypoint-tester | |
test/images/fakegitserver | |
test/images/liveness | A simple server that is alive for 10 seconds, then reports unhealthy for the rest of its (hopefully) short existence. |
test/images/logs-generator | |
test/images/metadata-concealment | |
test/images/net | |
test/images/net/common | |
test/images/netexec | |
test/images/net/nat | |
test/images/nettest | A tiny web server for checking networking connectivity. |
test/images/nonewprivs | |
test/images/no-snat-test | |
test/images/no-snat-test-proxy | |
test/images/pets | |
test/images/pets/peer-finder | A small utility program to lookup hostnames of endpoints in a service. |
test/images/porter | A tiny binary for testing ports. |
test/images/port-forward-tester | A tiny binary for testing port forwarding. |
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/serve-hostname | A small utility to just serve the hostname on TCP and/or UDP. |
test/images/test-webserver | A tiny web server that serves a static file. |
test/images/webhook | |
test/integration | Package 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/apply | |
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/dryrun | |
test/integration/etcd | |
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/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/list | list all unit and ginkgo test names that will be run |
test/soak | |
test/soak/cauldron | |
test/soak/serve_hostnames | |
test/typecheck | do a fast type check of kubernetes code, for all platforms. |
test/utils | |
test/utils/crd | |
test/utils/harness | |
test/utils/image | |
test/utils/junit | Package junit provides data structures to allow easy XML encoding and decoding of JUnit test results. |
third_party | |
third_party/forked | |
third_party/forked/etcd221 | |
third_party/forked/etcd221/pkg | |
third_party/forked/etcd221/pkg/fileutil | |
third_party/forked/etcd221/wal | Package wal provides an implementation of a write ahead log that is used by etcd. |
third_party/forked/etcd221/wal/walpb | Package walpb is a generated protocol buffer package. |
third_party/forked/etcd237 | |
third_party/forked/etcd237/pkg | |
third_party/forked/etcd237/pkg/fileutil | Package fileutil implements utility functions related to files and paths. |
third_party/forked/etcd237/wal | Package wal provides an implementation of a write ahead log that is used by etcd. |
third_party/forked/etcd237/wal/walpb | Package walpb is a generated protocol buffer package. |
third_party/forked/godep | Command godep helps build packages reproducibly by fixing their dependencies. |
third_party/forked/golang | |
third_party/forked/golang/expansion | |
third_party/forked/golang/reflect | Package reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined. |
third_party/forked/golang/template | This 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/simple | Package simple provides a suite of simple graph implementations satisfying the gonum/graph interfaces. |
third_party/forked/gonum/graph/traverse | Package traverse provides basic graph traversal primitives. |
third_party/go-srcimporter | Package srcimporter implements importing directly from source files rather than installed packages. |