"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `Port` should be a valid port number (1-65535, inclusive).",
"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",
"format":"int32",
"format":"int32",
"type":"integer"
"type":"integer"
}
}
...
@@ -2923,7 +2923,7 @@
...
@@ -2923,7 +2923,7 @@
"type":"string"
"type":"string"
},
},
"port":{
"port":{
"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `Port` should be a valid port number (1-65535, inclusive).",
"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",
"format":"int32",
"format":"int32",
"type":"integer"
"type":"integer"
}
}
...
@@ -16777,7 +16777,7 @@
...
@@ -16777,7 +16777,7 @@
"type":"string"
"type":"string"
},
},
"port":{
"port":{
"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `Port` should be a valid port number (1-65535, inclusive).",
"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",
"format":"int32",
"format":"int32",
"type":"integer"
"type":"integer"
}
}
...
@@ -18144,7 +18144,7 @@
...
@@ -18144,7 +18144,7 @@
"type":"string"
"type":"string"
},
},
"port":{
"port":{
"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `Port` should be a valid port number (1-65535, inclusive).",
"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",
"format":"int32",
"format":"int32",
"type":"integer"
"type":"integer"
}
}
...
@@ -18315,7 +18315,7 @@
...
@@ -18315,7 +18315,7 @@
"type":"string"
"type":"string"
},
},
"port":{
"port":{
"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `Port` should be a valid port number (1-65535, inclusive).",
"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",
@@ -73,7 +73,7 @@ var map_ServiceReference = map[string]string{
...
@@ -73,7 +73,7 @@ var map_ServiceReference = map[string]string{
"namespace":"`namespace` is the namespace of the service. Required",
"namespace":"`namespace` is the namespace of the service. Required",
"name":"`name` is the name of the service. Required",
"name":"`name` is the name of the service. Required",
"path":"`path` is an optional URL path which will be sent in any request to this service.",
"path":"`path` is an optional URL path which will be sent in any request to this service.",
"port":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `Port` should be a valid port number (1-65535, inclusive).",
"port":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",
@@ -70,7 +70,7 @@ var map_ServiceReference = map[string]string{
...
@@ -70,7 +70,7 @@ var map_ServiceReference = map[string]string{
"namespace":"`namespace` is the namespace of the service. Required",
"namespace":"`namespace` is the namespace of the service. Required",
"name":"`name` is the name of the service. Required",
"name":"`name` is the name of the service. Required",
"path":"`path` is an optional URL path which will be sent in any request to this service.",
"path":"`path` is an optional URL path which will be sent in any request to this service.",
"port":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `Port` should be a valid port number (1-65535, inclusive).",
"port":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",