integration

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package integration provides integration tests.

Index

Constants

View Source
const (
	BaseURL          = "http://localhost:8000"
	ValidClusterName = "integration-test-cluster"
	ValidAccountID   = "test-account-id"
	ValidRegion      = "us-east-1"
	PodRoute         = "/validate/pod"
	HealthRoute      = "/healthz"
)

Constant test values

View Source
const (
	TestOutputDir = "./test-output"
)

Constants for config values

Variables

This section is empty.

Functions

func GenerateRequest

func GenerateRequest(method, route, url string, req Request) (*http.Request, error)

func NewAdmissionRequest

func NewAdmissionRequest() []byte

Types

type BodyParams

type BodyParams struct {
	Kind       string
	UID        string
	ObjectName string
}

type Request

type Request struct {
	Method      string
	QueryParams map[string]string
	Body        []byte
	Route       string
}

Jump to

Keyboard shortcuts

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