Directories ¶
Path | Synopsis |
---|---|
controller-manager
|
|
A binary that can morph into all of the other kubernetes binaries.
|
A binary that can morph into all of the other kubernetes binaries. |
apiserver is the main api server and master for the cluster.
|
apiserver is the main api server and master for the cluster. |
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. |
app/options
Package options contains flags and options for initializing an apiserver
|
Package options contains flags and options for initializing an apiserver |
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. |
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. |
app/options
Package options provides the flags used for the controller manager.
|
Package options provides the flags used for the controller manager. |
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. |
app
Package app implements a Server object for running the scheduler.
|
Package app implements a Server object for running the scheduler. |
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). |
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.
|
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. |
app/apis/kubeadm/v1beta1
Package v1beta1 defines the v1beta1 version of the kubeadm configuration file format.
|
Package v1beta1 defines the v1beta1 version of the kubeadm configuration file format. |
app/cmd/options
Package options provide a central point for defining flags for kubeadm cobra commands, no matter if hard coded commands or autogenerated command for phases.
|
Package options provide a central point for defining flags for kubeadm cobra commands, no matter if hard coded commands or autogenerated command for phases. |
app/cmd/phases/workflow
Package workflow implements a workflow manager to be used for implementing composable kubeadm workflows.
|
Package workflow implements a workflow manager to be used for implementing composable kubeadm workflows. |
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. |
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. |
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. |
app/options
Package options contains all of the primary arguments for a kubelet.
|
Package options contains all of the primary arguments for a kubelet. |
Click to show internal directories.
Click to hide internal directories.