Skip to content

Able to see name attribute when listing container ports. #4955

@trashhead

Description

@trashhead
Image I would like to see name-attribute when listing container ports.
containers:
    - name: garage
      image: dxflrs/amd64_garage:v2.2.0
      ports:
        - name: s3-api
          containerPort: 3900
          protocol: TCP
        - name: web-api
          containerPort: 3902
          protocol: TCP
        - name: admin
          containerPort: 3903
          protocol: TCP

Describe the solution you'd like

Show name, protocol and port, not just protocol and port.

What users will benefit from this feature?

Easier to know what the port is used for.

Are you able to implement this feature?

No

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions