Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion api/v1/bucket_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type BucketSpec struct {
// +optional
Timeout *metav1.Duration `json:"timeout,omitempty"`

// Ignore overrides the set of excluded patterns in the .sourceignore format
// Ignore extends the set of excluded patterns in the .sourceignore format
// (which is the same as .gitignore). If not provided, a default will be used,
// consult the documentation for your version to find out what those are.
// +optional
Expand Down
2 changes: 1 addition & 1 deletion api/v1/gitrepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ type GitRepositorySpec struct {
// +optional
ProxySecretRef *meta.LocalObjectReference `json:"proxySecretRef,omitempty"`

// Ignore overrides the set of excluded patterns in the .sourceignore format
// Ignore extends the set of excluded patterns in the .sourceignore format
// (which is the same as .gitignore). If not provided, a default will be used,
// consult the documentation for your version to find out what those are.
// +optional
Expand Down
2 changes: 1 addition & 1 deletion api/v1/ocirepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ type OCIRepositorySpec struct {
// +optional
Timeout *metav1.Duration `json:"timeout,omitempty"`

// Ignore overrides the set of excluded patterns in the .sourceignore format
// Ignore extends the set of excluded patterns in the .sourceignore format
// (which is the same as .gitignore). If not provided, a default will be used,
// consult the documentation for your version to find out what those are.
// +optional
Expand Down
12 changes: 6 additions & 6 deletions docs/api/v1/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>Ignore overrides the set of excluded patterns in the .sourceignore format
<p>Ignore extends the set of excluded patterns in the .sourceignore format
(which is the same as .gitignore). If not provided, a default will be used,
consult the documentation for your version to find out what those are.</p>
</td>
Expand Down Expand Up @@ -507,7 +507,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>Ignore overrides the set of excluded patterns in the .sourceignore format
<p>Ignore extends the set of excluded patterns in the .sourceignore format
(which is the same as .gitignore). If not provided, a default will be used,
consult the documentation for your version to find out what those are.</p>
</td>
Expand Down Expand Up @@ -1279,7 +1279,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>Ignore overrides the set of excluded patterns in the .sourceignore format
<p>Ignore extends the set of excluded patterns in the .sourceignore format
(which is the same as .gitignore). If not provided, a default will be used,
consult the documentation for your version to find out what those are.</p>
</td>
Expand Down Expand Up @@ -1631,7 +1631,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>Ignore overrides the set of excluded patterns in the .sourceignore format
<p>Ignore extends the set of excluded patterns in the .sourceignore format
(which is the same as .gitignore). If not provided, a default will be used,
consult the documentation for your version to find out what those are.</p>
</td>
Expand Down Expand Up @@ -2220,7 +2220,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>Ignore overrides the set of excluded patterns in the .sourceignore format
<p>Ignore extends the set of excluded patterns in the .sourceignore format
(which is the same as .gitignore). If not provided, a default will be used,
consult the documentation for your version to find out what those are.</p>
</td>
Expand Down Expand Up @@ -3451,7 +3451,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>Ignore overrides the set of excluded patterns in the .sourceignore format
<p>Ignore extends the set of excluded patterns in the .sourceignore format
(which is the same as .gitignore). If not provided, a default will be used,
consult the documentation for your version to find out what those are.</p>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/v1/buckets.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ as a more efficient way of excluding files.
pattern format](https://git-scm.com/docs/gitignore#_pattern_format). Storage
objects which keys match the defined rules are excluded while fetching.

When specified, `.spec.ignore` overrides the [default exclusion
When specified, `.spec.ignore` extends the [default exclusion
list](#default-exclusions), and may overrule the [`.sourceignore` file
exclusions](#sourceignore-file). See [excluding files](#excluding-files)
for more information.
Expand Down
4 changes: 2 additions & 2 deletions docs/spec/v1/gitrepositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ kubectl create secret generic pgp-public-keys \
pattern format](https://git-scm.com/docs/gitignore#_pattern_format). Paths
matching the defined rules are excluded while archiving.

When specified, `.spec.ignore` overrides the [default exclusion
When specified, `.spec.ignore` extends the [default exclusion
list](#default-exclusions), and may overrule the [`.sourceignore` file
exclusions](#sourceignore-file). See [excluding files](#excluding-files)
for more information.
Expand Down Expand Up @@ -851,7 +851,7 @@ placed in the repository root or in subdirectories.
#### Ignore spec

Another option is to define the exclusions within the GitRepository spec, using
the [`.spec.ignore` field](#ignore). Specified rules override the [default
the [`.spec.ignore` field](#ignore). Specified rules extend the [default
exclusion list](#default-exclusions), and may overrule `.sourceignore` file
exclusions.

Expand Down
2 changes: 1 addition & 1 deletion docs/spec/v1/ocirepositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ keeping the original content unaltered.
pattern format](https://git-scm.com/docs/gitignore#_pattern_format). Paths
matching the defined rules are excluded while archiving.

When specified, `.spec.ignore` overrides the [default exclusion
When specified, `.spec.ignore` extends the [default exclusion
list](#default-exclusions), and may overrule the [`.sourceignore` file
exclusions](#sourceignore-file). See [excluding files](#excluding-files)
for more information.
Expand Down