Uses of Class
io.fabric8.kubernetes.api.model.GRPCAction
-
Packages that use GRPCAction Package Description io.fabric8.kubernetes.api.model -
-
Uses of GRPCAction in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return GRPCAction Modifier and Type Method Description GRPCActionGRPCActionBuilder. build()GRPCActionProbeFluent. buildGrpc()GRPCActionProbe. getGrpc()Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.Methods in io.fabric8.kubernetes.api.model with parameters of type GRPCAction Modifier and Type Method Description protected voidGRPCActionFluent. copyInstance(GRPCAction instance)ProbeFluent.GrpcNested<A>ProbeFluent. editOrNewGrpcLike(GRPCAction item)voidProbe. setGrpc(GRPCAction grpc)Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.AProbeFluent. withGrpc(GRPCAction grpc)ProbeFluent.GrpcNested<A>ProbeFluent. withNewGrpcLike(GRPCAction item)Constructors in io.fabric8.kubernetes.api.model with parameters of type GRPCAction Constructor Description GRPCActionBuilder(GRPCAction instance)GRPCActionBuilder(GRPCActionFluent<?> fluent, GRPCAction instance)GRPCActionFluent(GRPCAction instance)Probe(ExecAction exec, Integer failureThreshold, GRPCAction grpc, HTTPGetAction httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, TCPSocketAction tcpSocket, Long terminationGracePeriodSeconds, Integer timeoutSeconds)
-