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