google_api_run v0.10.0 GoogleApi.Run.V1.Model.Namespace View Source
Cloud Run fully managed: not supported
Cloud Run on GKE: supported
Namespace provides a scope for Names. Use of multiple namespaces is optional.
Attributes
metadata
(type:GoogleApi.Run.V1.Model.ObjectMeta.t
, default:nil
) - Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadataspec
(type:GoogleApi.Run.V1.Model.NamespaceSpec.t
, default:nil
) - Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusstatus
(type:GoogleApi.Run.V1.Model.NamespaceStatus.t
, default:nil
) - Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Run.V1.Model.Namespace{ metadata: GoogleApi.Run.V1.Model.ObjectMeta.t(), spec: GoogleApi.Run.V1.Model.NamespaceSpec.t(), status: GoogleApi.Run.V1.Model.NamespaceStatus.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.