Documentation
¶
Index ¶
- func BuildKubeConfigByte(caCert, caKey []byte, apiserverURL, clusterName string) ([]byte, error)
- func SignAPIServerCA(clusterName string, ips []string, caCert, caKey []byte) ([]byte, []byte, error)
- func SignAPIServerKubeletClientCA(caCert, caKey []byte) ([]byte, []byte, error)
- func SignFrontProxyClientCA(caCert, caKey []byte) ([]byte, []byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildKubeConfigByte ¶
func SignAPIServerCA ¶
func SignAPIServerCA(clusterName string, ips []string, caCert, caKey []byte) ([]byte, []byte, error)
SignAPIServerCA signs the cert for the API server ca cert.
func SignAPIServerKubeletClientCA ¶
SignAPIServerKubeletClientCA signs the cert for the API server kubelet client ca cert.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.