networkverifier

package
v0.0.0-...-cbe1db9 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package networkverifier contains functionality for running the network verifier

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitializeValidateEgressInput

func InitializeValidateEgressInput(cluster *v1.Cluster, clusterDeployment *hivev1.ClusterDeployment, awsClient aws.Client) (*verifier.ValidateEgressInput, error)

InitializeValidateEgressInput computes the input to pass to the network verifier tool

Types

type VerifierResult

type VerifierResult int

VerifierResult type contains the verifier outcomes

const (
	Undefined VerifierResult = 0
	Failure   VerifierResult = 1
	Success   VerifierResult = 2
)

Verifier outcomes

func Run

func Run(cluster *v1.Cluster, clusterDeployment *hivev1.ClusterDeployment, awsClient aws.Client) (result VerifierResult, failures string, name error)

Run runs the network verifier tool to check for network misconfigurations

Jump to

Keyboard shortcuts

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