File tree Expand file tree Collapse file tree 11 files changed +201
-1
lines changed Expand file tree Collapse file tree 11 files changed +201
-1
lines changed Original file line number Diff line number Diff line change @@ -917,7 +917,7 @@ check-community:
917
917
_check : sync-crds
918
918
@$(MAKE ) fmt yamlfmt license-verify linter run-unit-tests bin-all vulncheck-optional
919
919
920
- generate : generate-internal generate-proto fmt yamlfmt
920
+ generate : generate-internal generate-proto fmt yamlfmt license
921
921
922
922
generate-internal :
923
923
ROOT=$(ROOT ) go test --count=1 " $( REPOPATH) /internal/..."
Original file line number Diff line number Diff line change
1
+ //
2
+ // DISCLAIMER
3
+ //
4
+ // Copyright 2024 ArangoDB GmbH, Cologne, Germany
5
+ //
6
+ // Licensed under the Apache License, Version 2.0 (the "License");
7
+ // you may not use this file except in compliance with the License.
8
+ // You may obtain a copy of the License at
9
+ //
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
+ //
12
+ // Unless required by applicable law or agreed to in writing, software
13
+ // distributed under the License is distributed on an "AS IS" BASIS,
14
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ // See the License for the specific language governing permissions and
16
+ // limitations under the License.
17
+ //
18
+ // Copyright holder is ArangoDB GmbH, Cologne, Germany
19
+ //
20
+
1
21
package operator
2
22
3
23
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // DISCLAIMER
3
+ //
4
+ // Copyright 2024 ArangoDB GmbH, Cologne, Germany
5
+ //
6
+ // Licensed under the Apache License, Version 2.0 (the "License");
7
+ // you may not use this file except in compliance with the License.
8
+ // You may obtain a copy of the License at
9
+ //
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
+ //
12
+ // Unless required by applicable law or agreed to in writing, software
13
+ // distributed under the License is distributed on an "AS IS" BASIS,
14
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ // See the License for the specific language governing permissions and
16
+ // limitations under the License.
17
+ //
18
+ // Copyright holder is ArangoDB GmbH, Cologne, Germany
19
+ //
20
+
1
21
package operator
2
22
3
23
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // DISCLAIMER
3
+ //
4
+ // Copyright 2024 ArangoDB GmbH, Cologne, Germany
5
+ //
6
+ // Licensed under the Apache License, Version 2.0 (the "License");
7
+ // you may not use this file except in compliance with the License.
8
+ // You may obtain a copy of the License at
9
+ //
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
+ //
12
+ // Unless required by applicable law or agreed to in writing, software
13
+ // distributed under the License is distributed on an "AS IS" BASIS,
14
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ // See the License for the specific language governing permissions and
16
+ // limitations under the License.
17
+ //
18
+ // Copyright holder is ArangoDB GmbH, Cologne, Germany
19
+ //
20
+
1
21
package operator
2
22
3
23
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // DISCLAIMER
3
+ //
4
+ // Copyright 2024 ArangoDB GmbH, Cologne, Germany
5
+ //
6
+ // Licensed under the Apache License, Version 2.0 (the "License");
7
+ // you may not use this file except in compliance with the License.
8
+ // You may obtain a copy of the License at
9
+ //
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
+ //
12
+ // Unless required by applicable law or agreed to in writing, software
13
+ // distributed under the License is distributed on an "AS IS" BASIS,
14
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ // See the License for the specific language governing permissions and
16
+ // limitations under the License.
17
+ //
18
+ // Copyright holder is ArangoDB GmbH, Cologne, Germany
19
+ //
20
+
1
21
package operator
2
22
3
23
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // DISCLAIMER
3
+ //
4
+ // Copyright 2024 ArangoDB GmbH, Cologne, Germany
5
+ //
6
+ // Licensed under the Apache License, Version 2.0 (the "License");
7
+ // you may not use this file except in compliance with the License.
8
+ // You may obtain a copy of the License at
9
+ //
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
+ //
12
+ // Unless required by applicable law or agreed to in writing, software
13
+ // distributed under the License is distributed on an "AS IS" BASIS,
14
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ // See the License for the specific language governing permissions and
16
+ // limitations under the License.
17
+ //
18
+ // Copyright holder is ArangoDB GmbH, Cologne, Germany
19
+ //
20
+
1
21
package operator
2
22
3
23
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // DISCLAIMER
3
+ //
4
+ // Copyright 2024 ArangoDB GmbH, Cologne, Germany
5
+ //
6
+ // Licensed under the Apache License, Version 2.0 (the "License");
7
+ // you may not use this file except in compliance with the License.
8
+ // You may obtain a copy of the License at
9
+ //
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
+ //
12
+ // Unless required by applicable law or agreed to in writing, software
13
+ // distributed under the License is distributed on an "AS IS" BASIS,
14
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ // See the License for the specific language governing permissions and
16
+ // limitations under the License.
17
+ //
18
+ // Copyright holder is ArangoDB GmbH, Cologne, Germany
19
+ //
20
+
1
21
package operator
2
22
3
23
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // DISCLAIMER
3
+ //
4
+ // Copyright 2024 ArangoDB GmbH, Cologne, Germany
5
+ //
6
+ // Licensed under the Apache License, Version 2.0 (the "License");
7
+ // you may not use this file except in compliance with the License.
8
+ // You may obtain a copy of the License at
9
+ //
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
+ //
12
+ // Unless required by applicable law or agreed to in writing, software
13
+ // distributed under the License is distributed on an "AS IS" BASIS,
14
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ // See the License for the specific language governing permissions and
16
+ // limitations under the License.
17
+ //
18
+ // Copyright holder is ArangoDB GmbH, Cologne, Germany
19
+ //
20
+
1
21
package operator
2
22
3
23
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // DISCLAIMER
3
+ //
4
+ // Copyright 2024 ArangoDB GmbH, Cologne, Germany
5
+ //
6
+ // Licensed under the Apache License, Version 2.0 (the "License");
7
+ // you may not use this file except in compliance with the License.
8
+ // You may obtain a copy of the License at
9
+ //
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
+ //
12
+ // Unless required by applicable law or agreed to in writing, software
13
+ // distributed under the License is distributed on an "AS IS" BASIS,
14
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ // See the License for the specific language governing permissions and
16
+ // limitations under the License.
17
+ //
18
+ // Copyright holder is ArangoDB GmbH, Cologne, Germany
19
+ //
20
+
1
21
package operator
2
22
3
23
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // DISCLAIMER
3
+ //
4
+ // Copyright 2024 ArangoDB GmbH, Cologne, Germany
5
+ //
6
+ // Licensed under the Apache License, Version 2.0 (the "License");
7
+ // you may not use this file except in compliance with the License.
8
+ // You may obtain a copy of the License at
9
+ //
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
+ //
12
+ // Unless required by applicable law or agreed to in writing, software
13
+ // distributed under the License is distributed on an "AS IS" BASIS,
14
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ // See the License for the specific language governing permissions and
16
+ // limitations under the License.
17
+ //
18
+ // Copyright holder is ArangoDB GmbH, Cologne, Germany
19
+ //
20
+
1
21
package operator
2
22
3
23
import (
You can’t perform that action at this time.
0 commit comments