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

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

    Returns K8Client

Methods

  • Fluent accessor for reading and manipulating pvcs (persistent volume claims) in the kubernetes cluster.

    Returns Pvcs

    an object instance providing pvc (persistent volume claim) operations