Class: Google::Cloud::Eventarc::V1::GKE

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/eventarc/v1/trigger.rb

Overview

Represents a GKE destination.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns Required. The name of the cluster the GKE service is running in. The cluster must be running in the same project as the trigger being created.

Returns:

  • (::String)

    Required. The name of the cluster the GKE service is running in. The cluster must be running in the same project as the trigger being created.



245
246
247
248
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 245

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

#location::String

Returns Required. The name of the Google Compute Engine in which the cluster resides, which can either be compute zone (for example, us-central1-a) for the zonal clusters or region (for example, us-central1) for regional clusters.

Returns:

  • (::String)

    Required. The name of the Google Compute Engine in which the cluster resides, which can either be compute zone (for example, us-central1-a) for the zonal clusters or region (for example, us-central1) for regional clusters.



245
246
247
248
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 245

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

#namespace::String

Returns Required. The namespace the GKE service is running in.

Returns:

  • (::String)

    Required. The namespace the GKE service is running in.



245
246
247
248
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 245

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

#path::String

Returns Optional. The relative path on the GKE service the events should be sent to.

The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".

Returns:

  • (::String)

    Optional. The relative path on the GKE service the events should be sent to.

    The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".



245
246
247
248
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 245

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

#service::String

Returns Required. Name of the GKE service.

Returns:

  • (::String)

    Required. Name of the GKE service.



245
246
247
248
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 245

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