access

package
v1.50.1 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2022 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanupObjectsFromCSRAccess

func CleanupObjectsFromCSRAccess(ctx context.Context, shootClient kubernetes.Interface) error

CleanupObjectsFromCSRAccess cleans up all objects in the shoot created by all calls to CreateShootClientFromCSR.

func CleanupObjectsFromDynamicServiceAccountTokenAccess

func CleanupObjectsFromDynamicServiceAccountTokenAccess(ctx context.Context, shootClient kubernetes.Interface) error

CleanupObjectsFromDynamicServiceAccountTokenAccess cleans up all objects in the shoot created by all calls to CreateShootClientFromDynamicServiceAccountToken.

func CleanupObjectsFromStaticServiceAccountTokenAccess

func CleanupObjectsFromStaticServiceAccountTokenAccess(ctx context.Context, shootClient kubernetes.Interface) error

CleanupObjectsFromStaticServiceAccountTokenAccess cleans up all objects in the shoot created by all calls to CreateShootClientFromStaticServiceAccountToken.

func CreateShootClientFromAdminKubeconfig

func CreateShootClientFromAdminKubeconfig(ctx context.Context, gardenClient kubernetes.Interface, shoot *gardencorev1beta1.Shoot) (kubernetes.Interface, error)

CreateShootClientFromAdminKubeconfig requests an admin kubeconfig and creates a shoot client.

func CreateShootClientFromCSR

func CreateShootClientFromCSR(ctx context.Context, shootClient kubernetes.Interface, commonName string) (kubernetes.Interface, error)

CreateShootClientFromCSR creates and approves a CSR in the shoot and creates a new shoot client from it. You should call CleanupObjectsFromCSRAccess to clean up the objects created by this function.

func CreateShootClientFromDynamicServiceAccountToken

func CreateShootClientFromDynamicServiceAccountToken(ctx context.Context, shootClient kubernetes.Interface, name string) (kubernetes.Interface, error)

CreateShootClientFromDynamicServiceAccountToken creates a ServiceAccount, uses the kube-apiserver's TokenRequest API to request a token for it, and then creates a new shoot client from it. You should call CleanupObjectsFromDynamicServiceAccountTokenAccess to clean up the objects created by this function.

func CreateShootClientFromStaticServiceAccountToken

func CreateShootClientFromStaticServiceAccountToken(ctx context.Context, shootClient kubernetes.Interface, name string) (kubernetes.Interface, error)

CreateShootClientFromStaticServiceAccountToken creates a ServiceAccount, a corresponding static token secret (issued by kube-controller-manager), and then creates a new shoot client from it. You should call CleanupObjectsFromStaticServiceAccountTokenAccess to clean up the objects created by this function.

func CreateShootClientFromStaticTokenKubeconfig

func CreateShootClientFromStaticTokenKubeconfig(ctx context.Context, gardenClient kubernetes.Interface, shoot *gardencorev1beta1.Shoot) (kubernetes.Interface, error)

CreateShootClientFromStaticTokenKubeconfig retrieves the static token kubeconfig secret and creates a shoot client.

Types

This section is empty.

Jump to

Keyboard shortcuts

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