package
1.3.0
Repository: https://github.com/kong/gateway-operator.git
Documentation: pkg.go.dev

# Variables

ErrDataPlaneNotSet is a custom error that must be used when a specific OwnerReference is expected to be on an object, but it is not found.
ErrInvalidSemverVersion is a custom error that indicates a provided version string (which we were expecting to be in the format of <Major>.<Minor>.<Patch>) was invalid, and not in the expected format.
ErrNoDataPlanePods is a custom error that must be used when the DataPlane Deployment referenced by the ControlPlane has no pods ready yet.
ErrObjectMissingParametersRef is a custom error that must be used when the .spec.ParametersRef field of the given object is nil.
ErrTooManyDataPlaneNetworkPolicies is an error which indicates that a DataPlane has too many NetworkPolicies configured.
ErrUnexpectedObject is a custom error that must be used when the cast of a object to an expected type fails.
ErrUnsupportedGateway is an error which indicates that a provided Gateway is not supported because it's GatewayClass was not associated with this controller.