Class TriggerDestinationGkeArgs


  • public final class TriggerDestinationGkeArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • cluster

        public com.pulumi.core.Output<java.lang.String> cluster()
        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.
      • location

        public com.pulumi.core.Output<java.lang.String> location()
        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.
      • namespace

        public com.pulumi.core.Output<java.lang.String> namespace()
        Returns:
        Required. The namespace the GKE service is running in.
      • path

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> path()
        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".
      • service

        public com.pulumi.core.Output<java.lang.String> service()
        Returns:
        Required. Name of the GKE service.