const resourceQuotaTimeout …
const podName …
var classGold …
var extendedResourceName …
var _ …
var _ …
var _ …
var _ …
func newTestResourceQuotaWithScopeSelector(name string, scope v1.ResourceQuotaScope) *v1.ResourceQuota { … }
func newTestResourceQuotaWithScope(name string, scope v1.ResourceQuotaScope) *v1.ResourceQuota { … }
func newTestResourceQuotaWithScopeForPriorityClass(name string, hard v1.ResourceList, op v1.ScopeSelectorOperator, values []string) *v1.ResourceQuota { … }
func newTestResourceQuota(name string) *v1.ResourceQuota { … }
func newTestResourceQuotaDRA(name string) *v1.ResourceQuota { … }
func newTestPodForQuota(f *framework.Framework, name string, requests v1.ResourceList, limits v1.ResourceList) *v1.Pod { … }
func newTestPodForQuotaWithPriority(f *framework.Framework, name string, requests v1.ResourceList, limits v1.ResourceList, pclass string) *v1.Pod { … }
func newTestPodWithAffinityForQuota(f *framework.Framework, name string, affinity *v1.Affinity) *v1.Pod { … }
func newTestPersistentVolumeClaimForQuota(name string) *v1.PersistentVolumeClaim { … }
func newTestResourceClaimForQuota(name string) *resourceapi.ResourceClaim { … }
func newTestReplicationControllerForQuota(name, image string, replicas int32) *v1.ReplicationController { … }
func newTestReplicaSetForQuota(name, image string, replicas int32) *appsv1.ReplicaSet { … }
func newTestServiceForQuota(name string, serviceType v1.ServiceType, allocateLoadBalancerNodePorts bool) *v1.Service { … }
func newTestConfigMapForQuota(name string) *v1.ConfigMap { … }
func newTestSecretForQuota(name string) *v1.Secret { … }
func createResourceQuota(ctx context.Context, c clientset.Interface, namespace string, resourceQuota *v1.ResourceQuota) (*v1.ResourceQuota, error) { … }
func deleteResourceQuota(ctx context.Context, c clientset.Interface, namespace, name string) error { … }
func countResourceQuota(ctx context.Context, c clientset.Interface, namespace string) (int, error) { … }
func waitForResourceQuota(ctx context.Context, c clientset.Interface, ns, quotaName string, used v1.ResourceList) error { … }
func updateResourceQuotaUntilUsageAppears(ctx context.Context, c clientset.Interface, ns, quotaName string, resourceName v1.ResourceName) error { … }
func unstructuredToResourceQuota(obj *unstructured.Unstructured) (*v1.ResourceQuota, error) { … }