File tree 5 files changed +23
-6
lines changed
5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ VERSION ?= v0.0.0-dev
12
12
BUNDLE_VERSION ?= $(VERSION:v%=% )
13
13
14
14
# APPWRAPPER_VERSION defines the default version of the AppWrapper controller
15
- APPWRAPPER_VERSION ?= v0.12 .0
15
+ APPWRAPPER_VERSION ?= v0.13 .0
16
16
APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
17
17
# Upstream AppWrapper is currently only creating release tags of the form `vX.Y.Z` (i.e the version)
18
18
APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
- - github.com/project-codeflare/appwrapper/config/crd?ref=v0.12 .0
4
+ - github.com/project-codeflare/appwrapper/config/crd?ref=v0.13 .0
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ spec:
125
125
type : object
126
126
type : array
127
127
podSets :
128
- description : PodSets contained in the Component
128
+ description : DeclaredPodSets for the Component (optional for known PodCreating GVKs)
129
129
items :
130
130
description : AppWrapperPodSet describes an homogeneous set of pods
131
131
properties :
@@ -243,10 +243,27 @@ spec:
243
243
name :
244
244
description : Name is the name of the Component
245
245
type : string
246
+ podSets :
247
+ description : PodSets is the validated PodSets for the Component (either from AppWrapperComponent.DeclaredPodSets or inferred by the controller)
248
+ items :
249
+ description : AppWrapperPodSet describes an homogeneous set of pods
250
+ properties :
251
+ path :
252
+ description : Path is the path Component.Template to the PodTemplateSpec for this PodSet
253
+ type : string
254
+ replicas :
255
+ description : Replicas is the number of pods in this PodSet
256
+ format : int32
257
+ type : integer
258
+ required :
259
+ - path
260
+ type : object
261
+ type : array
246
262
required :
247
263
- apiVersion
248
264
- kind
249
265
- name
266
+ - podSets
250
267
type : object
251
268
type : array
252
269
conditions :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0
10
10
github.com/openshift/api v0.0.0-20230823114715-5fdd7511b790
11
11
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
12
- github.com/project-codeflare/appwrapper v0.12 .0
12
+ github.com/project-codeflare/appwrapper v0.13 .0
13
13
github.com/project-codeflare/codeflare-common v0.0.0-20240528061920-68eadc29b5b0
14
14
github.com/ray-project/kuberay/ray-operator v1.1.0
15
15
go.uber.org/zap v1.26.0
Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
242
242
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
243
243
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
244
244
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
245
- github.com/project-codeflare/appwrapper v0.12 .0 h1:QMxryBPK6ir3VK6Qx4NWOA05/s4xU6uDHI/nXmLznvw =
246
- github.com/project-codeflare/appwrapper v0.12 .0 /go.mod h1:sH9j/rXX6WIlZzFXUOuqK5pagASPZNhuCtdFK+3BDkw =
245
+ github.com/project-codeflare/appwrapper v0.13 .0 h1:2Br8BPsdHEstw5x0KKAyEbVQJPIspA0/xqbje1dx9OI =
246
+ github.com/project-codeflare/appwrapper v0.13 .0 /go.mod h1:sH9j/rXX6WIlZzFXUOuqK5pagASPZNhuCtdFK+3BDkw =
247
247
github.com/project-codeflare/codeflare-common v0.0.0-20240528061920-68eadc29b5b0 h1:3Vz7D9/TwzrBNujHQZGb4L6UKu3siAWwVP4Bj3ByUrU =
248
248
github.com/project-codeflare/codeflare-common v0.0.0-20240528061920-68eadc29b5b0 /go.mod h1:tlPi2e1HZQuf7AAFc7keWdVUNcxV+Gfh6Ss4KAQs1O0 =
249
249
github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk =
You can’t perform that action at this time.
0 commit comments