package
0.2.0
Repository: https://github.com/ironcore-dev/ironcore.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package v1alpha1 contains API Schema definitions for the core v1alpha1 API group +groupName=core.ironcore.dev.
No description provided by the author

# Functions

ObjectCountQuotaResourceNameFor returns the ResourceName for counting the given groupResource.
No description provided by the author

# Constants

ResourceCountNamespacePrefix is resource namespace prefix for counting resources.
ResourceCPU is the amount of cpu in cores.
ResourceIOPS defines max IOPS in input/output operations per second.
ResourceMemory is the amount of memory in bytes.
ResourceRequestsCPU is the amount of requested cpu in cores.
ResourceRequestsMemory is the amount of requested memory in bytes.
ResourceRequestsStorage is the amount of requested storage in bytes.
ResourceScopeBucketClass refers to the bucket class of a resource.
ResourceScopeMachineClass refers to the machine class of a resource.
ResourceScopeVolumeClass refers to the volume class of a resource.
ResourcesRequestsPrefix is the prefix used for limiting resource requests in ResourceQuota.
ResourceStorage is the amount of storage, in bytes.
ResourceTPS defines max throughput per second.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
SchemeGroupVersion is group version used to register these objects.

# Structs

ObjectSelector specifies how to select objects of a certain kind.
ResourceQuota is the Schema for the resourcequotas API.
ResourceQuotaList contains a list of ResourceQuota.
ResourceQuotaSpec defines the desired state of ResourceQuotaSpec.
ResourceQuotaStatus is the status of a ResourceQuota.
ResourceScopeSelector selects.
ResourceScopeSelectorRequirement is a requirement for a resource using a ResourceScope alongside a ResourceScopeSelectorOperator with Values (depending on the ResourceScopeSelectorOperator).

# Type aliases

ResourceList is a list of ResourceName alongside their resource.Quantity.
ResourceName is the name of a resource, most often used alongside a resource.Quantity.
ResourceScope is a scope of a resource.
ResourceScopeSelectorOperator is an operator to compare a ResourceScope with values.