We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bff2282 + 38a1d83 commit 1576e9cCopy full SHA for 1576e9c
api/v1alpha3/conversion.go
@@ -131,6 +131,7 @@ func Convert_v1alpha3_OpenStackMachineSpec_To_v1alpha4_OpenStackMachineSpec(in *
131
if in.CloudsSecret != nil {
132
out.IdentityRef = &v1alpha4.OpenStackIdentityReference{
133
Name: in.CloudsSecret.Name,
134
+ Kind: "Secret",
135
}
136
137
return autoConvert_v1alpha3_OpenStackMachineSpec_To_v1alpha4_OpenStackMachineSpec(in, out, s)
0 commit comments