func (ni *NamespaceValidatorInterceptor) checkNamespaceState(namespaceEntry *namespace.Namespace, fullMethod string) error {
if namespaceEntry == nil {
}
allowedStates, allowedStatesPerAPIDefined := allowedNamespaceStatesPerAPI[fullMethod]