Added BMH e2e test and enabled kud plugins
[icn.git] / cmd / bpa-operator / pkg / apis / bpa / v1alpha1 / provisioning_types.go
index e9b02c2..d6225d1 100644 (file)
@@ -15,7 +15,7 @@ type ProvisioningSpec struct {
        // Add custom validation using kubebuilder tags: https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html
        Masters []map[string]Master  `json:"masters,omitempty"`
        Workers []map[string]Worker  `json:"workers,omitempty"`
-       HostsFile string `json:"hostfile,omitempty"`
+       KUDPlugins []string `json:"KUDPlugins,omitempty"`
 }
 
 // ProvisioningStatus defines the observed state of Provisioning