Interface IKubernetesManagerSpi


public interface IKubernetesManagerSpi
Provides the SPI for the Kubernetes Manager for Manager to Manager communication. Should not be used by Test code
Author:
Michael Baylis
  • Method Summary

    Modifier and Type
    Method
    Description
    getNamespaceByTag(@NotNull String namespaceTag)
    Retrieve the Kubernetes Namespace that has a specific tag.
  • Method Details

    • getNamespaceByTag

      IKubernetesNamespace getNamespaceByTag(@NotNull @NotNull String namespaceTag)
      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