Constant K8S_RESOURCEQUOTA_RESOURCE_NAME
pub const K8S_RESOURCEQUOTA_RESOURCE_NAME: &'static str;
Expand description
The name of the K8s resource a resource quota defines.
§Notes
The value for this attribute can be either the full count/[resource][.[group]]
string (e.g., count/deployments.apps, count/pods), or, for certain core Kubernetes resources, just the resource name (e.g., pods, services, configmaps). Both forms are supported by Kubernetes for object count quotas. See Kubernetes Resource Quotas documentation for more details.
§Examples
"count/replicationcontrollers"