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()HTTPGetActionHandlerFluent. buildHttpGet()HTTPGetActionHandlerFluentImpl. buildHttpGet()HTTPGetActionProbeFluent. buildHttpGet()HTTPGetActionProbeFluentImpl. buildHttpGet()HTTPGetActionHandler. getHttpGet()HTTPGetActionHandlerFluent. getHttpGet()Deprecated.HTTPGetActionHandlerFluentImpl. getHttpGet()Deprecated.HTTPGetActionProbe. getHttpGet()HTTPGetActionProbeFluent. getHttpGet()Deprecated.HTTPGetActionProbeFluentImpl. getHttpGet()Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type HTTPGetAction Constructor Description Handler(ExecAction exec, HTTPGetAction httpGet, TCPSocketAction tcpSocket)HTTPGetActionBuilder(HTTPGetAction instance)HTTPGetActionBuilder(HTTPGetActionFluent<?> fluent, HTTPGetAction instance)HTTPGetActionBuilder(HTTPGetActionFluent<?> fluent, HTTPGetAction instance, Boolean validationEnabled)HTTPGetActionBuilder(HTTPGetAction instance, Boolean validationEnabled)HTTPGetActionFluentImpl(HTTPGetAction instance)Probe(ExecAction exec, Integer failureThreshold, HTTPGetAction httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, TCPSocketAction tcpSocket, Integer timeoutSeconds)
-