Uses of Class
io.fabric8.kubernetes.api.model.HTTPGetAction
-
Packages that use HTTPGetAction Package Description io.fabric8.kubernetes.api.model -
-
Uses of HTTPGetAction in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return HTTPGetAction Modifier and Type Method Description HTTPGetActionHTTPGetActionBuilder. build()HTTPGetActionLifecycleHandlerFluent. buildHttpGet()HTTPGetActionProbeFluent. buildHttpGet()HTTPGetActionLifecycleHandler. getHttpGet()LifecycleHandler defines a specific action that should be taken in a lifecycle hook.HTTPGetActionProbe. getHttpGet()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 HTTPGetAction Modifier and Type Method Description protected voidHTTPGetActionFluent. copyInstance(HTTPGetAction instance)LifecycleHandlerFluent.HttpGetNested<A>LifecycleHandlerFluent. editOrNewHttpGetLike(HTTPGetAction item)ProbeFluent.HttpGetNested<A>ProbeFluent. editOrNewHttpGetLike(HTTPGetAction item)voidLifecycleHandler. setHttpGet(HTTPGetAction httpGet)LifecycleHandler defines a specific action that should be taken in a lifecycle hook.voidProbe. setHttpGet(HTTPGetAction httpGet)Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.ALifecycleHandlerFluent. withHttpGet(HTTPGetAction httpGet)AProbeFluent. withHttpGet(HTTPGetAction httpGet)LifecycleHandlerFluent.HttpGetNested<A>LifecycleHandlerFluent. withNewHttpGetLike(HTTPGetAction item)ProbeFluent.HttpGetNested<A>ProbeFluent. withNewHttpGetLike(HTTPGetAction item)Constructors in io.fabric8.kubernetes.api.model with parameters of type HTTPGetAction Constructor Description HTTPGetActionBuilder(HTTPGetAction instance)HTTPGetActionBuilder(HTTPGetActionFluent<?> fluent, HTTPGetAction instance)HTTPGetActionFluent(HTTPGetAction instance)LifecycleHandler(ExecAction exec, HTTPGetAction httpGet, SleepAction sleep, TCPSocketAction tcpSocket)Probe(ExecAction exec, Integer failureThreshold, GRPCAction grpc, HTTPGetAction httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, TCPSocketAction tcpSocket, Long terminationGracePeriodSeconds, Integer timeoutSeconds)
-