Merge pull request #1185 from philnichol/adding-appprotocol

feat: Add an optional `appProtocol` field to `spec.service`
This commit is contained in:
Sanskar Jaiswal
2022-05-19 19:26:49 +05:30
committed by GitHub
6 changed files with 17 additions and 0 deletions
+3
View File
@@ -158,6 +158,9 @@ spec:
portName:
description: Container port name
type: string
appProtocol:
description: Application protocol of the port
type: string
targetPort:
description: Container target port name
x-kubernetes-int-or-string: true