Skip to content

Fix invalid DNS subdomain output in keys of GraphQL response #3

@NikPaushkin

Description

@NikPaushkin

Kubernetes label prefix must be a valid DNS subdomain, but this is not supported now. For example, we receive this in GraphQL response

"labels": {
      "mypodPuzlDeployment": ""
}

instead of

"labels": {
      "my-pod.puzl/Deployment": ""
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions