Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalKubeconfigFromBootstrapToken ¶
MarshalKubeconfigFromBootstrapToken marshals the kubeconfig derived with the given bootstrap token.
func MarshalKubeconfigFromBootstrapping ¶
func MarshalKubeconfigFromBootstrapping(bootstrapClientConfig *rest.Config, privateKeyData, certDat []byte) ([]byte, error)
MarshalKubeconfigFromBootstrapping marshals the kubeconfig derived from the bootstrapping process.
func RequestSeedCertificate ¶
func RequestSeedCertificate(ctx context.Context, client certificatesv1beta1client.CertificateSigningRequestInterface, privateKeyData []byte, seedName string) (certData []byte, err error)
RequestSeedCertificate will create a certificate signing request for a seed (Organization and CommonName for the CSR will be set as expected for seed certificates) and send it to API server, then it will watch the object's status, once approved by API server, it will return the API server's issued certificate (pem-encoded). If there is any errors, or the watch timeouts, it will return an error. This is intended for use on seeds (gardenlet).
Types ¶
This section is empty.