Skip to content

Commit 5bfa4ca

Browse files
authored
Merge pull request #598 from vdice/chore/update-crds
chore(crds): add updates missing from #590
2 parents 2ba97f7 + 940680d commit 5bfa4ca

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

config/crd/bases/runtime.spinkube.dev_shims.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ spec:
9191
type: string
9292
location:
9393
description: Location is the URL to the artifact archive
94-
for this platform.
94+
for this platform. Must be publicly accessible.
9595
type: string
9696
os:
97-
description: OS is the operating system.
97+
description: OS is the operating system. Currently only
98+
"Linux" is supported.
9899
enum:
99100
- linux
100101
type: string
@@ -111,6 +112,7 @@ spec:
111112
type:
112113
description: |-
113114
Type is the fetch strategy type.
115+
114116
Deprecated: this field is ignored by the controller and exists only
115117
for backward compatibility with existing manifests that specify it.
116118
type: string

deploy/helm/crds/runtime.spinkube.dev_shims.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ spec:
9191
type: string
9292
location:
9393
description: Location is the URL to the artifact archive
94-
for this platform.
94+
for this platform. Must be publicly accessible.
9595
type: string
9696
os:
97-
description: OS is the operating system.
97+
description: OS is the operating system. Currently only
98+
"Linux" is supported.
9899
enum:
99100
- linux
100101
type: string
@@ -111,6 +112,7 @@ spec:
111112
type:
112113
description: |-
113114
Type is the fetch strategy type.
115+
114116
Deprecated: this field is ignored by the controller and exists only
115117
for backward compatibility with existing manifests that specify it.
116118
type: string

0 commit comments

Comments
 (0)