Skip to content

Commit

Permalink
Updated generated code, CRD definitions, and API doc (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyinan926 authored Oct 19, 2020
1 parent cf34460 commit bd1b7ec
Show file tree
Hide file tree
Showing 4 changed files with 7,692 additions and 7,618 deletions.
43 changes: 42 additions & 1 deletion docs/api-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,47 @@ If specified, volcano scheduler will consider it as the resources requested.</p>
<p>PyFiles is a list of Python files the Spark application depends on.</p>
</td>
</tr>
<tr>
<td>
<code>packages</code></br>
<em>
[]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>Packages is a list of maven coordinates of jars to include on the driver and executor
classpaths. This will search the local maven repo, then maven central and any additional
remote repositories given by the &ldquo;repositories&rdquo; option.
Each papckage should be of the form &ldquo;groupId:artifactId:version&rdquo;.</p>
</td>
</tr>
<tr>
<td>
<code>excludePackages</code></br>
<em>
[]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>ExcludePackages is a list of &ldquo;groupId:artifactId&rdquo;, to exclude while resolving the
dependencies provided in Packages to avoid dependency conflicts.</p>
</td>
</tr>
<tr>
<td>
<code>repositories</code></br>
<em>
[]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>Repositories is a list of additional remote repositories to search for the maven coordinate
given with the &ldquo;packages&rdquo; option.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="sparkoperator.k8s.io/v1beta2.DeployMode">DeployMode
Expand Down Expand Up @@ -2801,5 +2842,5 @@ map[string]string
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>6e9e689</code>.
on git commit <code>cf34460</code>.
</em></p>
Loading

0 comments on commit bd1b7ec

Please sign in to comment.