PortOptions group options of the Port API
| 467 | |
| 468 | // PortOptions group options of the Port API |
| 469 | type PortOptions struct { |
| 470 | Protocol string |
| 471 | Index int |
| 472 | } |
| 473 | |
| 474 | // OCIVersion controls manifest generation to ensure compatibility |
| 475 | // with different registries. |
nothing calls this directly
no outgoing calls
no test coverage detected