File tree 8 files changed +130
-12
lines changed
8 files changed +130
-12
lines changed Original file line number Diff line number Diff line change
1
+ Copyright F5, Inc. 2024
2
+
1
3
Apache License
2
4
Version 2.0, January 2004
3
5
http://www.apache.org/licenses/
175
177
176
178
END OF TERMS AND CONDITIONS
177
179
178
- APPENDIX: How to apply the Apache License to your work.
179
180
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.
188
181
189
- Copyright [yyyy] [name of copyright owner]
182
+ Copyright 2024 F5, Inc.
190
183
191
184
Licensed under the Apache License, Version 2.0 (the "License");
192
185
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
+
1
19
package cmd
2
20
3
21
import (
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
+
1
19
package main
2
20
3
21
import (
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
+
1
19
package crds
2
20
3
21
type Crd struct {
@@ -71,4 +89,3 @@ func GetCRDList() []Crd {
71
89
}
72
90
return crdList
73
91
}
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
+
1
19
package data_collector
2
20
3
21
import (
@@ -11,8 +29,8 @@ import (
11
29
"io"
12
30
corev1 "k8s.io/api/core/v1"
13
31
crdClient "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset"
14
- "k8s.io/apimachinery/pkg/runtime/schema"
15
32
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
33
+ "k8s.io/apimachinery/pkg/runtime/schema"
16
34
"k8s.io/client-go/kubernetes"
17
35
"k8s.io/client-go/kubernetes/scheme"
18
36
"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
+
1
19
package jobs
2
20
3
21
import (
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
+
1
19
package jobs
2
20
3
21
import (
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
+
1
19
package version
2
20
3
21
// Version and Build are injected in the build process
You can’t perform that action at this time.
0 commit comments