sigs.k8s.io/cluster-api/bootstrap/kubeadm@v0.0.0-20191016155141-23a891785b60/config-capi/crds/kustomization.yaml (about) 1 # Each entry in this list must resolve to an existing 2 # resource definition in YAML. These are the resource 3 # files that kustomize reads, modifies and emits as a 4 # YAML string, with resources separated by document 5 # markers ("---"). 6 resources: 7 - cluster.k8s.io_clusters.yaml 8 - cluster.k8s.io_machines.yaml 9 - cluster.k8s.io_machinesets.yaml 10 - cluster.k8s.io_machineclasses.yaml 11 - cluster.k8s.io_machinedeployments.yaml 12