Package-level declarations

Types

Link copied to clipboard

Access mode for storage

Link copied to clipboard

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

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

Link copied to clipboard

Custom Domain binding type.

Link copied to clipboard

The method that should be used to authenticate the user.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Ingress transport protocol

Link copied to clipboard

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

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

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