interface K8Factory {
    default(): K8;
    getK8(context: string): K8;
}

Implemented by

Methods

Methods

  • Get a K8 instance for the given context

    Parameters

    • context: string

      The context to get the K8 instance for

    Returns K8