Uses of Class
io.kubernetes.client.openapi.models.V1HTTPHeader
Packages that use V1HTTPHeader
-
Uses of V1HTTPHeader in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1HTTPHeaderModifier and TypeMethodDescriptionstatic V1HTTPHeader
Create an instance of V1HTTPHeader given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1HTTPHeaderModifier and TypeMethodDescriptionV1HTTPGetAction.getHttpHeaders()
Custom headers to set in the request.Methods in io.kubernetes.client.openapi.models with parameters of type V1HTTPHeaderModifier and TypeMethodDescriptionV1HTTPGetAction.addHttpHeadersItem
(V1HTTPHeader httpHeadersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1HTTPHeaderModifier and TypeMethodDescriptionV1HTTPGetAction.httpHeaders
(List<V1HTTPHeader> httpHeaders) void
V1HTTPGetAction.setHttpHeaders
(List<V1HTTPHeader> httpHeaders)