@@ -475,7 +475,7 @@ var _ = Describe("Client", func() {
475
475
close (done )
476
476
})
477
477
478
- It ("should fail if the object does not exists " , func (done Done ) {
478
+ It ("should fail if the object does not exist " , func (done Done ) {
479
479
cl , err := client .New (cfg , client.Options {})
480
480
Expect (err ).NotTo (HaveOccurred ())
481
481
Expect (cl ).NotTo (BeNil ())
@@ -578,7 +578,7 @@ var _ = Describe("Client", func() {
578
578
579
579
close (done )
580
580
})
581
- It ("should fail if the object does not exists " , func (done Done ) {
581
+ It ("should fail if the object does not exist " , func (done Done ) {
582
582
cl , err := client .New (cfg , client.Options {})
583
583
Expect (err ).NotTo (HaveOccurred ())
584
584
Expect (cl ).NotTo (BeNil ())
@@ -672,7 +672,7 @@ var _ = Describe("Client", func() {
672
672
close (done )
673
673
})
674
674
675
- It ("should fail if the object does not exists " , func (done Done ) {
675
+ It ("should fail if the object does not exist " , func (done Done ) {
676
676
cl , err := client .New (cfg , client.Options {})
677
677
Expect (err ).NotTo (HaveOccurred ())
678
678
Expect (cl ).NotTo (BeNil ())
@@ -791,7 +791,7 @@ var _ = Describe("Client", func() {
791
791
close (done )
792
792
})
793
793
794
- It ("should fail if the object does not exists " , func (done Done ) {
794
+ It ("should fail if the object does not exist " , func (done Done ) {
795
795
cl , err := client .New (cfg , client.Options {})
796
796
Expect (err ).NotTo (HaveOccurred ())
797
797
Expect (cl ).NotTo (BeNil ())
@@ -860,7 +860,7 @@ var _ = Describe("Client", func() {
860
860
close (done )
861
861
})
862
862
863
- It ("should fail if the object does not exists " , func (done Done ) {
863
+ It ("should fail if the object does not exist " , func (done Done ) {
864
864
cl , err := client .New (cfg , client.Options {})
865
865
Expect (err ).NotTo (HaveOccurred ())
866
866
Expect (cl ).NotTo (BeNil ())
@@ -956,7 +956,7 @@ var _ = Describe("Client", func() {
956
956
close (done )
957
957
})
958
958
959
- It ("should fail if the object does not exists " , func (done Done ) {
959
+ It ("should fail if the object does not exist " , func (done Done ) {
960
960
cl , err := client .New (cfg , client.Options {})
961
961
Expect (err ).NotTo (HaveOccurred ())
962
962
Expect (cl ).NotTo (BeNil ())
@@ -1024,7 +1024,7 @@ var _ = Describe("Client", func() {
1024
1024
close (done )
1025
1025
})
1026
1026
1027
- It ("should fail if the object does not exists " , func (done Done ) {
1027
+ It ("should fail if the object does not exist " , func (done Done ) {
1028
1028
cl , err := client .New (cfg , client.Options {})
1029
1029
Expect (err ).NotTo (HaveOccurred ())
1030
1030
Expect (cl ).NotTo (BeNil ())
@@ -1136,7 +1136,7 @@ var _ = Describe("Client", func() {
1136
1136
err = cl .Patch (context .TODO (), u , client .ConstantPatch (types .MergePatchType , mergePatch ))
1137
1137
Expect (err ).NotTo (HaveOccurred ())
1138
1138
1139
- By ("validating pathed Node has new annotation" )
1139
+ By ("validating patched Node has new annotation" )
1140
1140
actual , err := clientset .CoreV1 ().Nodes ().Get (nodeName , metav1.GetOptions {})
1141
1141
Expect (err ).NotTo (HaveOccurred ())
1142
1142
Expect (actual ).NotTo (BeNil ())
@@ -1240,7 +1240,7 @@ var _ = Describe("Client", func() {
1240
1240
close (done )
1241
1241
})
1242
1242
1243
- It ("should fail if the object does not exists " , func (done Done ) {
1243
+ It ("should fail if the object does not exist " , func (done Done ) {
1244
1244
cl , err := client .New (cfg , client.Options {})
1245
1245
Expect (err ).NotTo (HaveOccurred ())
1246
1246
Expect (cl ).NotTo (BeNil ())
@@ -1345,7 +1345,7 @@ var _ = Describe("Client", func() {
1345
1345
close (done )
1346
1346
})
1347
1347
1348
- It ("should fail if the object does not exists " , func (done Done ) {
1348
+ It ("should fail if the object does not exist " , func (done Done ) {
1349
1349
cl , err := client .New (cfg , client.Options {})
1350
1350
Expect (err ).NotTo (HaveOccurred ())
1351
1351
Expect (cl ).NotTo (BeNil ())
0 commit comments