kuberneter

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Overview

Package kuberneter implements calls to the Kubernetes API in order to scan the runtime information of the resources

Package kuberneter implements calls to the Kubernetes API in order to scan the runtime information of the resources

  • Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. *
  • This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Import

func Import(ctx context.Context, kuberneterPath, destinationPath string) (string, error)

Import imports the k8s cluster resources into the destination using kuberneter path

func ImportWithClient

func ImportWithClient(ctx context.Context, kuberneterPath, destinationPath string,
	clientFunc func(context.Context) (client.Client, error)) (string, error)

ImportWithClient allows injecting a custom k8s client function for testing

Types

type K8sAPIOptions

type K8sAPIOptions struct {
	Namespaces  []string
	APIVersions []string
	Kinds       []string
}

K8sAPIOptions saves all the necessary information to list the resources

type K8sConfig

type K8sConfig struct {
	Config *rest.Config
}

K8sConfig saves the config for k8s auth

Jump to

Keyboard shortcuts

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