Skip to content

Commit 01da54d

Browse files
author
Paulo Gomes
committed
api: Deprecate field gitImplementation
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
1 parent 422e64f commit 01da54d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v1beta2/gitrepository_types.go

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ type GitRepositorySpec struct {
9999
// use. Defaults to 'go-git', valid values are ('go-git', 'libgit2').
100100
// +kubebuilder:validation:Enum=go-git;libgit2
101101
// +kubebuilder:default:=go-git
102+
// +kubebuilder:deprecatedversion:warning="gitImplementation is deprecated"
102103
// +optional
103104
GitImplementation string `json:"gitImplementation,omitempty"`
104105

0 commit comments

Comments
 (0)