func/pkg/k8s
Matej Vašek 1937499775
Improve socat conn success detection (#2506)
It appears that Go's MatchReader() returns true only if some new lines
are written to the writer after the searched word. It mostly all right
because socat actually writes several more lines to stderr. However this
new implementation is better it should signal immediately when searched
patter is written to the writer.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-09-20 06:42:26 +00:00
..
labels chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
testdata chore: `testData` -> `testdata` (#1560) 2023-02-16 11:05:51 +00:00
client.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +00:00
configmaps.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
configmaps_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
dialer.go Improve socat conn success detection (#2506) 2024-09-20 06:42:26 +00:00
dialer_test.go Cluster integration tests cleanup (#1829) 2023-06-27 14:54:52 +00:00
dialer_unit_test.go Improve socat conn success detection (#2506) 2024-09-20 06:42:26 +00:00
logs.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
logs_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
manifestival.go use Tekton Resolvers for a standard on cluster build (#1843) 2023-07-11 17:41:13 +00:00
openshift.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +00:00
persistent_volumes.go Improve utility image (#2246) 2024-03-26 11:30:56 +00:00
persistent_volumes_test.go Improve utility image (#2246) 2024-03-26 11:30:56 +00:00
secrets.go feat: Pipelines as Code - initial support (pack) (#1594) 2023-03-07 15:41:20 +00:00
secrets_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
security_context.go Use custom jammy paketo builder (#1911) 2023-08-10 03:25:35 +00:00
serviceaccount.go adding service account support (#1812) 2023-06-21 07:44:35 +00:00