github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/config/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/sriovnetwork.openshift.io_sriovnetworks.yaml
     6  - bases/sriovnetwork.openshift.io_sriovnetworknodestates.yaml
     7  - bases/sriovnetwork.openshift.io_sriovibnetworks.yaml
     8  - bases/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml
     9  - bases/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml
    10  - bases/sriovnetwork.openshift.io_sriovnetworkpoolconfigs.yaml
    11  # +kubebuilder:scaffold:crdkustomizeresource
    12  
    13  patchesStrategicMerge:
    14  # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
    15  # patches here are for enabling the conversion webhook for each CRD
    16  #- patches/webhook_in_sriovnetworks.yaml
    17  #- patches/webhook_in_sriovnetworknodestates.yaml
    18  #- patches/webhook_in_sriovibnetworks.yaml
    19  #- patches/webhook_in_sriovnetworknodepolicies.yaml
    20  #- patches/webhook_in_sriovoperatorconfigs.yaml
    21  #- patches/webhook_in_sriovnetworkpoolconfigs.yaml
    22  # +kubebuilder:scaffold:crdkustomizewebhookpatch
    23  
    24  # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
    25  # patches here are for enabling the CA injection for each CRD
    26  #- patches/cainjection_in_sriovnetworks.yaml
    27  #- patches/cainjection_in_sriovnetworknodestates.yaml
    28  #- patches/cainjection_in_sriovibnetworks.yaml
    29  #- patches/cainjection_in_sriovnetworknodepolicies.yaml
    30  #- patches/cainjection_in_sriovoperatorconfigs.yaml
    31  #- patches/cainjection_in_sriovnetworkpoolconfigs.yaml
    32  # +kubebuilder:scaffold:crdkustomizecainjectionpatch
    33  
    34  # the following config is for teaching kustomize how to do kustomization for CRDs.
    35  configurations:
    36  - kustomizeconfig.yaml