Directories
¶
Path | Synopsis |
---|---|
cluster
|
|
cmd
|
|
hyperkube
A binary that can morph into all of the other kubernetes binaries.
|
A binary that can morph into all of the other kubernetes binaries. |
kube-apiserver
apiserver is the main api server and master for the cluster.
|
apiserver is the main api server and master for the cluster. |
kube-apiserver/app
Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure.
|
Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure. |
kube-apiserver/app/options
Package options contains flags and options for initializing an apiserver
|
Package options contains flags and options for initializing an apiserver |
kube-controller-manager
The controller manager is responsible for monitoring replication controllers, and creating corresponding pods to achieve the desired state.
|
The controller manager is responsible for monitoring replication controllers, and creating corresponding pods to achieve the desired state. |
kube-controller-manager/app
Package app implements a server that runs a set of active components.
|
Package app implements a server that runs a set of active components. |
kube-controller-manager/app/options
Package options provides the flags used for the controller manager.
|
Package options provides the flags used for the controller manager. |
kube-proxy/app
Package app does all of the work necessary to configure and run a Kubernetes app process.
|
Package app does all of the work necessary to configure and run a Kubernetes app process. |
kube-scheduler/app
Package app implements a Server object for running the scheduler.
|
Package app implements a Server object for running the scheduler. |
kubeadm/app/apis/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).
|
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). |
kubeadm/app/apis/kubeadm/v1alpha1
Package v1alpha1 is the package that contains the libraries that drive the kubeadm binary.
|
Package v1alpha1 is the package that contains the libraries that drive the kubeadm binary. |
kubeadm/app/apis/kubeadm/v1alpha2
Package v1alpha2 holds the external kubeadm API types of version v1alpha2 Note: This file should be kept in sync with the similar one for the internal 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).
|
Package v1alpha2 holds the external kubeadm API types of version v1alpha2 Note: This file should be kept in sync with the similar one for the internal 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). |
kubeadm/app/util/pubkeypin
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469.
|
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469. |
kubelet
The kubelet binary is responsible for maintaining a set of containers on a particular host VM.
|
The kubelet binary is responsible for maintaining a set of containers on a particular host VM. |
kubelet/app
Package app makes it easy to create a kubelet server for various contexts.
|
Package app makes it easy to create a kubelet server for various contexts. |
kubelet/app/options
Package options contains all of the primary arguments for a kubelet.
|
Package options contains all of the primary arguments for a kubelet. |
User-interface for test-infra/kubetest/e2e.go Equivalent to go get -u k8s.io/test-infra/kubetest && kubetest "${@}"
|
User-interface for test-infra/kubetest/e2e.go Equivalent to go get -u k8s.io/test-infra/kubetest && kubetest "${@}" |
pkg
|
|
api/testapi
Package testapi provides a helper for retrieving the KUBE_TEST_API environment variable.
|
Package testapi provides a helper for retrieving the KUBE_TEST_API environment variable. |
api/testing
Package testing contains - all generic API tests which depend on Kubernetes API types - all cross-Kubernetes-API tests.
|
Package testing contains - all generic API tests which depend on Kubernetes API types - all cross-Kubernetes-API tests. |
apis/abac/v0
+groupName=abac.authorization.kubernetes.io +k8s:openapi-gen=true
|
+groupName=abac.authorization.kubernetes.io +k8s:openapi-gen=true |
apis/abac/v1beta1
+groupName=abac.authorization.kubernetes.io +k8s:openapi-gen=true
|
+groupName=abac.authorization.kubernetes.io +k8s:openapi-gen=true |
apis/admission
+k8s:deepcopy-gen=package +groupName=admission.k8s.io
|
+k8s:deepcopy-gen=package +groupName=admission.k8s.io |
apis/admission/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
|
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
apis/admission/v1beta1
+groupName=admission.k8s.io
|
+groupName=admission.k8s.io |
apis/admissionregistration
Package admissionregistration is the internal version of the API.
|
Package admissionregistration is the internal version of the API. |
apis/admissionregistration/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
apis/admissionregistration/v1beta1
Package v1beta1 is the v1beta1 version of the API.
|
Package v1beta1 is the v1beta1 version of the API. |
apis/apps/install
Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery.
|
Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery. |
apis/authentication
+k8s:deepcopy-gen=package +groupName=authentication.k8s.io
|
+k8s:deepcopy-gen=package +groupName=authentication.k8s.io |
apis/authentication/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
|
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
apis/authentication/v1
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/authentication +k8s:conversion-gen-external-types=k8s.io/api/authentication/v1 +groupName=authentication.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/authentication/v1
|
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/authentication +k8s:conversion-gen-external-types=k8s.io/api/authentication/v1 +groupName=authentication.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/authentication/v1 |
apis/authentication/v1beta1
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/authentication +k8s:conversion-gen-external-types=k8s.io/api/authentication/v1beta1 +groupName=authentication.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/authentication/v1beta1
|
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/authentication +k8s:conversion-gen-external-types=k8s.io/api/authentication/v1beta1 +groupName=authentication.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/authentication/v1beta1 |
apis/authentication/validation
Package validation contains methods to validate kinds in the authentication.k8s.io API group.
|
Package validation contains methods to validate kinds in the authentication.k8s.io API group. |