Class to check if certain components are installed in the cluster.

Constructors

Methods

  • Check if cert-manager is installed inside any namespace.

    Returns Promise<boolean>

    if cert-manager is found

  • Check if the ingress controller is installed inside any namespace.

    Returns Promise<boolean>

    if ingress controller is found

  • Check if the remote config is installed inside any namespace.

    Returns Promise<boolean>

    if remote config is found

  • Searches specific namespace for remote config's config map

    Parameters

    Returns Promise<boolean>

    true if found else false