Create a new k8Factory client for the given context, if context is undefined it will use the current context in kubeconfig
The context to create the k8Factory client for
Fluent accessor for reading and manipulating cluster information from the kubeconfig file.
an object instance providing cluster operations
Fluent accessor for reading and manipulating config maps.
an object instance providing config map operations
Fluent accessor for reading and manipulating containers. returns an object instance providing container operations
Fluent accessor for reading and manipulating contexts in the kubeconfig file.
an object instance providing context operations
Fluent accessor for reading and manipulating custom resource definitions in the kubernetes cluster.
an object instance providing crd operations
Fluent accessor for reading and manipulating ingress classes in the kubernetes cluster.
an object instance providing ingress class operations
Fluent accessor for reading and manipulating ingresses in the kubernetes cluster.
an object instance providing ingress operations
Fluent accessor for reading and manipulating leases in the kubernetes cluster.
an object instance providing lease operations
Fluent accessor for reading and manipulating namespaces.
an object instance providing namespace operations
Fluent accessor for reading and manipulating pods in the kubernetes cluster.
an object instance providing pod operations
Fluent accessor for reading and manipulating pvcs (persistent volume claims) in the kubernetes cluster.
an object instance providing pvc (persistent volume claim) operations
Fluent accessor for reading and manipulating secrets in the kubernetes cluster.
an object instance providing secret operations
Fluent accessor for reading and manipulating services.
an object instance providing service operations
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()