network

package
v1.2.24-rc3 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:  "network",
	Long: "Verify that the VPC subnets are configured correctly.",
	Example: `  # Verify two subnets
  rosa verify network --subnet-ids subnet-03046a9b92b5014fb,subnet-03046a9c92b5014fb`,
	Run: run,
}

Functions

This section is empty.

Types

type NetworkVerifyState

type NetworkVerifyState string
const (
	NetworkVerifyPending NetworkVerifyState = "pending"
	NetworkVerifyPassed  NetworkVerifyState = "passed"
	NetworkVerifyFailed  NetworkVerifyState = "failed"
)

Jump to

Keyboard shortcuts

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