File tree 35 files changed +144
-93
lines changed
cmd/nginx-k8s-loadbalancer
35 files changed +144
-93
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
/*
6
7
Package main includes the entrypoint for the nginx-k8s-loadbalancer.
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package main
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package main
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package kubernetes_nginx_ingress
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package communication
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package communication
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
/*
6
7
Package communication contains helper methods / modules to support creating and configuring standard
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package communication
6
7
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package communication
2
7
3
8
import (
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
/*
6
7
Package config, application configuration.
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package configuration
6
7
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package core
2
7
3
8
import (
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package core
2
7
3
8
import (
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
/*
6
7
Package observation includes functionality to add k8s event handlers to Ingress resources.
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package observation
6
7
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package observation
2
7
3
8
import (
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package observation
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package observation
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package probation
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package probation
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
/*
6
7
Package probation includes support for Kubernetes health and wellness checks.
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package probation
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package probation
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
/*
6
7
Package synchronization includes functionality to synchronize Ingress events to NGINX+ Configuration API commands.
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package synchronization
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package synchronization
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package synchronization
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
/*
6
7
Package translation includes functionality to translate Ingress events to target system definitions.
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package translation
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package translation
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package mocks
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package mocks
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package mocks
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package mocks
6
7
Original file line number Diff line number Diff line change 1
- // Copyright 2023 f5 Inc. All rights reserved.
2
- // Use of this source code is governed by the Apache
3
- // license that can be found in the LICENSE file.
1
+ /*
2
+ * Copyright 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
4
5
5
6
package mocks
6
7
You can’t perform that action at this time.
0 commit comments