Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lanxenet committed Sep 7, 2023
1 parent c0fa35f commit 9b2f048
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 0 additions & 4 deletions apis/v1alpha1/instrumentation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ type Java struct {
// +optional
Command []string `json:"command,omitempty"`

// VolumeSizeLimit defines size limit for volume used for auto-instrumentation.
// The default size is 150Mi.
VolumeSizeLimit *resource.Quantity `json:"volumeLimitSize,omitempty"`

// Env defines java specific env vars. There are four layers for env vars' definitions and
// the precedence order is: `original container env vars` > `language specific env vars` > `common env vars` > `instrument spec configs' vars`.
// If the former var had been defined, then the other vars would be ignored.
Expand Down
15 changes: 15 additions & 0 deletions apis/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1832,13 +1832,6 @@ Java defines configuration for java auto-instrumentation.
Image is a container image with javaagent auto-instrumentation JAR.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>command</b></td>
<td>[]string</td>
<td>
Command is the command for initContainer.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#instrumentationspecjavaresources">resources</a></b></td>
<td>object</td>
Expand Down

0 comments on commit 9b2f048

Please sign in to comment.