-
Notifications
You must be signed in to change notification settings - Fork 663
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.