DigitalOcean.KubernetesCluster.run_clusterlint
You're seeing just the function
run_clusterlint
, go back to DigitalOcean.KubernetesCluster module for more information.
Link to this function
run_clusterlint(cluster_id, opts \\ [])
Specs
run_clusterlint(String.t(), Keyword.t()) :: DigitalOcean.Operation.t()
Run clusterlink checks on a Kubernetes cluster.
Examples
iex> DigitalOcean.KubernetesCluster.run_clusterlint(
...> "bd5f5959-5e1e-4205-a714-a914373942af",
...> include_groups: ["basic"],
...> include_checks: "bare-pods"
...> ) |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }