v1

package
v1.4.7 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

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