Struct k8s_openapi::api::core::v1::GRPCAction
source · [−]Fields
port: i32
Port number of the gRPC service. Number must be in the range 1 to 65535.
service: Option<String>
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.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GRPCAction
impl Send for GRPCAction
impl Sync for GRPCAction
impl Unpin for GRPCAction
impl UnwindSafe for GRPCAction
Blanket Implementations
Mutably borrows from an owned value. Read more