Skip to content

Commit

Permalink
temp2
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Sep 6, 2024
1 parent 7c27b07 commit e7ad885
Showing 1 changed file with 24 additions and 15 deletions.
39 changes: 24 additions & 15 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16079,21 +16079,30 @@ components:
ports:
type: array
items:
oneOf:
- allOf:
- $ref: '#/components/schemas/HelmPortRequestCommonProperties'
- type: object
properties:
service_name:
type: string
- allOf:
- $ref: '#/components/schemas/HelmPortRequestCommonProperties'
- type: object
properties:
service_selectors:
type: array
items:
$ref: '#/components/schemas/KubernetesSelector'
type: object
required:
- service_name
- internal_port
properties:
name:
type: string
internal_port:
type: integer
example: 8080
description: The listening port of your service.
external_port:
type: integer
example: 8080
description: The exposed port for your service. This is optional. If not set a default port will be used.
service_name:
type: string
namespace:
type: string
protocol:
$ref: '#/components/schemas/HelmPortProtocolEnum'
is_default:
type: boolean
description: is the default port to use for domain
HelmForceEvent:
type: string
enum:
Expand Down

0 comments on commit e7ad885

Please sign in to comment.