-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad de-pluralizations #1454
Milestone
Comments
Porges
referenced
this issue
in Azure/k8s-infra
Nov 12, 2020
…320) * Add create/delete tests for the `StorageAccountsBlobService` and `StorageAccountsBlobServicesContainer` resource types. * Attempt to make deployment more robust, if we deploy a second time and the deployment already exists. This could happen due to faults or spurious failures in patching resources. * TODO: We need to check the existing deployment against spec and delete/recreate it if it is different? * Handle authentication configuration errors as early as possible; the `autorest` library does not check this and will give back an authorizer that does not work. * Added temporary fix for #319. * Fix bad log message in one of the matchers. * Only save recording for a test when it is successful. This makes it easier to develop when trying to fix a test. ## Outstanding items We need to think about how to handle resources like `StorageAccountsBlobService` better. It _must_ be named `"default"` to work but this is not enforced at the moment. One idea is that we could merge this into the `StorageAccount` resource type so that it can be configured there, and the controller takes care of creating it separately. Another issue is that the name is not going to be unique in Kubernetes. For resources with an owner we might need to scope the name under the owner name, but I’m not sure that this is possible; the object is created in Kubernetes before we can touch the name. The user can set AzureName to "default" and Name to something else but this is not obvious. I opened an issue for this here: #324
Some should be fixed now: gobuffalo/flect#50 |
Porges
added a commit
that referenced
this issue
Jun 22, 2021
Closes #1454. **What this PR does / why we need it**: Flect has fixes in the latest version, so we don’t need so many overrides.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, “services” comes out as “servex”: gobuffalo/flect#49
The text was updated successfully, but these errors were encountered: