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.
-
#pod_selector_label ⇒ ::String
Optional.
-
#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.
343 344 345 346 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 343 class GatewayServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_route ⇒ ::String
Returns Required. Name of the Gateway API HTTPRoute.
343 344 345 346 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 343 class GatewayServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pod_selector_label ⇒ ::String
Returns Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
343 344 345 346 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 343 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.
343 344 345 346 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 343 class GatewayServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String
Returns Required. Name of the Kubernetes Service.
343 344 345 346 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 343 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.
343 344 345 346 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 343 class GatewayServiceMesh include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |