Module v1

Module v1 

Source

Structs§

AppliedClusterResourceQuota
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.
ClusterResourceQuota
ClusterResourceQuota mirrors ResourceQuota at a cluster scope. This object is easily convertible to synthetic ResourceQuota object to allow quota evaluation re-use.
ClusterResourceQuotaSelector
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.
ClusterResourceQuotaSpec
ClusterResourceQuotaSpec defines the desired quota restrictions
ClusterResourceQuotaStatus
ClusterResourceQuotaStatus defines the actual enforced quota and its current usage
ReadClusterResourceQuotaOptional
Optional parameters of ClusterResourceQuota::read_cluster_resource_quota
ReadClusterResourceQuotaStatusOptional
Optional parameters of ClusterResourceQuota::read_cluster_resource_quota_status
ReadNamespacedAppliedClusterResourceQuotaOptional
Optional parameters of AppliedClusterResourceQuota::read_namespaced_applied_cluster_resource_quota
ResourceQuotaStatusByNamespace
ResourceQuotaStatusByNamespace gives status for a particular project

Enums§

ReadClusterResourceQuotaResponse
Use <ReadClusterResourceQuotaResponse as Response>::try_from_parts to parse the HTTP response body of ClusterResourceQuota::read_cluster_resource_quota
ReadClusterResourceQuotaStatusResponse
Use <ReadClusterResourceQuotaStatusResponse as Response>::try_from_parts to parse the HTTP response body of ClusterResourceQuota::read_cluster_resource_quota_status
ReadNamespacedAppliedClusterResourceQuotaResponse
Use <ReadNamespacedAppliedClusterResourceQuotaResponse as Response>::try_from_parts to parse the HTTP response body of AppliedClusterResourceQuota::read_namespaced_applied_cluster_resource_quota