package node
import "k8s.io/kubernetes/cmd/kubeadm/app/node"
Index ¶
- func PerformTLSBootstrap(s *kubeadmapi.NodeConfiguration, apiEndpoint string, caCert []byte) (*clientcmdapi.Config, error)
- func RetrieveTrustedClusterInfo(s *kubeadmapi.NodeConfiguration) (*clientcmdapi.Config, error)
Functions ¶
func PerformTLSBootstrap ¶
func PerformTLSBootstrap(s *kubeadmapi.NodeConfiguration, apiEndpoint string, caCert []byte) (*clientcmdapi.Config, error)
PerformTLSBootstrap creates a RESTful client in order to execute certificate signing request.
func RetrieveTrustedClusterInfo ¶
func RetrieveTrustedClusterInfo(s *kubeadmapi.NodeConfiguration) (*clientcmdapi.Config, error)
Source Files ¶
csr.go discovery.go
- Version
- v1.5.0-alpha.1
- Published
- Oct 11, 2016
- Platform
- darwin/amd64
- Imports
- 18 packages
- Last checked
- 10 minutes ago –
Tools for package owners.