You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not find a related open enhancement request.
I understand that enhancement requests filed in the GitHub repository are by default low priority.
If this request is time-sensitive, I have submitted a corresponding issue with GCP support.
Describe the feature or resource
Running mock tests for basicsaugkehubfeaturemembership. The version field and management field should not be set together. Thus, the version field is removed while adding the management field in the update.yaml. However, when the direct controller tries to update the resource, the KRM it retrieves from the local k8s cluster has two fields present, which should have only the management field not the version field.
ziyue-101
changed the title
The KRM object passed into the scifi controller doesn't match what is specified in the test suite for mutually exclusive fields
The KRM object passed into the gkehub direct controller doesn't match what is specified in the test suite for mutually exclusive fields
Dec 10, 2024
ziyue-101
changed the title
The KRM object passed into the gkehub direct controller doesn't match what is specified in the test suite for mutually exclusive fields
The KRM object passed into the gkehub direct controller doesn't match what is specified in the test suite regarding mutually exclusive fields
Dec 10, 2024
Checklist
Describe the feature or resource
Running mock tests for
basicsaugkehubfeaturemembership
. Theversion
field andmanagement
field should not be set together. Thus, the version field is removed while adding themanagement
field in the update.yaml. However, when the direct controller tries to update the resource, the KRM it retrieves from the local k8s cluster has two fields present, which should have only themanagement
field not theversion
field.Step to reproduce.
I used
and found the
u unstructed
as the input ofAdapterForObject
has two fields at the same time.Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered: