Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::Developerconnect::V1::GKEWorkload.
GKEWorkload represents the Google Kubernetes Engine runtime.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster
def cluster() -> ::String
Returns
-
(::String) — Required. Immutable. The name of the GKE cluster.
Format:
projects/{project}/locations/{location}/clusters/{cluster}
.
#cluster=
def cluster=(value) -> ::String
Parameter
-
value (::String) — Required. Immutable. The name of the GKE cluster.
Format:
projects/{project}/locations/{location}/clusters/{cluster}
.
Returns
-
(::String) — Required. Immutable. The name of the GKE cluster.
Format:
projects/{project}/locations/{location}/clusters/{cluster}
.
#deployment
def deployment() -> ::String
Returns
-
(::String) — Output only. The name of the GKE deployment.
Format:
projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}
.