Uses of Class
io.kubernetes.client.openapi.models.V1HTTPGetAction
Packages that use V1HTTPGetAction
-
Uses of V1HTTPGetAction in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1HTTPGetActionModifier and TypeMethodDescriptionV1HTTPGetAction.addHttpHeadersItem
(V1HTTPHeader httpHeadersItem) static V1HTTPGetAction
Create an instance of V1HTTPGetAction given an JSON stringV1LifecycleHandler.getHttpGet()
Get httpGetV1Probe.getHttpGet()
Get httpGetV1HTTPGetAction.httpHeaders
(List<V1HTTPHeader> httpHeaders) V1HTTPGetAction.port
(IntOrString port) Methods in io.kubernetes.client.openapi.models with parameters of type V1HTTPGetActionModifier and TypeMethodDescriptionV1LifecycleHandler.httpGet
(V1HTTPGetAction httpGet) V1Probe.httpGet
(V1HTTPGetAction httpGet) void
V1LifecycleHandler.setHttpGet
(V1HTTPGetAction httpGet) void
V1Probe.setHttpGet
(V1HTTPGetAction httpGet)