blob: ca25e4f7ade2a03e3502b7c5efc09bc809cfec34 (
plain)
1
2
3
4
5
6
7
|
from .settings import * # pylint: disable=W0614
""" Specific Status Check settings."""
SERVICE_NAME = "Status Check"
SERVICE_DETAILS = "Checks status of all k8s resources in the selected namespace"
SERVICE_COMPONENTS = "ALL"
STATUS_RESULTS_DIRECTORY = "/tmp"
|