Structs§
- Applied
Cluster Resource Quota - AppliedClusterResourceQuota mirrors ClusterResourceQuota at a project scope, for projection into a project. It allows a project-admin to know which ClusterResourceQuotas are applied to his project and their associated usage.
- Cluster
Resource Quota - ClusterResourceQuota mirrors ResourceQuota at a cluster scope. This object is easily convertible to synthetic ResourceQuota object to allow quota evaluation re-use.
- Cluster
Resource Quota Selector - ClusterResourceQuotaSelector is used to select projects. At least one of LabelSelector or AnnotationSelector must present. If only one is present, it is the only selection criteria. If both are specified, the project must match both restrictions.
- Cluster
Resource Quota Spec - ClusterResourceQuotaSpec defines the desired quota restrictions
- Cluster
Resource Quota Status - ClusterResourceQuotaStatus defines the actual enforced quota and its current usage
- Read
Cluster Resource Quota Optional - Optional parameters of
ClusterResourceQuota::read_cluster_resource_quota
- Read
Cluster Resource Quota Status Optional - Optional parameters of
ClusterResourceQuota::read_cluster_resource_quota_status
- Read
Namespaced Applied Cluster Resource Quota Optional - Optional parameters of
AppliedClusterResourceQuota::read_namespaced_applied_cluster_resource_quota
- Resource
Quota Status ByNamespace - ResourceQuotaStatusByNamespace gives status for a particular project
Enums§
- Read
Cluster Resource Quota Response - Use
<ReadClusterResourceQuotaResponse as Response>::try_from_parts
to parse the HTTP response body ofClusterResourceQuota::read_cluster_resource_quota
- Read
Cluster Resource Quota Status Response - Use
<ReadClusterResourceQuotaStatusResponse as Response>::try_from_parts
to parse the HTTP response body ofClusterResourceQuota::read_cluster_resource_quota_status
- Read
Namespaced Applied Cluster Resource Quota Response - Use
<ReadNamespacedAppliedClusterResourceQuotaResponse as Response>::try_from_parts
to parse the HTTP response body ofAppliedClusterResourceQuota::read_namespaced_applied_cluster_resource_quota