Commit d5e07db
authored
feat: add sdk_endpoint parameter to Provider class (#2682)
Add sdkEndpoint support to Provider CR settings, allowing users
to specify the vCenter SDK endpoint type (e.g., vcenter or esxi)
for vSphere providers. The settings dict is now built conditionally
so only provided settings are included in the CR spec.
Ref: https://github.com/kubev2v/forklift/blob/main/pkg/apis/forklift/v1beta1/provider.go#L731 parent 5b13fa7 commit d5e07db
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
| |||
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
40 | | - | |
| 48 | + | |
41 | 49 | | |
42 | 50 | | |
0 commit comments