Skip to content

Commit

Permalink
after make lint-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-astorsky committed Aug 12, 2024
1 parent 5a9131b commit a0d17d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,9 @@ spec:
additionalProperties:
type: string
type: object
forceTcp:
default: false
type: boolean
hostNetwork:
default: false
description: Use the host's network namespace for all components.
Expand Down Expand Up @@ -912,6 +915,9 @@ spec:
resources required.
type: object
type: object
keepSocket:
default: true
type: boolean
locations:
items:
properties:
Expand Down Expand Up @@ -1260,12 +1266,6 @@ spec:
useIpv4:
default: false
type: boolean
forceTcp:
default: false
type: boolean
keepSocket:
default: true
type: boolean
useIpv6:
default: false
type: boolean
Expand Down
12 changes: 6 additions & 6 deletions ytop-chart/templates/crds/ytsaurus.cluster.ytsaurus.tech.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10035,6 +10035,9 @@ spec:
additionalProperties:
type: string
type: object
forceTcp:
default: false
type: boolean
hostNetwork:
default: false
description: Use the host's network namespace for all components.
Expand Down Expand Up @@ -12506,6 +12509,9 @@ spec:
jobImage:
description: Default docker image for user jobs.
type: string
keepSocket:
default: true
type: boolean
masterCaches:
properties:
affinity:
Expand Down Expand Up @@ -34601,12 +34607,6 @@ spec:
useIpv6:
default: false
type: boolean
keepSocket:
default: true
type: boolean
forceTcp:
default: false
type: boolean
usePorto:
default: false
type: boolean
Expand Down

0 comments on commit a0d17d2

Please sign in to comment.