{
  "apiVersion": "rbac.authorization.k8s.io/v1",
  "kind": "ClusterRole",
  "metadata": {
    "name": "arthaops-agentless-reader",
    "labels": {
      "app.kubernetes.io/name": "arthaops-cost-governance",
      "app.kubernetes.io/part-of": "arthaops"
    }
  },
  "rules": [
    {
      "apiGroups": [
        ""
      ],
      "resources": [
        "pods",
        "nodes",
        "persistentvolumeclaims",
        "persistentvolumes",
        "namespaces"
      ],
      "verbs": [
        "get",
        "list",
        "watch"
      ]
    },
    {
      "apiGroups": [
        "apps"
      ],
      "resources": [
        "deployments",
        "daemonsets",
        "statefulsets"
      ],
      "verbs": [
        "get",
        "list",
        "watch"
      ]
    },
    {
      "apiGroups": [
        "metrics.k8s.io"
      ],
      "resources": [
        "pods",
        "nodes"
      ],
      "verbs": [
        "get",
        "list"
      ]
    }
  ]
}