Uses of Class
kubevirt.io.V1HTTPHeader
-
Packages that use V1HTTPHeader Package Description kubevirt.io -
-
Uses of V1HTTPHeader in kubevirt.io
Methods in kubevirt.io that return V1HTTPHeader Modifier and Type Method Description V1HTTPHeaderV1HTTPHeader. name(java.lang.String name)V1HTTPHeaderV1HTTPHeader. value(java.lang.String value)Methods in kubevirt.io that return types with arguments of type V1HTTPHeader Modifier and Type Method Description java.util.List<V1HTTPHeader>V1HTTPGetAction. getHttpHeaders()Custom headers to set in the request.Methods in kubevirt.io with parameters of type V1HTTPHeader Modifier and Type Method Description V1HTTPGetActionV1HTTPGetAction. addHttpHeadersItem(V1HTTPHeader httpHeadersItem)Method parameters in kubevirt.io with type arguments of type V1HTTPHeader Modifier and Type Method Description V1HTTPGetActionV1HTTPGetAction. httpHeaders(java.util.List<V1HTTPHeader> httpHeaders)voidV1HTTPGetAction. setHttpHeaders(java.util.List<V1HTTPHeader> httpHeaders)
-