Package-level declarations

Types

Link copied to clipboard
enum AccessMode : Enum<AccessMode> , ConvertibleToJava<AccessMode>

Access mode for storage

Link copied to clipboard
enum ActiveRevisionsMode : Enum<ActiveRevisionsMode> , ConvertibleToJava<ActiveRevisionsMode>

ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active.Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.

Link copied to clipboard
enum AppProtocol : Enum<AppProtocol> , ConvertibleToJava<AppProtocol>

Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http

Link copied to clipboard
enum BindingType : Enum<BindingType> , ConvertibleToJava<BindingType>

Custom Domain binding type.

Link copied to clipboard
enum ClientCredentialMethod : Enum<ClientCredentialMethod> , ConvertibleToJava<ClientCredentialMethod>

The method that should be used to authenticate the user.

Link copied to clipboard
enum CookieExpirationConvention : Enum<CookieExpirationConvention> , ConvertibleToJava<CookieExpirationConvention>

The convention used when determining the session cookie's expiration.

Link copied to clipboard
enum ForwardProxyConvention : Enum<ForwardProxyConvention> , ConvertibleToJava<ForwardProxyConvention>

The convention used to determine the url of the request made.

Link copied to clipboard
enum IngressTransportMethod : Enum<IngressTransportMethod> , ConvertibleToJava<IngressTransportMethod>

Ingress transport protocol

Link copied to clipboard
enum ManagedServiceIdentityType : Enum<ManagedServiceIdentityType> , ConvertibleToJava<ManagedServiceIdentityType>

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

Link copied to clipboard
enum Scheme : Enum<Scheme> , ConvertibleToJava<Scheme>

Scheme to use for connecting to the host. Defaults to HTTP.

Link copied to clipboard
enum StorageType : Enum<StorageType> , ConvertibleToJava<StorageType>

Storage type for the volume. If not provided, use EmptyDir.

Link copied to clipboard
enum Type : Enum<Type> , ConvertibleToJava<Type>

The type of probe.

Link copied to clipboard
enum UnauthenticatedClientActionV2 : Enum<UnauthenticatedClientActionV2> , ConvertibleToJava<UnauthenticatedClientActionV2>

The action to take when an unauthenticated client attempts to access the app.