Kubespec Logo kubespec.dev

v1 · Cluster Resource

Endpoints

        Endpoints is a collection of endpoints that implement the actual service. Example:

	 Name: "mysvc",
	 Subsets: [
	   {
	     Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}],
	     Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}]
	   },
	   {
	     Addresses: [{"ip": "10.10.3.3"}],
	     Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}]
	   },
	]
      

Click on Property Name to see the description, and Pink Types to expand schema.

We don't have any examples of Endpoints yet 😕

But the good news is, you can help us by contributing examples on GitHub

No links for Endpoints yet

You can help us by adding useful links on GitHub