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.
#pod_selector_label
def pod_selector_label() -> ::String Returns
- (::String) — Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
#pod_selector_label=
def pod_selector_label=(value) -> ::String Parameter
- value (::String) — Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
Returns
- (::String) — Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
#route_update_wait_time
def route_update_wait_time() -> ::Google::Protobuf::Duration Returns
- (::Google::Protobuf::Duration) — 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.
#route_update_wait_time=
def route_update_wait_time=(value) -> ::Google::Protobuf::Duration Parameter
- value (::Google::Protobuf::Duration) — 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.
Returns
- (::Google::Protobuf::Duration) — 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.
#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.
#stable_cutback_duration
def stable_cutback_duration() -> ::Google::Protobuf::Duration Returns
- (::Google::Protobuf::Duration) — 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.
#stable_cutback_duration=
def stable_cutback_duration=(value) -> ::Google::Protobuf::Duration Parameter
- value (::Google::Protobuf::Duration) — 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.
Returns
- (::Google::Protobuf::Duration) — 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.