# Functions
CheckPodExists returns a boolean representing the pod's existence and the namespace that the given pod resides in, or empty if not present in the given namespace.
Client returns a new Kubernetes client.
List outputs all Dapr components.
List outputs all Dapr configurations.
DaprClient returns a new Kubernetes Dapr client.
Expiry returns the expiry time for the root cert.
ExportTrustChain takes the root cert, issuer cert and issuer key from a k8s cluster and saves them in a given directory.
No description provided by the author
GetKubeConfigClient returns the kubeconfig and the client created from the kubeconfig.
Init deploys the Dapr operator using the supplied runtime version.
No description provided by the author
List outputs all the applications.
No description provided by the author
No description provided by the author
Logs fetches Dapr sidecar logs from Kubernetes.
NewPortForward returns an instance of PortForward struct that can be used for establishing port-forwarding connection to a pod in kubernetes cluster, specified by namespace and deployName.
Create a new k8s client for status commands.
Run executes the application based on the run configuration.
Uninstall removes Dapr from a Kubernetes cluster.
# Structs
ComponentsOutput represent a Dapr component.
ComponentsOutput represent a Dapr component.
No description provided by the author
ListOutput represents the application ID, application port and creation time.
PortForward provides a port-forward connection in a kubernetes cluster.
RunConfig represents the application configuration parameters.
RunOutput represents the run output.
No description provided by the author
StatusOutput represents the status of a named Dapr resource.