Skip to content

Commit 56d6c68

Browse files
committed
Fix indentation formatting for test WANT stanza in statefulset_test.go
1 parent 39c66ee commit 56d6c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/store/statefulset_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func TestStatefulSetStore(t *testing.T) {
6565
# HELP kube_statefulset_metadata_generation [STABLE] Sequence number representing a specific generation of the desired state for the StatefulSet.
6666
# HELP kube_statefulset_persistentvolumeclaim_retention_policy Count of retention policy for StatefulSet template PVCs
6767
# HELP kube_statefulset_replicas [STABLE] Number of desired pods for a StatefulSet.
68-
# HELP kube_statefulset_ordinals_start Start ordinal of the StatefulSet.
68+
# HELP kube_statefulset_ordinals_start Start ordinal of the StatefulSet.
6969
# HELP kube_statefulset_status_current_revision [STABLE] Indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
7070
# HELP kube_statefulset_status_observed_generation [STABLE] The generation observed by the StatefulSet controller.
7171
# HELP kube_statefulset_status_replicas [STABLE] The number of replicas per StatefulSet.
@@ -368,7 +368,7 @@ func TestStatefulSetStore(t *testing.T) {
368368
# HELP kube_statefulset_metadata_generation [STABLE] Sequence number representing a specific generation of the desired state for the StatefulSet.
369369
# HELP kube_statefulset_persistentvolumeclaim_retention_policy Count of retention policy for StatefulSet template PVCs
370370
# HELP kube_statefulset_replicas [STABLE] Number of desired pods for a StatefulSet.
371-
# HELP kube_statefulset_ordinals_start Start ordinal of the StatefulSet.
371+
# HELP kube_statefulset_ordinals_start Start ordinal of the StatefulSet.
372372
# HELP kube_statefulset_status_current_revision [STABLE] Indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
373373
# HELP kube_statefulset_status_replicas [STABLE] The number of replicas per StatefulSet.
374374
# HELP kube_statefulset_status_replicas_available The number of available replicas per StatefulSet.

0 commit comments

Comments
 (0)