Skip to content

Commit cb3a116

Browse files
authored
fix wrong spellings (#1867)
1 parent 47b2a05 commit cb3a116

41 files changed

Lines changed: 92 additions & 92 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/v4/ingestorcluster_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type IngestorClusterStatus struct {
7373
// Telemetry App installation flag
7474
TelAppInstalled bool `json:"telAppInstalled"`
7575

76-
// Auxillary message describing CR status
76+
// Auxiliary message describing CR status
7777
Message string `json:"message"`
7878

7979
// Credential secret version to track changes to the secret and trigger rolling restart of indexer cluster peers when the secret is updated
@@ -95,7 +95,7 @@ type IngestorClusterStatus struct {
9595
// +kubebuilder:printcolumn:name="Desired",type="integer",JSONPath=".status.replicas",description="Number of desired ingestor cluster pods"
9696
// +kubebuilder:printcolumn:name="Ready",type="integer",JSONPath=".status.readyReplicas",description="Current number of ready ingestor cluster pods"
9797
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description="Age of ingestor cluster resource"
98-
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message",description="Auxillary message describing CR status"
98+
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message",description="Auxiliary message describing CR status"
9999
// +kubebuilder:storageversion
100100

101101
// IngestorCluster is the Schema for the ingestorclusters API

api/v4/objectstorage_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type ObjectStorageStatus struct {
6060
// Resource revision tracker
6161
ResourceRevMap map[string]string `json:"resourceRevMap"`
6262

63-
// Auxillary message describing CR status
63+
// Auxiliary message describing CR status
6464
Message string `json:"message"`
6565
}
6666

@@ -73,7 +73,7 @@ type ObjectStorageStatus struct {
7373
// +kubebuilder:resource:path=objectstorages,scope=Namespaced,shortName=os
7474
// +kubebuilder:printcolumn:name="Phase",type="string",JSONPath=".status.phase",description="Status of object storage"
7575
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description="Age of object storage resource"
76-
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message",description="Auxillary message describing CR status"
76+
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message",description="Auxiliary message describing CR status"
7777
// +kubebuilder:storageversion
7878

7979
// ObjectStorage is the Schema for the objectstorages API

api/v4/queue_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type QueueStatus struct {
8989
// Resource revision tracker
9090
ResourceRevMap map[string]string `json:"resourceRevMap"`
9191

92-
// Auxillary message describing CR status
92+
// Auxiliary message describing CR status
9393
Message string `json:"message"`
9494
}
9595

@@ -102,7 +102,7 @@ type QueueStatus struct {
102102
// +kubebuilder:resource:path=queues,scope=Namespaced,shortName=queue
103103
// +kubebuilder:printcolumn:name="Phase",type="string",JSONPath=".status.phase",description="Status of queue"
104104
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description="Age of queue resource"
105-
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message",description="Auxillary message describing CR status"
105+
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message",description="Auxiliary message describing CR status"
106106
// +kubebuilder:storageversion
107107

108108
// Queue is the Schema for the queues API

bundle/manifests/enterprise.splunk.com_ingestorclusters.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/manifests/enterprise.splunk.com_objectstorages.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/manifests/enterprise.splunk.com_queues.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/enterprise.splunk.com_ingestorclusters.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/enterprise.splunk.com_objectstorages.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/enterprise.splunk.com_queues.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/controller/licensemanager_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var _ = Describe("LicenseManager Controller", func() {
9595
// econcile for the first time err is resource not found
9696
_, err := instance.Reconcile(ctx, request)
9797
Expect(err).ToNot(HaveOccurred())
98-
// create resource first adn then reconcile for the first time
98+
// create resource first and then reconcile for the first time
9999
ssSpec := testutils.NewLicenseManager("test", namespace, "image")
100100
Expect(c.Create(ctx, ssSpec)).Should(Succeed())
101101
// reconcile with updated annotations for pause

0 commit comments

Comments
 (0)