github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/integration/kubernetes/runtimeclass_workloads/resource-quota.yaml (about)

     1  #
     2  # Copyright (c) 2018 Intel Corporation
     3  #
     4  # SPDX-License-Identifier: Apache-2.0
     5  #
     6  apiVersion: v1
     7  kind: List
     8  items:
     9  - apiVersion: v1
    10    kind: Namespace
    11    metadata:
    12      name: test-quota-ns
    13  - apiVersion: v1
    14    kind: ResourceQuota
    15    metadata:
    16      name: pod-quota
    17      namespace: test-quota-ns
    18    spec:
    19      hard:
    20        pods: "2"