Class: Google::Cloud::Developerconnect::V1::GKEWorkload
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::GKEWorkload
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
GKEWorkload represents the Google Kubernetes Engine runtime.
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Required.
-
#deployment ⇒ ::String
readonly
Output only.
Instance Attribute Details
#cluster ⇒ ::String
Returns Required. Immutable. The name of the GKE cluster.
Format:
projects/{project}/locations/{location}/clusters/{cluster}
.
157 158 159 160 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 157 class GKEWorkload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deployment ⇒ ::String (readonly)
Returns Output only. The name of the GKE deployment.
Format:
projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}
.
157 158 159 160 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 157 class GKEWorkload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |