Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #9778

Merged
merged 46 commits into from
Oct 16, 2020
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
1276e12
spelling: aggressive
jsoref Oct 11, 2020
e91b8b2
spelling: been
jsoref Oct 11, 2020
068b93b
spelling: concur
jsoref Oct 11, 2020
a56d73d
spelling: concurrency
jsoref Oct 11, 2020
4bd8f13
spelling: conditions
jsoref Oct 11, 2020
6784bd4
spelling: configuration
jsoref Oct 11, 2020
2082dd2
spelling: configures
jsoref Oct 11, 2020
e14e028
spelling: controller
jsoref Oct 11, 2020
e3cece3
spelling: constraints
jsoref Oct 11, 2020
fde0ee5
spelling: decrease
jsoref Oct 11, 2020
7a7661c
spelling: decisions
jsoref Oct 11, 2020
3938dd9
spelling: determine
jsoref Oct 11, 2020
b0abe8c
spelling: endpoints
jsoref Oct 11, 2020
9f5dff8
spelling: exactly
jsoref Oct 11, 2020
1de1b1d
spelling: immediately
jsoref Oct 11, 2020
0b1ba21
spelling: individual
jsoref Oct 11, 2020
2ae2294
spelling: install
jsoref Oct 11, 2020
63ba934
spelling: initial
jsoref Oct 11, 2020
70ddf70
spelling: manager
jsoref Oct 11, 2020
748642e
spelling: mayonnaise
jsoref Oct 11, 2020
58ae5fb
spelling: namespace
jsoref Oct 11, 2020
32c2bb0
spelling: outside
jsoref Oct 11, 2020
f9f7688
spelling: overwrite
jsoref Oct 11, 2020
a3d0dd2
spelling: panicking
jsoref Oct 11, 2020
009f11a
spelling: percentage
jsoref Oct 11, 2020
2567583
spelling: provided
jsoref Oct 11, 2020
75d851f
spelling: processes
jsoref Oct 11, 2020
8184cdb
spelling: properties
jsoref Oct 11, 2020
9fd818e
spelling: protocol
jsoref Oct 11, 2020
5089044
spelling: recorder
jsoref Oct 11, 2020
fff0bb2
spelling: reinstalling
jsoref Oct 11, 2020
b7d8719
spelling: remnants
jsoref Oct 11, 2020
42f8b88
spelling: request
jsoref Oct 11, 2020
e29e9f1
spelling: return
jsoref Oct 11, 2020
c45caae
spelling: requests
jsoref Oct 11, 2020
cd4bf62
spelling: revision
jsoref Oct 11, 2020
bb79a05
spelling: stdin
jsoref Oct 11, 2020
6591895
spelling: sidecar
jsoref Oct 11, 2020
acb53e7
spelling: stabilize
jsoref Oct 11, 2020
2d89607
spelling: stabilized
jsoref Oct 11, 2020
f4082ae
spelling: startup
jsoref Oct 11, 2020
81d0ce2
spelling: statmessage
jsoref Oct 11, 2020
bcc1356
spelling: verifying
jsoref Oct 11, 2020
880da9f
spelling: windermere
jsoref Oct 11, 2020
46507ad
spelling: windows
jsoref Oct 11, 2020
6bbd0a3
chore: update hashes
jsoref Oct 15, 2020
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
Prev Previous commit
Next Next commit
spelling: mayonnaise
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Oct 15, 2020
commit 748642ecfd50da6e0884794e7097bc1bcec2b75b
8 changes: 4 additions & 4 deletions pkg/reconciler/serverlessservice/resources/services_test.go
Original file line number Diff line number Diff line change
@@ -388,7 +388,7 @@ func TestMakePrivateService(t *testing.T) {
}, {
name: "HTTP2 and long",
sks: sks(func(s *v1alpha1.ServerlessService) {
s.Name = "dream-tonight-cherub-rock-mayonaise-hummer-disarm-rocket-soma-quiet"
s.Name = "dream-tonight-cherub-rock-mayonnaise-hummer-disarm-rocket-soma-quiet"
jsoref marked this conversation as resolved.
Show resolved Hide resolved
s.Spec.ProtocolType = pkgnet.ProtocolH2C
s.Annotations["cherub"] = "rock"
s.Labels["ava"] = "adore"
@@ -399,12 +399,12 @@ func TestMakePrivateService(t *testing.T) {
},
want: svc(networking.ServiceTypePrivate, func(s *corev1.Service) {
// Set base name, that the private helper will tweak.
s.Name = "dream-tonight-cherub-rock-mayonaise-hummer-disarm-rocket-soma-quiet"
s.Name = "dream-tonight-cherub-rock-mayonnaise-hummer-disarm-rocket-soma-quiet"
s.OwnerReferences[0].UID = "1988"
s.OwnerReferences[0].Name = "dream-tonight-cherub-rock-mayonaise-hummer-disarm-rocket-soma-quiet"
s.OwnerReferences[0].Name = "dream-tonight-cherub-rock-mayonnaise-hummer-disarm-rocket-soma-quiet"
s.Spec.Selector = map[string]string{"app": "today"}
s.Labels["ava"] = "adore"
s.Labels[networking.SKSLabelKey] = "dream-tonight-cherub-rock-mayonaise-hummer-disarm-rocket-soma-quiet"
s.Labels[networking.SKSLabelKey] = "dream-tonight-cherub-rock-mayonnaise-hummer-disarm-rocket-soma-quiet"
s.Annotations = map[string]string{"cherub": "rock"}
}, privateSvcMod, func(s *corev1.Service) {
// And now patch port to be http2.