Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / pkg / apis / bpa / v1alpha1 / provisioning_types.go
index e9b02c2..93e2364 100644 (file)
@@ -15,7 +15,9 @@ 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"`
+       KUDInstaller string `json:"kudInstallerPath,omitempty"`
+       DHCPleaseFile string `json:"dhcpLeaseFile,omitempty"`
+       MultiClusterPath string `json:"multiClusterDir,omitempty"`
 }
 
 // ProvisioningStatus defines the observed state of Provisioning