no-missing-gateway-class
Rec
Enabled in recommended preset.All
Disabled when components are given in CLI.Disallow missing GatewayClass references.
This rule ensures that all GatewayClass references are defined by checking if the corresponding manifests are present or not.
Configuration
allow
Allow GatewayClass references that match the patterns to be missing.
Examples
Allow GKE gateway classes.
allow = ["gke-*"]