@@ -179,11 +179,9 @@ <h1 class="title">Module <code>codeflare_sdk.cluster.cluster</code></h1>
179179 template = self.config.template
180180 image = self.config.image
181181 appwrapper = self.config.appwrapper
182- instance_types = self.config.machine_types
183182 env = self.config.envs
184183 image_pull_secrets = self.config.image_pull_secrets
185184 write_to_file = self.config.write_to_file
186- verify_tls = self.config.verify_tls
187185 local_queue = self.config.local_queue
188186 labels = self.config.labels
189187 return generate_appwrapper(
@@ -201,20 +199,18 @@ <h1 class="title">Module <code>codeflare_sdk.cluster.cluster</code></h1>
201199 template=template,
202200 image=image,
203201 appwrapper=appwrapper,
204- instance_types=instance_types,
205202 env=env,
206203 image_pull_secrets=image_pull_secrets,
207204 write_to_file=write_to_file,
208- verify_tls=verify_tls,
209205 local_queue=local_queue,
210206 labels=labels,
211207 )
212208
213209 # creates a new cluster with the provided or default spec
214210 def up(self):
215211 """
216- Applies the AppWrapper yaml, pushing the resource request onto
217- the MCAD queue .
212+ Applies the Cluster yaml, pushing the resource request onto
213+ the Kueue localqueue .
218214 """
219215
220216 # check if RayCluster CustomResourceDefinition exists if not throw RuntimeError
@@ -1229,11 +1225,9 @@ <h2 class="section-title" id="header-classes">Classes</h2>
12291225 template = self.config.template
12301226 image = self.config.image
12311227 appwrapper = self.config.appwrapper
1232- instance_types = self.config.machine_types
12331228 env = self.config.envs
12341229 image_pull_secrets = self.config.image_pull_secrets
12351230 write_to_file = self.config.write_to_file
1236- verify_tls = self.config.verify_tls
12371231 local_queue = self.config.local_queue
12381232 labels = self.config.labels
12391233 return generate_appwrapper(
@@ -1251,20 +1245,18 @@ <h2 class="section-title" id="header-classes">Classes</h2>
12511245 template=template,
12521246 image=image,
12531247 appwrapper=appwrapper,
1254- instance_types=instance_types,
12551248 env=env,
12561249 image_pull_secrets=image_pull_secrets,
12571250 write_to_file=write_to_file,
1258- verify_tls=verify_tls,
12591251 local_queue=local_queue,
12601252 labels=labels,
12611253 )
12621254
12631255 # creates a new cluster with the provided or default spec
12641256 def up(self):
12651257 """
1266- Applies the AppWrapper yaml, pushing the resource request onto
1267- the MCAD queue .
1258+ Applies the Cluster yaml, pushing the resource request onto
1259+ the Kueue localqueue .
12681260 """
12691261
12701262 # check if RayCluster CustomResourceDefinition exists if not throw RuntimeError
@@ -1776,11 +1768,9 @@ <h3>Methods</h3>
17761768 template = self.config.template
17771769 image = self.config.image
17781770 appwrapper = self.config.appwrapper
1779- instance_types = self.config.machine_types
17801771 env = self.config.envs
17811772 image_pull_secrets = self.config.image_pull_secrets
17821773 write_to_file = self.config.write_to_file
1783- verify_tls = self.config.verify_tls
17841774 local_queue = self.config.local_queue
17851775 labels = self.config.labels
17861776 return generate_appwrapper(
@@ -1798,11 +1788,9 @@ <h3>Methods</h3>
17981788 template=template,
17991789 image=image,
18001790 appwrapper=appwrapper,
1801- instance_types=instance_types,
18021791 env=env,
18031792 image_pull_secrets=image_pull_secrets,
18041793 write_to_file=write_to_file,
1805- verify_tls=verify_tls,
18061794 local_queue=local_queue,
18071795 labels=labels,
18081796 )</ code > </ pre >
@@ -1974,7 +1962,7 @@ <h3>Methods</h3>
19741962</ details >
19751963</ dd >
19761964< dt id ="codeflare_sdk.cluster.cluster.Cluster.list_jobs "> < code class ="name flex ">
1977- < span > def < span class ="ident "> list_jobs</ span > </ span > (< span > self) ‑> List[~T] </ span >
1965+ < span > def < span class ="ident "> list_jobs</ span > </ span > (< span > self) ‑> List</ span >
19781966</ code > </ dt >
19791967< dd >
19801968< div class ="desc "> < p > This method accesses the head ray node in your cluster and lists the running jobs.</ p > </ div >
@@ -2090,16 +2078,16 @@ <h3>Methods</h3>
20902078< span > def < span class ="ident "> up</ span > </ span > (< span > self)</ span >
20912079</ code > </ dt >
20922080< dd >
2093- < div class ="desc "> < p > Applies the AppWrapper yaml, pushing the resource request onto
2094- the MCAD queue .</ p > </ div >
2081+ < div class ="desc "> < p > Applies the Cluster yaml, pushing the resource request onto
2082+ the Kueue localqueue .</ p > </ div >
20952083< details class ="source ">
20962084< summary >
20972085< span > Expand source code</ span >
20982086</ summary >
20992087< pre > < code class ="python "> def up(self):
21002088 """
2101- Applies the AppWrapper yaml, pushing the resource request onto
2102- the MCAD queue .
2089+ Applies the Cluster yaml, pushing the resource request onto
2090+ the Kueue localqueue .
21032091 """
21042092
21052093 # check if RayCluster CustomResourceDefinition exists if not throw RuntimeError
0 commit comments