-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Describe the missing piece of documentation
Docs state that the generated webhook url is generated based on the name of the webhook : https://github.com/dotnet/dotnet-operator-sdk/blob/main/src/KubeOps.Operator.Web/README.md#webhook-endpoint-routing
But in code, it is based on the type of the entity the webhook is mutating :
| .Select(t => (HookTypeName: t.BaseType!.GenericTypeArguments[0].Name.ToLowerInvariant(), |
Maybe docs are worth updating or code need to be fixed to conform to it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation