Kubespec Logo kubespec.dev

v1

Namespaced 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 show the description, and Pink Types to expand schema.

Required properties are marked with *

Change History

Kubernetes v1.32

Kubernetes v1.31

Kubernetes v1.30

Kubernetes v1.29

~1

Kubernetes v1.28

~1

Kubernetes v1.27

~11

Kubernetes v1.26

Kubernetes v1.25

-1

Kubernetes v1.24

~7

Kubernetes v1.23

~1

Kubernetes v1.22

+1~1

Kubernetes v1.21

Kubernetes v1.20

Kubernetes v1.19

~2

Kubernetes v1.18

+1

Kubernetes v1.17

~1

Kubernetes v1.16

+2-2~8

Kubernetes v1.15

+1

Kubernetes v1.14

+1~1

Kubernetes v1.13

Kubernetes v1.12

~2

Kubernetes v1.11

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