Package dev.galasa.kubernetes.spi
Interface IKubernetesManagerSpi
public interface IKubernetesManagerSpi
Provides the SPI for the Kubernetes Manager for Manager to Manager communication.
Should not be used by Test code
-
Method Summary
Modifier and TypeMethodDescriptiongetNamespaceByTag
(@NotNull String namespaceTag) Retrieve the Kubernetes Namespace that has a specific tag.
-
Method Details
-
getNamespaceByTag
Retrieve the Kubernetes Namespace that has a specific tag.- Parameters:
namespaceTag
- The tag to be used- Returns:
IKubernetesNamespace
if the tag is found, or null if not
-