Skip to content

update spec to v3.53.0 #321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions spec/open-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,8 @@ components:
$ref: "#/components/schemas/Probe"
startupProbe:
$ref: "#/components/schemas/Probe"
lifecycle:
$ref: "#/components/schemas/Lifecycle"
required:
- name
- image
Expand Down Expand Up @@ -1548,6 +1550,8 @@ components:
$ref: "#/components/schemas/Probe"
startupProbe:
$ref: "#/components/schemas/Probe"
lifecycle:
$ref: "#/components/schemas/Lifecycle"
ResourceProfile:
type: object
description: Resource profile model.
Expand Down Expand Up @@ -1730,6 +1734,11 @@ components:
utilizationMemoryAverage:
type: integer
description: UtilizationMemoryAverage defines the target value for average CPU utilization
storageClass:
type: string
description: Represents the storageClass for PVC templates
nullable: true
default: null
portKind:
$ref: "#/components/schemas/PipelinePortKind"
labels:
Expand Down Expand Up @@ -3133,6 +3142,10 @@ components:
lifecycle:
$ref: "#/components/schemas/Lifecycle"
nullable: true
storageClass:
type: string
description: Represents the storageClass for PVC templates
nullable: true

required:
- name
Expand Down Expand Up @@ -3453,6 +3466,11 @@ components:
type: integer
nullable: true
default: null
storageClass:
type: string
description: Represents the storageClass for PVC templates
nullable: true
default: null
labels:
type: object
nullable: true
Expand Down
Loading