@hashgraph/solo
    Preparing search index...

    A kubernetes API wrapper class providing custom functionalities required by solo

    Note: Take care if the same instance is used for parallel execution, as the behaviour may be unpredictable. For parallel execution, create separate instances by invoking clone()

    Implements

    Index

    Constructors

    • Create a new k8Factory client for the given context, if context is undefined it will use the current context in kubeconfig

      Parameters

      • context: string

        The context to create the k8Factory client for

      • kubectlExecutable: string

        Path to executable of kubectl

      Returns K8Client

    Methods