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" )
Click to show internal directories.
Click to hide internal directories.