Skip to content
Merged
Show file tree
Hide file tree
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
92 changes: 92 additions & 0 deletions api/bases/cinder.openstack.org_cinderapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ spec:
spec:
description: CinderAPISpec defines the desired state of CinderAPI
properties:
apiTimeout:
default: 60
description: APITimeout for HAProxy, Apache, and rpc_response_timeout
minimum: 10
type: integer
containerImage:
description: ContainerImage - Cinder Container Image URL (will be
set to environmental default if empty)
Expand Down Expand Up @@ -1224,6 +1229,93 @@ spec:
description: Override, provides the ability to override the generated
manifest of several child resources.
properties:
probes:
description: Override probes and other common fields in the StatefulSet
properties:
livenessProbes:
description: |-
Override configuration for the StatefulSet like Probes and other tunable
fields
properties:
failureThreshold:
format: int32
minimum: 1
type: integer
initialDelaySeconds:
format: int32
minimum: 0
type: integer
path:
pattern: ^(/.*)?$
type: string
periodSeconds:
format: int32
minimum: 1
type: integer
timeoutSeconds:
format: int32
minimum: 1
type: integer
type: object
readinessProbes:
description: |-
ProbeConf - the configuration for liveness and readiness probes
LivenessPath - Endpoint path for the liveness probe
ReadinessPath - Endpoint path for the readiness probe
InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated
TimeoutSeconds - Number of seconds after which the probe times out
PeriodSeconds - How often (in seconds) to perform the probe
properties:
failureThreshold:
format: int32
minimum: 1
type: integer
initialDelaySeconds:
format: int32
minimum: 0
type: integer
path:
pattern: ^(/.*)?$
type: string
periodSeconds:
format: int32
minimum: 1
type: integer
timeoutSeconds:
format: int32
minimum: 1
type: integer
type: object
startupProbes:
description: |-
ProbeConf - the configuration for liveness and readiness probes
LivenessPath - Endpoint path for the liveness probe
ReadinessPath - Endpoint path for the readiness probe
InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated
TimeoutSeconds - Number of seconds after which the probe times out
PeriodSeconds - How often (in seconds) to perform the probe
properties:
failureThreshold:
format: int32
minimum: 1
type: integer
initialDelaySeconds:
format: int32
minimum: 0
type: integer
path:
pattern: ^(/.*)?$
type: string
periodSeconds:
format: int32
minimum: 1
type: integer
timeoutSeconds:
format: int32
minimum: 1
type: integer
type: object
type: object
service:
additionalProperties:
description: |-
Expand Down
92 changes: 92 additions & 0 deletions api/bases/cinder.openstack.org_cinderbackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,98 @@ spec:
notificationsURLSecret:
description: Secret containing Notifications transport URL
type: string
override:
description: Override, provides the ability to override the generated
manifest of several child resources.
properties:
probes:
description: Override probes and other common fields in the StatefulSet
properties:
livenessProbes:
description: |-
Override configuration for the StatefulSet like Probes and other tunable
fields
properties:
failureThreshold:
format: int32
minimum: 1
type: integer
initialDelaySeconds:
format: int32
minimum: 0
type: integer
path:
pattern: ^(/.*)?$
type: string
periodSeconds:
format: int32
minimum: 1
type: integer
timeoutSeconds:
format: int32
minimum: 1
type: integer
type: object
readinessProbes:
description: |-
ProbeConf - the configuration for liveness and readiness probes
LivenessPath - Endpoint path for the liveness probe
ReadinessPath - Endpoint path for the readiness probe
InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated
TimeoutSeconds - Number of seconds after which the probe times out
PeriodSeconds - How often (in seconds) to perform the probe
properties:
failureThreshold:
format: int32
minimum: 1
type: integer
initialDelaySeconds:
format: int32
minimum: 0
type: integer
path:
pattern: ^(/.*)?$
type: string
periodSeconds:
format: int32
minimum: 1
type: integer
timeoutSeconds:
format: int32
minimum: 1
type: integer
type: object
startupProbes:
description: |-
ProbeConf - the configuration for liveness and readiness probes
LivenessPath - Endpoint path for the liveness probe
ReadinessPath - Endpoint path for the readiness probe
InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated
TimeoutSeconds - Number of seconds after which the probe times out
PeriodSeconds - How often (in seconds) to perform the probe
properties:
failureThreshold:
format: int32
minimum: 1
type: integer
initialDelaySeconds:
format: int32
minimum: 0
type: integer
path:
pattern: ^(/.*)?$
type: string
periodSeconds:
format: int32
minimum: 1
type: integer
timeoutSeconds:
format: int32
minimum: 1
type: integer
type: object
type: object
type: object
passwordSelectors:
default:
service: CinderPassword
Expand Down
Loading
Loading