Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Updating PodTemplateStore API #516

Merged
merged 21 commits into from
Feb 7, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,7 @@ require (
)

replace github.com/aws/amazon-sagemaker-operator-for-k8s => github.com/aws/amazon-sagemaker-operator-for-k8s v1.0.1-0.20210303003444-0fb33b1fd49d

replace github.com/flyteorg/flyteidl => github.com/flyteorg/flyteidl v1.3.5-0.20230120165536-1e96e6a331f9

replace github.com/flyteorg/flyteplugins => github.com/flyteorg/flyteplugins v1.0.30-0.20230120165715-f19716f0176a
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94=
github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/flyteorg/flyteidl v1.3.2 h1:s4DC8go2ou5LtZ+CFcS31r0mhv3baelNV81C1KZS26U=
github.com/flyteorg/flyteidl v1.3.2/go.mod h1:OJAq333OpInPnMhvVz93AlEjmlQ+t0FAD4aakIYE4OU=
github.com/flyteorg/flyteplugins v1.0.28 h1:w9XeA3NKMSoOyKKVPdkGi5u64p77sIhRTICOCFDvHTc=
github.com/flyteorg/flyteplugins v1.0.28/go.mod h1:aef2mGG/Wb6UnOqz2tiNcp+NNJNvxZRz2xV7JVojq6k=
github.com/flyteorg/flyteidl v1.3.4-0.20230111114442-9acc7e96a2a1 h1:q0cmvg9Rw0YBLMcCu3GVzo+BzsL+JRju3kWI08DuV+Q=
github.com/flyteorg/flyteidl v1.3.4-0.20230111114442-9acc7e96a2a1/go.mod h1:OJAq333OpInPnMhvVz93AlEjmlQ+t0FAD4aakIYE4OU=
github.com/flyteorg/flyteplugins v1.0.30-0.20230113180549-2f486a866c26 h1:E4182bl9HUnTq1eMnt+TUIjwSyJLwhUCmPSB4/4QZ80=
github.com/flyteorg/flyteplugins v1.0.30-0.20230113180549-2f486a866c26/go.mod h1:MHGcOzl6LYJCN0zN6zKUq5jmD3ORdqxnVFfk/Q3Fi24=
github.com/flyteorg/flytestdlib v1.0.0/go.mod h1:QSVN5wIM1lM9d60eAEbX7NwweQXW96t5x4jbyftn89c=
github.com/flyteorg/flytestdlib v1.0.11 h1:f7B8x2/zMuimEVi4Jx0zqzvNhdi7aq7+ZWoqHsbp4F4=
github.com/flyteorg/flytestdlib v1.0.11/go.mod h1:nIBmBHtjTJvhZEn3e/EwVC/iMkR2tUX8hEiXjRBpH/s=
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
command:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
command:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
command:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
command:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
command:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target: null
id:
name: my-objectstore-sensor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
template:
PodTemplate: null
Target:
Container:
args:
Expand Down
Loading