Skip to main content

service

Overview

Nameservice
TypeResource
Idk8s.core_v1.service

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.
specobjectServiceSpec describes the attributes that a user creates on a service.
statusobjectServiceStatus represents the current status of a service.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1NamespacedServiceSELECTnamespace, cluster_addr, protocollist or watch objects of kind Service
listCoreV1ServiceForAllNamespacesSELECTcluster_addr, protocollist or watch objects of kind Service
readCoreV1NamespacedServiceSELECTname, namespace, cluster_addr, protocolread the specified Service
createCoreV1NamespacedServiceINSERTnamespace, cluster_addr, protocolcreate a Service
deleteCoreV1CollectionNamespacedServiceDELETEnamespace, cluster_addr, protocoldelete collection of Service
deleteCoreV1NamespacedServiceDELETEname, namespace, cluster_addr, protocoldelete a Service
patchCoreV1NamespacedServiceEXECname, namespace, cluster_addr, protocolpartially update the specified Service
patchCoreV1NamespacedServiceStatusEXECname, namespace, cluster_addr, protocolpartially update status of the specified Service
readCoreV1NamespacedServiceStatusEXECname, namespace, cluster_addr, protocolread status of the specified Service
replaceCoreV1NamespacedServiceEXECname, namespace, cluster_addr, protocolreplace the specified Service
replaceCoreV1NamespacedServiceStatusEXECname, namespace, cluster_addr, protocolreplace status of the specified Service
watchCoreV1NamespacedServiceEXECname, namespace, cluster_addr, protocolwatch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedServiceListEXECnamespace, cluster_addr, protocolwatch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.
watchCoreV1ServiceListForAllNamespacesEXECcluster_addr, protocolwatch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.