Skip to main content

endpoints

Overview

Nameendpoints
TypeResource
Idk8s.core_v1.endpoints

Fields

NameDatatypeDescription
apiVersionstringAPIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstringKind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobjectObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
subsetsarrayThe set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1EndpointsForAllNamespacesSELECTcluster_addr, protocollist or watch objects of kind Endpoints
listCoreV1NamespacedEndpointsSELECTnamespace, cluster_addr, protocollist or watch objects of kind Endpoints
readCoreV1NamespacedEndpointsSELECTname, namespace, cluster_addr, protocolread the specified Endpoints
createCoreV1NamespacedEndpointsINSERTnamespace, cluster_addr, protocolcreate Endpoints
deleteCoreV1CollectionNamespacedEndpointsDELETEnamespace, cluster_addr, protocoldelete collection of Endpoints
deleteCoreV1NamespacedEndpointsDELETEname, namespace, cluster_addr, protocoldelete Endpoints
patchCoreV1NamespacedEndpointsEXECname, namespace, cluster_addr, protocolpartially update the specified Endpoints
replaceCoreV1NamespacedEndpointsEXECname, namespace, cluster_addr, protocolreplace the specified Endpoints
watchCoreV1EndpointsListForAllNamespacesEXECcluster_addr, protocolwatch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.
watchCoreV1NamespacedEndpointsEXECname, namespace, cluster_addr, protocolwatch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedEndpointsListEXECnamespace, cluster_addr, protocolwatch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.