We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11baa6a commit be50f15Copy full SHA for be50f15
src/K8sOperator.NET/Metadata/NamespaceMetadata.cs
@@ -18,7 +18,7 @@ public interface INamespaceMetadata
18
/// Sets the Namespace
19
/// </summary>
20
/// <param name="ns"></param>
21
-[AttributeUsage(AttributeTargets.Class)]
+[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class)]
22
public sealed class NamespaceAttribute(string ns) : Attribute, INamespaceMetadata
23
{
24
/// <summary>
0 commit comments