Documentation ¶
Overview ¶
Package v1 contains the extended GatewayAPI types
Index ¶
Constants ¶
View Source
const ( // GatewayClassConditionStatusActive is the status condition for active GatewayClass GatewayClassConditionStatusActive gwv1.GatewayClassConditionType = "Active" // GatewayClassReasonActive is the reason for active GatewayClass GatewayClassReasonActive gwv1.GatewayClassConditionReason = "Active" // GatewayClassReasonInactive is the reason for inactive GatewayClass GatewayClassReasonInactive gwv1.GatewayClassConditionReason = "Inactive" )
View Source
const ( // GatewayConditionEffective is the status condition for active Gateway // The active gateway is the oldest gateway in the namespace. // If CreationTimestamp is equal, then sort by name in alphabet order. GatewayConditionEffective gwv1.GatewayConditionType = "Effective" // GatewayReasonEffective is the reason for Effective Gateway GatewayReasonEffective gwv1.GatewayConditionReason = "Effective" // GatewayReasonNotOldest is the reason for inactive Gateway GatewayReasonNotOldest gwv1.GatewayConditionReason = "NotOldest" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
util
|
|
Package validation has functions for validating the correctness of api objects and explaining what's wrong with them when they're not valid.
|
Package validation has functions for validating the correctness of api objects and explaining what's wrong with them when they're not valid. |
Click to show internal directories.
Click to hide internal directories.