Kubernetes Services Namespaces API is one of 13 APIs that Kubernetes Services publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.
This API exposes 1 JSON Schema definition.
Tagged areas include Namespaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, an AsyncAPI specification, and 1 JSON Schema.
This API exposes
6 operations
across 2 paths,
and defines 10 schemas.
It is described by OpenAPI 3.1.0, at version v1.32.0.
Requests are made against a single base URL, https://kubernetes.default.svc.
6 operations2 paths10 schemas1 DELETE2 GET1 PATCH1 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
Kubernetes Services Namespaces API declares
2 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (JWT) (bearerAuth).
It requires mutual TLS (clientCertificate).
By default, every request must be authenticated.
bearerAuth — Kubernetes service account or user bearer token.
clientCertificate — Client TLS certificate signed by the cluster CA.
Paths & Operations 6
Across 2 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are ServiceSpec (17 properties), ObjectMeta (8 properties), Condition (6 properties), ServicePort (6 properties). Each schema is shown below with its type and property counts.
ServiceSpec
object
Specification of the desired behavior of a Service, defining port mappings, pod selection, service type, IP configuration, and traffic policy.
17 properties
LoadBalancerIngress
object
An ingress point for a load balancer, representing a provisioned IP address or DNS hostname assigned by the cloud provider.
3 properties
ServicePort
object
A port mapping within a Service, defining the protocol, service-facing port, and the target pod port.
6 properties1 required
ServiceStatus
object
Most recently observed status of a Service, including load balancer provisioning state and ingress IP/hostname assignments.
2 properties
Service
object
A Service is an abstract way to expose an application running on a set of Pods as a network service. It provides a stable virtual IP and DNS name, decoupling c…
5 properties
ServiceList
object
A list of Services returned by list operations.
4 properties1 required
ObjectMeta
object
Standard Kubernetes object metadata.
8 properties
Status
object
A return value for operations that do not return other objects.
4 properties
Condition
object
A condition representing a particular aspect of a resource's current state.
6 properties2 required
ListMeta
object
Metadata for list responses including pagination state.
3 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.