-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ajaychoudhary-hotstar <[email protected]>
- Loading branch information
1 parent
02e8831
commit 8c602fd
Showing
12 changed files
with
168 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,48 @@ | ||
--- | ||
# All the IP addresses, pod names, etc., are basically made up. These | ||
# aren't meant to be functional, just to exercise the machinery of | ||
# aren't meant to be functional, just to exercise the machinery of | ||
# filting things in the watcher. | ||
apiVersion: v1 | ||
kind: Endpoints | ||
apiVersion: discovery.k8s.io/v1 | ||
kind: EndpointSlice | ||
metadata: | ||
name: random-1 | ||
subsets: | ||
endpoints: | ||
- addresses: | ||
- ip: 10.42.0.55 | ||
nodeName: flynn-2a | ||
targetRef: | ||
kind: Pod | ||
name: random-6db467b4d7-zzzz1 | ||
- ip: 10.42.0.56 | ||
nodeName: flynn-2b | ||
targetRef: | ||
kind: Pod | ||
name: random-6db467b4d7-zzzz1 | ||
- "10.42.0.55" | ||
nodeName: flynn-2a | ||
targetRef: | ||
kind: Pod | ||
name: random-6db467b4d7-zzzz1 | ||
- addresses: | ||
- "10.42.0.56" | ||
nodeName: flynn-2b | ||
targetRef: | ||
kind: Pod | ||
name: random-6db467b4d7-zzzz1 | ||
ports: | ||
- port: 5000 | ||
protocol: TCP | ||
--- | ||
# All the IP addresses, pod names, etc., are basically made up. These | ||
# aren't meant to be functional, just to exercise the machinery of | ||
# aren't meant to be functional, just to exercise the machinery of | ||
# filting things in the watcher. | ||
apiVersion: v1 | ||
kind: Endpoints | ||
apiVersion: discovery.k8s.io/v1 | ||
kind: EndpointSlice | ||
metadata: | ||
name: random-2 | ||
subsets: | ||
endpoints: | ||
- addresses: | ||
- "10.42.0.65" | ||
nodeName: flynn-2a | ||
targetRef: | ||
kind: Pod | ||
name: rande-6db467b4d7-zzzz2 | ||
- addresses: | ||
- ip: 10.42.0.65 | ||
nodeName: flynn-2a | ||
targetRef: | ||
kind: Pod | ||
name: rande-6db467b4d7-zzzz2 | ||
- ip: 10.42.0.66 | ||
nodeName: flynn-2b | ||
targetRef: | ||
kind: Pod | ||
name: rande-6db467b4d7-zzzz2 | ||
- "10.42.0.66" | ||
nodeName: flynn-2b | ||
targetRef: | ||
kind: Pod | ||
name: rande-6db467b4d7-zzzz2 | ||
ports: | ||
- port: 5000 | ||
protocol: TCP |
Oops, something went wrong.