sigs.k8s.io/kueue@v0.6.2/config/components/crd/kustomization.yaml (about)

     1  # This kustomization.yaml is not intended to be run by itself,
     2  # since it depends on service name and namespace that are out of this kustomize package.
     3  # It should be run by config/default
     4  resources:
     5  - bases/kueue.x-k8s.io_localqueues.yaml
     6  - bases/kueue.x-k8s.io_clusterqueues.yaml
     7  - bases/kueue.x-k8s.io_workloads.yaml
     8  - bases/kueue.x-k8s.io_resourceflavors.yaml
     9  - bases/kueue.x-k8s.io_admissionchecks.yaml
    10  - bases/kueue.x-k8s.io_workloadpriorityclasses.yaml
    11  - bases/kueue.x-k8s.io_provisioningrequestconfigs.yaml
    12  - bases/kueue.x-k8s.io_multikueueconfigs.yaml
    13  - bases/kueue.x-k8s.io_multikueueclusters.yaml
    14  #+kubebuilder:scaffold:crdkustomizeresource
    15  
    16  patches:
    17  # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
    18  # patches here are for enabling the conversion webhook for each CRD
    19  #- path: patches/webhook_in_localqueues.yaml
    20  #- path: patches/webhook_in_clusterqueues.yaml
    21  #- path: patches/webhook_in_workloads.yaml
    22  #- path: patches/webhook_in_resourceflavors.yaml
    23  #+kubebuilder:scaffold:crdkustomizewebhookpatch
    24  
    25  # [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
    26  # patches here are for enabling the CA injection for each CRD
    27  - path: patches/cainjection_in_localqueues.yaml
    28  #- path: patches/cainjection_in_clusterqueues.yaml
    29  - path: patches/cainjection_in_workloads.yaml
    30  #- path: patches/cainjection_in_resourceflavors.yaml
    31  #+kubebuilder:scaffold:crdkustomizecainjectionpatch
    32  
    33  # the following config is for teaching kustomize how to do kustomization for CRDs.
    34  configurations:
    35  - kustomizeconfig.yaml