Uses of Class
kubevirt.io.V1HTTPHeader
-
Packages that use V1HTTPHeader Package Description kubevirt.io -
-
Uses of V1HTTPHeader in kubevirt.io
Fields in kubevirt.io with type parameters of type V1HTTPHeader Modifier and Type Field Description private java.util.List<V1HTTPHeader>
V1HTTPGetAction. httpHeaders
Methods in kubevirt.io that return V1HTTPHeader Modifier and Type Method Description V1HTTPHeader
V1HTTPHeader. name(java.lang.String name)
V1HTTPHeader
V1HTTPHeader. 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 V1HTTPGetAction
V1HTTPGetAction. addHttpHeadersItem(V1HTTPHeader httpHeadersItem)
Method parameters in kubevirt.io with type arguments of type V1HTTPHeader Modifier and Type Method Description V1HTTPGetAction
V1HTTPGetAction. httpHeaders(java.util.List<V1HTTPHeader> httpHeaders)
void
V1HTTPGetAction. setHttpHeaders(java.util.List<V1HTTPHeader> httpHeaders)
-