Skip to search

HTTPEndpoint

dapr.io / v1alpha1

apiVersion: dapr.io/v1alpha1 kind: HTTPEndpoint metadata: name: example
View raw schema
apiVersion string
APIVersion 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
auth object
Auth represents authentication details for the component.
secretStore string required
kind string
Kind 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
metadata object
scopes []string
spec object
HTTPEndpointSpec describes an access specification for allowing external service invocations.
baseUrl string required
clientTLS object
TLS describes how to build client or server TLS configurations.
certificate object
TLSDocument describes and in-line or pointer to a document to build a TLS configuration.
secretKeyRef object
SecretKeyRef is the reference of a value in a secret store component.
key string
Field in the secret.
name string required
Secret name.
value object
Value of the property, in plaintext.
privateKey object
TLSDocument describes and in-line or pointer to a document to build a TLS configuration.
secretKeyRef object
SecretKeyRef is the reference of a value in a secret store component.
key string
Field in the secret.
name string required
Secret name.
value object
Value of the property, in plaintext.
renegotiation string
Renegotiation sets the underlying tls negotiation strategy for an http channel.
enum: Never, OnceAsClient, FreelyAsClient
rootCA object
TLSDocument describes and in-line or pointer to a document to build a TLS configuration.
secretKeyRef object
SecretKeyRef is the reference of a value in a secret store component.
key string
Field in the secret.
name string required
Secret name.
value object
Value of the property, in plaintext.
headers []object
envRef string
EnvRef is the name of an environmental variable to read the value from.
name string required
Name of the property.
secretKeyRef object
SecretKeyRef is the reference of a value in a secret store component.
key string
Field in the secret.
name string required
Secret name.
value object
Value of the property, in plaintext.

No matches. Try .spec.baseUrl for an exact path