mirror of https://github.com/kubernetes/kops.git
Fix tests: default api block
This commit is contained in:
parent
da4d5de24a
commit
f52300d020
|
|
@ -4,6 +4,8 @@ metadata:
|
||||||
creationTimestamp: "2017-01-01T00:00:00Z"
|
creationTimestamp: "2017-01-01T00:00:00Z"
|
||||||
name: ha.example.com
|
name: ha.example.com
|
||||||
spec:
|
spec:
|
||||||
|
api:
|
||||||
|
dns: {}
|
||||||
channel: stable
|
channel: stable
|
||||||
cloudProvider: aws
|
cloudProvider: aws
|
||||||
configBase: memfs://tests/ha.example.com
|
configBase: memfs://tests/ha.example.com
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ metadata:
|
||||||
creationTimestamp: "2017-01-01T00:00:00Z"
|
creationTimestamp: "2017-01-01T00:00:00Z"
|
||||||
name: ha.example.com
|
name: ha.example.com
|
||||||
spec:
|
spec:
|
||||||
|
api:
|
||||||
|
dns: {}
|
||||||
channel: stable
|
channel: stable
|
||||||
cloudProvider: aws
|
cloudProvider: aws
|
||||||
configBase: memfs://tests/ha.example.com
|
configBase: memfs://tests/ha.example.com
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ metadata:
|
||||||
creationTimestamp: "2017-01-01T00:00:00Z"
|
creationTimestamp: "2017-01-01T00:00:00Z"
|
||||||
name: minimal.example.com
|
name: minimal.example.com
|
||||||
spec:
|
spec:
|
||||||
|
api:
|
||||||
|
dns: {}
|
||||||
channel: stable
|
channel: stable
|
||||||
cloudProvider: aws
|
cloudProvider: aws
|
||||||
configBase: memfs://tests/minimal.example.com
|
configBase: memfs://tests/minimal.example.com
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ metadata:
|
||||||
creationTimestamp: "2017-01-01T00:00:00Z"
|
creationTimestamp: "2017-01-01T00:00:00Z"
|
||||||
name: minimal.example.com
|
name: minimal.example.com
|
||||||
spec:
|
spec:
|
||||||
|
api:
|
||||||
|
dns: {}
|
||||||
channel: stable
|
channel: stable
|
||||||
cloudProvider: aws
|
cloudProvider: aws
|
||||||
configBase: memfs://tests/minimal.example.com
|
configBase: memfs://tests/minimal.example.com
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue