diff --git a/api/v1/bucket_types.go b/api/v1/bucket_types.go index bbedcefb3..8af27755b 100644 --- a/api/v1/bucket_types.go +++ b/api/v1/bucket_types.go @@ -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 diff --git a/api/v1/gitrepository_types.go b/api/v1/gitrepository_types.go index d7468fca6..3ba24fee4 100644 --- a/api/v1/gitrepository_types.go +++ b/api/v1/gitrepository_types.go @@ -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 diff --git a/api/v1/ocirepository_types.go b/api/v1/ocirepository_types.go index 8c4d3f0fc..fd2c6b8ae 100644 --- a/api/v1/ocirepository_types.go +++ b/api/v1/ocirepository_types.go @@ -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 diff --git a/docs/api/v1/source.md b/docs/api/v1/source.md index b58c99029..ac9922878 100644 --- a/docs/api/v1/source.md +++ b/docs/api/v1/source.md @@ -274,7 +274,7 @@ string
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.
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.
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.
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.
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.
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.