Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh.
Information about the Kubernetes Gateway API service mesh configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment
def deployment() -> ::String
Returns
- (::String) — Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
#deployment=
def deployment=(value) -> ::String
Parameter
- value (::String) — Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
Returns
- (::String) — Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
#http_route
def http_route() -> ::String
Returns
- (::String) — Required. Name of the Gateway API HTTPRoute.
#http_route=
def http_route=(value) -> ::String
Parameter
- value (::String) — Required. Name of the Gateway API HTTPRoute.
Returns
- (::String) — Required. Name of the Gateway API HTTPRoute.
#service
def service() -> ::String
Returns
- (::String) — Required. Name of the Kubernetes Service.
#service=
def service=(value) -> ::String
Parameter
- value (::String) — Required. Name of the Kubernetes Service.
Returns
- (::String) — Required. Name of the Kubernetes Service.