File tree Expand file tree Collapse file tree 8 files changed +130
-12
lines changed Expand file tree Collapse file tree 8 files changed +130
-12
lines changed Original file line number Diff line number Diff line change 1+ Copyright F5, Inc. 2024
2+
13 Apache License
24 Version 2.0, January 2004
35 http://www.apache.org/licenses/
175177
176178 END OF TERMS AND CONDITIONS
177179
178- APPENDIX: How to apply the Apache License to your work.
179180
180- To apply the Apache License to your work, attach the following
181- boilerplate notice, with the fields enclosed by brackets "[]"
182- replaced with your own identifying information. (Don't include
183- the brackets!) The text should be enclosed in the appropriate
184- comment syntax for the file format. We also recommend that a
185- file or class name and description of purpose be included on the
186- same "printed page" as the copyright notice for easier
187- identification within third-party archives.
188181
189- Copyright [yyyy] [name of copyright owner]
182+ Copyright 2024 F5, Inc.
190183
191184 Licensed under the Apache License, Version 2.0 (the "License");
192185 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1+ /**
2+
3+ Copyright 2024 F5, Inc.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+
17+ **/
18+
119package cmd
220
321import (
Original file line number Diff line number Diff line change 1+ /**
2+
3+ Copyright 2024 F5, Inc.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+
17+ **/
18+
119package main
220
321import (
Original file line number Diff line number Diff line change 1+ /**
2+
3+ Copyright 2024 F5, Inc.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+
17+ **/
18+
119package crds
220
321type Crd struct {
@@ -71,4 +89,3 @@ func GetCRDList() []Crd {
7189 }
7290 return crdList
7391}
74-
Original file line number Diff line number Diff line change 1+ /**
2+
3+ Copyright 2024 F5, Inc.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+
17+ **/
18+
119package data_collector
220
321import (
@@ -11,8 +29,8 @@ import (
1129 "io"
1230 corev1 "k8s.io/api/core/v1"
1331 crdClient "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset"
14- "k8s.io/apimachinery/pkg/runtime/schema"
1532 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
33+ "k8s.io/apimachinery/pkg/runtime/schema"
1634 "k8s.io/client-go/kubernetes"
1735 "k8s.io/client-go/kubernetes/scheme"
1836 "k8s.io/client-go/rest"
Original file line number Diff line number Diff line change 1+ /**
2+
3+ Copyright 2024 F5, Inc.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+
17+ **/
18+
119package jobs
220
321import (
Original file line number Diff line number Diff line change 1+ /**
2+
3+ Copyright 2024 F5, Inc.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+
17+ **/
18+
119package jobs
220
321import (
Original file line number Diff line number Diff line change 1+ /**
2+
3+ Copyright 2024 F5, Inc.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+
17+ **/
18+
119package version
220
321// Version and Build are injected in the build process
You can’t perform that action at this time.
0 commit comments