Documentation
¶
Index ¶
- func IsBackendReferenceAllowed(originatingNamespace string, be gatewayv1beta1.BackendRef, ...) bool
- func IsSecretReferenceAllowed(originatingNamespace string, sr gatewayv1beta1.SecretObjectReference, ...) bool
- func NamespaceDerefOr(namespace *gatewayv1beta1.Namespace, defaultNamespace string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsBackendReferenceAllowed ¶
func IsBackendReferenceAllowed(originatingNamespace string, be gatewayv1beta1.BackendRef, gvk schema.GroupVersionKind, grants []gatewayv1alpha2.ReferenceGrant) bool
IsBackendReferenceAllowed returns true if the backend reference is allowed by the reference grant.
func IsSecretReferenceAllowed ¶
func IsSecretReferenceAllowed(originatingNamespace string, sr gatewayv1beta1.SecretObjectReference, gvk schema.GroupVersionKind, grants []gatewayv1alpha2.ReferenceGrant) bool
IsSecretReferenceAllowed returns true if the secret reference is allowed by the reference grant.
func NamespaceDerefOr ¶
func NamespaceDerefOr(namespace *gatewayv1beta1.Namespace, defaultNamespace string) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.