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
70 changes: 70 additions & 0 deletions docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@ Resource Types:
Match labels selectors to add to each pod.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspecautorecoverynodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -6017,6 +6024,13 @@ Subset of PodSecurityContext for basic UID, GID, and volume access control.
Match labels selectors to add to each pod.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspecbastionnodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -11835,6 +11849,13 @@ Subset of PodSecurityContext for basic UID, GID, and volume access control.
Match labels selectors to add to each pod.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspecbookkeepernodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -18992,6 +19013,13 @@ Service configuration.
Match labels selectors to add to each pod.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspecbookkeepersetskeynodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -31554,6 +31582,13 @@ Indicates if a StorageClass is used. The operator will create the StorageClass i
Match labels selectors to add to each pod.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspecbrokernodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -38728,6 +38763,13 @@ Service configuration.
Match labels selectors to add to each pod.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspecbrokersetskeynodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -51136,6 +51178,13 @@ Update strategy for the StatefulSet.
Match labels selectors to add to each pod.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspecfunctionsworkernodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -63420,6 +63469,13 @@ TLS configurations related to the ZooKeeper component.
Match labels selectors to add to each pod.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspecproxynodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -70482,6 +70538,13 @@ Service configuration.
Match labels selectors to add to each pod.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspecproxysetskeynodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -83099,6 +83162,13 @@ Resources requirements.
Configuration about the job that initializes the Pulsar cluster creating the needed ZooKeeper nodes.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>minReadySeconds</b></td>
<td>integer</td>
<td>
Min seconds to wait before considering the pod as ready.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pulsarclusterspeczookeepernodeaffinity">nodeAffinity</a></b></td>
<td>object</td>
Expand Down
4 changes: 4 additions & 0 deletions helm/kaap/crds/autorecoveries.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down
4 changes: 4 additions & 0 deletions helm/kaap/crds/bastions.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down
8 changes: 8 additions & 0 deletions helm/kaap/crds/bookkeepers.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -3133,6 +3137,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the\
\ pod as ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down
8 changes: 8 additions & 0 deletions helm/kaap/crds/brokers.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -3154,6 +3158,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the\
\ pod as ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down
4 changes: 4 additions & 0 deletions helm/kaap/crds/functionsworkers.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down
8 changes: 8 additions & 0 deletions helm/kaap/crds/proxies.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2276,6 +2276,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -3911,6 +3915,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the\
\ pod as ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down
40 changes: 40 additions & 0 deletions helm/kaap/crds/pulsarclusters.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -2012,6 +2016,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -4140,6 +4148,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -5821,6 +5833,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the\
\ pod as ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -8830,6 +8846,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -10532,6 +10552,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the\
\ pod as ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -13418,6 +13442,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -16507,6 +16535,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -18142,6 +18174,10 @@ spec:
type: "string"
description: "Match labels selectors to add to each pod."
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the\
\ pod as ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down Expand Up @@ -21192,6 +21228,10 @@ spec:
\ execution. Default value is 60."
type: "integer"
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down
4 changes: 4 additions & 0 deletions helm/kaap/crds/zookeepers.kaap.oss.datastax.com-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2342,6 +2342,10 @@ spec:
\ execution. Default value is 60."
type: "integer"
type: "object"
minReadySeconds:
description: "Min seconds to wait before considering the pod as\
\ ready."
type: "integer"
nodeAffinity:
description: "Node affinity configuration."
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void internalGenerateSpec() {
.imagePullPolicy(container.getImagePullPolicy())
.nodeSelectors(spec.getNodeSelector())
.replicas(deploymentSpec.getReplicas())
.minReadySeconds(deploymentSpec.getMinReadySeconds())
.nodeAffinity(nodeAffinity)
.labels(deployment.getMetadata().getLabels())
.podLabels(deploymentSpec.getTemplate().getMetadata().getLabels())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void internalGenerateSpec() {
.imagePullPolicy(container.getImagePullPolicy())
.nodeSelectors(spec.getNodeSelector())
.replicas(deploymentSpec.getReplicas())
.minReadySeconds(deploymentSpec.getMinReadySeconds())
.nodeAffinity(nodeAffinity)
.labels(deployment.getMetadata().getLabels())
.podLabels(deploymentSpec.getTemplate().getMetadata().getLabels())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public void internalGenerateSpec() {
.imagePullPolicy(container.getImagePullPolicy())
.nodeSelectors(spec.getNodeSelector())
.replicas(statefulSetSpec.getReplicas())
.minReadySeconds(statefulSetSpec.getMinReadySeconds())
.probes(createProbeConfig(container))
.nodeAffinity(nodeAffinity)
.pdb(podDisruptionBudgetConfig)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public void internalGenerateSpec() {
.imagePullPolicy(container.getImagePullPolicy())
.nodeSelectors(spec.getNodeSelector())
.replicas(statefulSetSpec.getReplicas())
.minReadySeconds(statefulSetSpec.getMinReadySeconds())
.probes(createBrokerProbeConfig(container))
.nodeAffinity(nodeAffinity)
.pdb(podDisruptionBudgetConfig)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public void internalGenerateSpec() {
.imagePullPolicy(mainContainer.getImagePullPolicy())
.nodeSelectors(spec.getNodeSelector())
.replicas(statefulSetSpec.getReplicas())
.minReadySeconds(statefulSetSpec.getMinReadySeconds())
.nodeAffinity(nodeAffinity)
.probes(createProbeConfig(mainContainer))
.labels(statefulSet.getMetadata().getLabels())
Expand Down
Loading
Loading