diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-07-29 08:35:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-29 08:35:51 -0700 |
| commit | 178e53ed532d37a48688b84790fec802b5afddc5 (patch) | |
| tree | 35b5d46f6e13143d8915640f29a72fc0953f8d0f | |
| parent | 9041c55faecae3266fd3028b9c6c7685d49c1cff (diff) | |
| parent | 8c0af106aa93f6c043506c8a3db370831f8843ad (diff) | |
Merge pull request #4999 from spiffxp/fix-conformance-release-nit
Fix formatting nit in example conformance comment
| -rw-r--r-- | contributors/devel/sig-architecture/conformance-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-architecture/conformance-tests.md b/contributors/devel/sig-architecture/conformance-tests.md index 50f1c00c..53a5f974 100644 --- a/contributors/devel/sig-architecture/conformance-tests.md +++ b/contributors/devel/sig-architecture/conformance-tests.md @@ -286,7 +286,7 @@ The following snippet of code shows a sample conformance test's metadata: ``` /* - Release : v1.9 + Release: v1.9 Testname: Kubelet: log output Description: By default the stdout and stderr from the process being executed in a pod MUST be sent to the pod's logs. |
