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
Current rebase brings us this change to how openapi generate subresource names. This leads to errors during openapi generation because current operations createNamespacedDeploymentConfigRollback and createNamespacedDeploymentConfigRollbackRollback now have the same name createNamespacedDeploymentConfigRollback.
For now I've created a revert of that fix in the rebase (see this commit) but we need to fix it before the next rebase.
The text was updated successfully, but these errors were encountered:
Current rebase brings us this change to how openapi generate subresource names. This leads to errors during openapi generation because current operations
createNamespacedDeploymentConfigRollback
andcreateNamespacedDeploymentConfigRollbackRollback
now have the same namecreateNamespacedDeploymentConfigRollback
.For now I've created a revert of that fix in the rebase (see this commit) but we need to fix it before the next rebase.
The text was updated successfully, but these errors were encountered: