Additional ObjectMeta field should be removed from CloudStackMachineTemplate #237
Labels
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
kind/bug
Categorizes issue or PR as related to a bug.
kind/feature
Categorizes issue or PR as related to a new feature.
Uh oh!
There was an error while loading. Please reload this page.
CloudStackMachineTemplate
API forv1beta2
has an additionalObjectMeta
in one of its children structs (CloudStackMachineTemplateResource
. This field is not required and is not used anywhere. While this is predominately non-intrusive, kube-apiserver from 1.25 enabledServerSideValidation
as the feature matured to beta. When unmarshalling a struct from this API, in includescreationtimestamp
as nil as part of that additional ObjectMeta field. A yaml generated from un-marshalling struct fails server side validation.API field to be removed -
cluster-api-provider-cloudstack/api/v1beta2/cloudstackmachinetemplate_types.go
Line 28 in 8c69f07
The text was updated successfully, but these errors were encountered: