Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::Service::GkeWorkload.
A GKE Workload (Deployment, StatefulSet, etc). The field names correspond
to the metadata labels on monitored resources that fall under a workload
(for example, k8s_container
or k8s_pod
).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_name
def cluster_name() -> ::String
Returns
- (::String) — The name of the parent cluster.
#cluster_name=
def cluster_name=(value) -> ::String
Parameter
- value (::String) — The name of the parent cluster.
Returns
- (::String) — The name of the parent cluster.
#location
def location() -> ::String
Returns
- (::String) — The location of the parent cluster. This may be a zone or region.
#location=
def location=(value) -> ::String
Parameter
- value (::String) — The location of the parent cluster. This may be a zone or region.
Returns
- (::String) — The location of the parent cluster. This may be a zone or region.
#namespace_name
def namespace_name() -> ::String
Returns
- (::String) — The name of the parent namespace.
#namespace_name=
def namespace_name=(value) -> ::String
Parameter
- value (::String) — The name of the parent namespace.
Returns
- (::String) — The name of the parent namespace.
#project_id
def project_id() -> ::String
Returns
-
(::String) — Output only. The project this resource lives in. For legacy services
migrated from the
Custom
type, this may be a distinct project from the one parenting the service itself.
#top_level_controller_name
def top_level_controller_name() -> ::String
Returns
- (::String) — The name of this workload.
#top_level_controller_name=
def top_level_controller_name=(value) -> ::String
Parameter
- value (::String) — The name of this workload.
Returns
- (::String) — The name of this workload.
#top_level_controller_type
def top_level_controller_type() -> ::String
Returns
- (::String) — The type of this workload (for example, "Deployment" or "DaemonSet")
#top_level_controller_type=
def top_level_controller_type=(value) -> ::String
Parameter
- value (::String) — The type of this workload (for example, "Deployment" or "DaemonSet")
Returns
- (::String) — The type of this workload (for example, "Deployment" or "DaemonSet")