Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Emissary-Ingress TLSContext API

Operations for managing TLSContext custom resources that define reusable TLS configuration including certificates, cipher suites, minimum protocol versions, and client certificate validation settings.

Emissary-Ingress TLSContext API is one of 6 APIs that Emissary-Ingress publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include TLSContext. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, an API reference, a changelog, authentication docs, and 1 JSON Schema.

This API exposes 4 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 3.9.0.

Requests are made against a single base URL, https://{kubernetes-api-server}.

4 operations 2 paths 4 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.9.0
Server
https://{kubernetes-api-server}
License
Resource Areas
1

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

TLSContext 4

Operations for managing TLSContext custom resources that define reusable TLS configuration including certificates, cipher suites, minimum protocol versions, and client certificate…

GET
/apis/getambassador.io/v3alpha1/namespaces/{namespace}/tlscontexts
Emissary-Ingress List TLSContext resources in a namespace
listNamespacedTLSContext 4 params → 200401403
POST
/apis/getambassador.io/v3alpha1/namespaces/{namespace}/tlscontexts
Emissary-Ingress Create a TLSContext resource
createNamespacedTLSContext 1 param body → 201400401403
GET
/apis/getambassador.io/v3alpha1/namespaces/{namespace}/tlscontexts/{name}
Emissary-Ingress Get a specific TLSContext resource
readNamespacedTLSContext 2 params → 200401403404
DELETE
/apis/getambassador.io/v3alpha1/namespaces/{namespace}/tlscontexts/{name}
Emissary-Ingress Delete a TLSContext resource
deleteNamespacedTLSContext 2 params → 200401403404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are TLSContextSpec (11 properties), ObjectMeta (8 properties), TLSContext (4 properties), TLSContextList (4 properties). Each schema is shown below with its type and property counts.

TLSContextList
object
List of TLSContext resources.
4 properties 3 required
ObjectMeta
object
Standard Kubernetes object metadata.
8 properties 1 required
TLSContext
object
Emissary-Ingress TLSContext custom resource defining reusable TLS configuration for both terminating inbound TLS and originating outbound TLS connections. TLSC…
4 properties 4 required
TLSContextSpec
object
Specification for the TLSContext defining certificate and protocol settings.
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emissary-ingress-tlscontext-api-openapi.yml Raw ↑

Other APIs Emissary-Ingress publishes across the network.

Emissary-Ingress Gateway API
Emissary-Ingress AuthService API
Emissary-Ingress Host API
Emissary-Ingress Mapping API
Emissary-Ingress RateLimitService API