Class: Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployment::String

Returns 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.



337
338
339
340
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 337

class GatewayServiceMesh
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#http_route::String

Returns Required. Name of the Gateway API HTTPRoute.

Returns:

  • (::String)

    Required. Name of the Gateway API HTTPRoute.



337
338
339
340
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 337

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.

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.



337
338
339
340
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 337

class GatewayServiceMesh
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service::String

Returns Required. Name of the Kubernetes Service.

Returns:

  • (::String)

    Required. Name of the Kubernetes Service.



337
338
339
340
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 337

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.

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.



337
338
339
340
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 337

class GatewayServiceMesh
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end