GoogleApi.Run.V1.Model.SecurityContext (google_api_run v0.24.8) View Source
Not supported by Cloud Run SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.
Attributes
-
runAsUser
(type:integer()
, default:nil
) - (Optional) The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Run.V1.Model.SecurityContext{runAsUser: integer() | nil}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.