Skip to content

Commit d438845

Browse files
committed
Fix typo in Kubernetes detector
1 parent 0ef45f1 commit d438845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.ComponentDetection.Detectors/kubernetes/KubernetesComponentDetector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.ComponentDetection.Detectors.Kubernetes;
1414
using YamlDotNet.Core;
1515
using YamlDotNet.RepresentationModel;
1616

17-
public class KubernetesComponentDetector : FileComponentDetector, IDefaultOffComponentDetector, IExperimentDetector
17+
public class KubernetesComponentDetector : FileComponentDetector, IDefaultOffComponentDetector, IExperimentalDetector
1818
{
1919
private static readonly HashSet<string> KubernetesKinds = new(StringComparer.OrdinalIgnoreCase)
2020
{

0 commit comments

Comments
 (0)