bootstrap

package
v0.33.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2019 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarshalKubeconfigFromBootstrapToken

func MarshalKubeconfigFromBootstrapToken(config *rest.Config, token string) ([]byte, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL