Kathara.manager.kubernetes.KubernetesSecret - KatharaFramework/Kathara GitHub Wiki
Class responsible for interacting with Kubernetes secrets.
__init__() → None
create(
lab: Kathara.model.Lab.Lab
) → List[kubernetes.client.models.v1_secret.V1Secret]
Create the Kubernetes secrets for a Kathara network scenario.
Args:
-
lab
(Kathara.model.Lab.Lab): A Kathara network scenario.
Returns:
-
List[client.V1Secret]
: A list of created Kubernetes secrets for the network scenario.
This file was automatically generated via lazydocs.