Uses of Class
kubevirt.io.V1HTTPGetAction
-
Packages that use V1HTTPGetAction Package Description kubevirt.io -
-
Uses of V1HTTPGetAction in kubevirt.io
Fields in kubevirt.io declared as V1HTTPGetAction Modifier and Type Field Description private V1HTTPGetAction
V1Probe. httpGet
Methods in kubevirt.io that return V1HTTPGetAction Modifier and Type Method Description V1HTTPGetAction
V1HTTPGetAction. addHttpHeadersItem(V1HTTPHeader httpHeadersItem)
V1HTTPGetAction
V1Probe. getHttpGet()
HTTPGet specifies the http request to perform.V1HTTPGetAction
V1HTTPGetAction. host(java.lang.String host)
V1HTTPGetAction
V1HTTPGetAction. httpHeaders(java.util.List<V1HTTPHeader> httpHeaders)
V1HTTPGetAction
V1HTTPGetAction. path(java.lang.String path)
V1HTTPGetAction
V1HTTPGetAction. scheme(java.lang.String scheme)
Methods in kubevirt.io with parameters of type V1HTTPGetAction Modifier and Type Method Description V1Probe
V1Probe. httpGet(V1HTTPGetAction httpGet)
void
V1Probe. setHttpGet(V1HTTPGetAction httpGet)
-