Class ServiceTemplateContainerStartupProbeGrpcArgs.Builder

    • Method Detail

      • port

        public ServiceTemplateContainerStartupProbeGrpcArgs.Builder port​(@Nullable
                                                                         com.pulumi.core.Output<java.lang.Integer> port)
        Parameters:
        port - Port number to access on the container. Number must be in the range 1 to 65535. If not specified, defaults to the same value as container.ports[0].containerPort.
        Returns:
        builder
      • port

        public ServiceTemplateContainerStartupProbeGrpcArgs.Builder port​(java.lang.Integer port)
        Parameters:
        port - Port number to access on the container. Number must be in the range 1 to 65535. If not specified, defaults to the same value as container.ports[0].containerPort.
        Returns:
        builder
      • service

        public ServiceTemplateContainerStartupProbeGrpcArgs.Builder service​(@Nullable
                                                                            com.pulumi.core.Output<java.lang.String> service)
        Parameters:
        service - The name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
        Returns:
        builder
      • service

        public ServiceTemplateContainerStartupProbeGrpcArgs.Builder service​(java.lang.String service)
        Parameters:
        service - The name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
        Returns:
        builder