GRPCAction

com.coralogix.zio.k8s.model.core.v1.GRPCAction
See theGRPCAction companion object
case class GRPCAction(port: Int, service: Optional[String])

Value parameters

port

Port number of the gRPC service. Number must be in the range 1 to 65535.

service

Service is 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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Port number of the gRPC service. Number must be in the range 1 to 65535.

Port number of the gRPC service. Number must be in the range 1 to 65535.

This effect always succeeds, it is safe to use the field port directly.

Attributes

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

Service is 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.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product