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.

Defined Under Namespace

Classes: RouteDestinations

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.



363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 363

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

  # Information about route destinations for the Gateway API service mesh.
  # @!attribute [rw] destination_ids
  #   @return [::Array<::String>]
  #     Required. The clusters where the Gateway API HTTPRoute resource will be
  #     deployed to. Valid entries include the associated entities IDs
  #     configured in the Target resource and "@self" to include the Target
  #     cluster.
  # @!attribute [rw] propagate_service
  #   @return [::Boolean]
  #     Optional. Whether to propagate the Kubernetes Service to the route
  #     destination clusters. The Service will always be deployed to the Target
  #     cluster even if the HTTPRoute is not. This option may be used to
  #     facilitate successful DNS lookup in the route destination clusters. Can
  #     only be set to true if destinations are specified.
  class RouteDestinations
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#http_route::String

Returns Required. Name of the Gateway API HTTPRoute.

Returns:

  • (::String)

    Required. Name of the Gateway API HTTPRoute.



363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 363

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

  # Information about route destinations for the Gateway API service mesh.
  # @!attribute [rw] destination_ids
  #   @return [::Array<::String>]
  #     Required. The clusters where the Gateway API HTTPRoute resource will be
  #     deployed to. Valid entries include the associated entities IDs
  #     configured in the Target resource and "@self" to include the Target
  #     cluster.
  # @!attribute [rw] propagate_service
  #   @return [::Boolean]
  #     Optional. Whether to propagate the Kubernetes Service to the route
  #     destination clusters. The Service will always be deployed to the Target
  #     cluster even if the HTTPRoute is not. This option may be used to
  #     facilitate successful DNS lookup in the route destination clusters. Can
  #     only be set to true if destinations are specified.
  class RouteDestinations
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
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.

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.



363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 363

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

  # Information about route destinations for the Gateway API service mesh.
  # @!attribute [rw] destination_ids
  #   @return [::Array<::String>]
  #     Required. The clusters where the Gateway API HTTPRoute resource will be
  #     deployed to. Valid entries include the associated entities IDs
  #     configured in the Target resource and "@self" to include the Target
  #     cluster.
  # @!attribute [rw] propagate_service
  #   @return [::Boolean]
  #     Optional. Whether to propagate the Kubernetes Service to the route
  #     destination clusters. The Service will always be deployed to the Target
  #     cluster even if the HTTPRoute is not. This option may be used to
  #     facilitate successful DNS lookup in the route destination clusters. Can
  #     only be set to true if destinations are specified.
  class RouteDestinations
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#route_destinations::Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh::RouteDestinations

Returns Optional. Route destinations allow configuring the Gateway API HTTPRoute to be deployed to additional clusters. This option is available for multi-cluster service mesh set ups that require the route to exist in the clusters that call the service. If unspecified, the HTTPRoute will only be deployed to the Target cluster.

Returns:



363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 363

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

  # Information about route destinations for the Gateway API service mesh.
  # @!attribute [rw] destination_ids
  #   @return [::Array<::String>]
  #     Required. The clusters where the Gateway API HTTPRoute resource will be
  #     deployed to. Valid entries include the associated entities IDs
  #     configured in the Target resource and "@self" to include the Target
  #     cluster.
  # @!attribute [rw] propagate_service
  #   @return [::Boolean]
  #     Optional. Whether to propagate the Kubernetes Service to the route
  #     destination clusters. The Service will always be deployed to the Target
  #     cluster even if the HTTPRoute is not. This option may be used to
  #     facilitate successful DNS lookup in the route destination clusters. Can
  #     only be set to true if destinations are specified.
  class RouteDestinations
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
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.



363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 363

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

  # Information about route destinations for the Gateway API service mesh.
  # @!attribute [rw] destination_ids
  #   @return [::Array<::String>]
  #     Required. The clusters where the Gateway API HTTPRoute resource will be
  #     deployed to. Valid entries include the associated entities IDs
  #     configured in the Target resource and "@self" to include the Target
  #     cluster.
  # @!attribute [rw] propagate_service
  #   @return [::Boolean]
  #     Optional. Whether to propagate the Kubernetes Service to the route
  #     destination clusters. The Service will always be deployed to the Target
  #     cluster even if the HTTPRoute is not. This option may be used to
  #     facilitate successful DNS lookup in the route destination clusters. Can
  #     only be set to true if destinations are specified.
  class RouteDestinations
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#service::String

Returns Required. Name of the Kubernetes Service.

Returns:

  • (::String)

    Required. Name of the Kubernetes Service.



363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 363

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

  # Information about route destinations for the Gateway API service mesh.
  # @!attribute [rw] destination_ids
  #   @return [::Array<::String>]
  #     Required. The clusters where the Gateway API HTTPRoute resource will be
  #     deployed to. Valid entries include the associated entities IDs
  #     configured in the Target resource and "@self" to include the Target
  #     cluster.
  # @!attribute [rw] propagate_service
  #   @return [::Boolean]
  #     Optional. Whether to propagate the Kubernetes Service to the route
  #     destination clusters. The Service will always be deployed to the Target
  #     cluster even if the HTTPRoute is not. This option may be used to
  #     facilitate successful DNS lookup in the route destination clusters. Can
  #     only be set to true if destinations are specified.
  class RouteDestinations
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
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.



363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 363

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

  # Information about route destinations for the Gateway API service mesh.
  # @!attribute [rw] destination_ids
  #   @return [::Array<::String>]
  #     Required. The clusters where the Gateway API HTTPRoute resource will be
  #     deployed to. Valid entries include the associated entities IDs
  #     configured in the Target resource and "@self" to include the Target
  #     cluster.
  # @!attribute [rw] propagate_service
  #   @return [::Boolean]
  #     Optional. Whether to propagate the Kubernetes Service to the route
  #     destination clusters. The Service will always be deployed to the Target
  #     cluster even if the HTTPRoute is not. This option may be used to
  #     facilitate successful DNS lookup in the route destination clusters. Can
  #     only be set to true if destinations are specified.
  class RouteDestinations
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end