Skip to content

Commit 7e9303c

Browse files
committed
updated deployment_test..go
1 parent ac06d33 commit 7e9303c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/store/deployment_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ func TestDeploymentStore(t *testing.T) {
7070
# TYPE kube_deployment_spec_strategy_rollingupdate_max_unavailable gauge
7171
# HELP kube_deployment_spec_strategy_rollingupdate_max_surge [STABLE] Maximum number of replicas that can be scheduled above the desired number of replicas during a rolling update of a deployment.
7272
# TYPE kube_deployment_spec_strategy_rollingupdate_max_surge gauge
73-
# HELP kube_deployment_spec_topology_spread_constraint Explicit details of each topology spread constraint in the deployment pod template.
74-
# TYPE kube_deployment_spec_topology_spread_constraint gauge
73+
# HELP kube_deployment_spec_topology_spread_constraint Explicit details of each topology spread constraint in the deployment's pod template.
74+
# TYPE kube_deployment_spec_topology_spread_constraint gauge
7575
# HELP kube_deployment_labels [STABLE] Kubernetes labels converted to Prometheus labels.
7676
# TYPE kube_deployment_labels gauge
7777
# HELP kube_deployment_deletion_timestamp Unix deletion timestamp

0 commit comments

Comments
 (0)