Skip to content

Commit

Permalink
new way
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Sep 7, 2024
1 parent 1529462 commit b0a1300
Showing 1 changed file with 24 additions and 63 deletions.
87 changes: 24 additions & 63 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15787,42 +15787,12 @@ components:
ports:
type: array
items:
oneOf:
- type: object
required:
- id
- internal_port
- protocol
- service_name
properties:
id:
type: string
format: uuid
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
allOf:
- type: object
required:
- id
- internal_port
- protocol
- service_selectors
properties:
id:
type: string
Expand All @@ -15837,17 +15807,24 @@ components:
type: integer
example: 8080
description: The exposed port for your service. This is optional. If not set a default port will be used.
service_selectors:
type: array
items:
$ref: '#/components/schemas/KubernetesSelector'
namespace:
type: string
protocol:
$ref: '#/components/schemas/HelmPortProtocolEnum'
is_default:
type: boolean
description: is the default port to use for domain
- oneOf:
- type: object
properties:
service_selectors:
type: array
items:
$ref: '#/components/schemas/KubernetesSelector'
- type: object
properties:
service_name:
type: string
source:
nullable: false
oneOf:
Expand Down Expand Up @@ -16062,30 +16039,7 @@ components:
ports:
type: array
items:
oneOf:
- type: object
required:
- 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
allOf:
- type: object
required:
- internal_port
Expand All @@ -16100,17 +16054,24 @@ components:
type: integer
example: 8080
description: The exposed port for your service. This is optional. If not set a default port will be used.
service_selectors:
type: array
items:
$ref: '#/components/schemas/KubernetesSelector'
namespace:
type: string
protocol:
$ref: '#/components/schemas/HelmPortProtocolEnum'
is_default:
type: boolean
description: is the default port to use for domain
- oneOf:
- type: object
properties:
service_selectors:
type: array
items:
$ref: '#/components/schemas/KubernetesSelector'
- type: object
properties:
service_name:
type: string
HelmForceEvent:
type: string
enum:
Expand Down

0 comments on commit b0a1300

Please sign in to comment.