Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit fd385d2

Browse files
committed
Fix yamllint violations
1 parent 7b9f564 commit fd385d2

23 files changed

+23
-0
lines changed

src/test/resources/yaml/config/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
masterUrl: https://localhost:443
23
apiVersion: v1
34
namespace: default

src/test/resources/yaml/config/request-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
watchReconnectInterval: 3s
23
watchReconnectLimit: 25
34
connectionTimeout: 10s
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: my-k8s-usecase
23
config:
34
masterUrl: https://localhost:443
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
---
12
maxConcurrentRequests: 15
23
maxConcurrentRequestsPerHost: 5

src/test/resources/yaml/http/http-client.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
followRedirects: false
23
followSslRedirects: false
34
proxy:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
---
12
type: backwards-compatibility
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
type: basic-auth
23
username: admin
34
password: hunter2

src/test/resources/yaml/http/interceptor/impersonation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
type: impersonation
23
username: admin
34
groups:

src/test/resources/yaml/http/interceptor/oauth.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
type: oauth
23
oAuthToken:
34
type: string
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
---
12
type: logging

0 commit comments

Comments
 (0)