File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ ifeq ($(DIFF), 1)
23
23
GIT_TREESTATE = "dirty"
24
24
endif
25
25
26
- LDFLAGS=-buildid = -X sigs.k8s.io/release-utils/version.gitVersion=$(GIT_VERSION ) \
26
+ LDFLAGS=" -buildid = -X sigs.k8s.io/release-utils/version.gitVersion=$(GIT_VERSION ) \
27
27
-X sigs.k8s.io/release-utils/version.gitCommit=$(GIT_HASH ) \
28
28
-X sigs.k8s.io/release-utils/version.gitTreeState=$(GIT_TREESTATE ) \
29
- -X sigs.k8s.io/release-utils/version.buildDate=$(BUILD_DATE )
29
+ -X sigs.k8s.io/release-utils/version.buildDate=$(BUILD_DATE ) "
30
30
31
31
WITH_GOFLAGS = GOFLAGS="$(GOFLAGS ) "
32
32
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ type ResourceDescriptor interface {
109
109
// be evaluated before deciding whether to create a resource
110
110
GetIncludeWhenExpressions () []string
111
111
112
-
113
112
// IsNamespaced returns true if the resource is namespaced, and false if it's
114
113
// cluster-scoped.
115
114
IsNamespaced () bool
Original file line number Diff line number Diff line change @@ -2644,7 +2644,6 @@ func (m *mockResource) GetIncludeWhenExpressions() []string {
2644
2644
return m .conditions
2645
2645
}
2646
2646
2647
-
2648
2647
func (m * mockResource ) IsNamespaced () bool {
2649
2648
return m .namespaced
2650
2649
}
You can’t perform that action at this time.
0 commit comments