Class: Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Information about the Kubernetes Gateway API service mesh configuration.
Instance Attribute Summary collapse
-
#deployment ⇒ ::String
Required.
-
#http_route ⇒ ::String
Required.
-
#route_update_wait_time ⇒ ::Google::Protobuf::Duration
Optional.
-
#service ⇒ ::String
Required.
-
#stable_cutback_duration ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#deployment ⇒ ::String
Returns Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
335 336 337 338 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 335 class GatewayServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_route ⇒ ::String
Returns Required. Name of the Gateway API HTTPRoute.
335 336 337 338 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 335 class GatewayServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_update_wait_time ⇒ ::Google::Protobuf::Duration
Returns Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
335 336 337 338 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 335 class GatewayServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String
Returns Required. Name of the Kubernetes Service.
335 336 337 338 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 335 class GatewayServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stable_cutback_duration ⇒ ::Google::Protobuf::Duration
Returns Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.
335 336 337 338 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 335 class GatewayServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |