Uses of Class
io.kubernetes.client.proto.V1.HTTPHeader
-
Uses of V1.HTTPHeader in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.HTTPHeaderModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.HTTPHeader>
V1.HTTPHeader.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.HTTPHeaderModifier and TypeMethodDescriptionV1.HTTPHeader.Builder.build()
V1.HTTPHeader.Builder.buildPartial()
static V1.HTTPHeader
V1.HTTPHeader.getDefaultInstance()
V1.HTTPHeader.Builder.getDefaultInstanceForType()
V1.HTTPHeader.getDefaultInstanceForType()
V1.HTTPGetAction.Builder.getHttpHeaders
(int index) Custom headers to set in the request.V1.HTTPGetAction.getHttpHeaders
(int index) Custom headers to set in the request.V1.HTTPGetActionOrBuilder.getHttpHeaders
(int index) Custom headers to set in the request.static V1.HTTPHeader
V1.HTTPHeader.parseDelimitedFrom
(InputStream input) static V1.HTTPHeader
V1.HTTPHeader.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(byte[] data) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(com.google.protobuf.ByteString data) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(InputStream input) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(ByteBuffer data) static V1.HTTPHeader
V1.HTTPHeader.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.HTTPHeaderModifier and TypeMethodDescriptionV1.HTTPGetAction.Builder.getHttpHeadersList()
Custom headers to set in the request.V1.HTTPGetAction.getHttpHeadersList()
Custom headers to set in the request.V1.HTTPGetActionOrBuilder.getHttpHeadersList()
Custom headers to set in the request.com.google.protobuf.Parser<V1.HTTPHeader>
V1.HTTPHeader.getParserForType()
static com.google.protobuf.Parser<V1.HTTPHeader>
V1.HTTPHeader.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.HTTPHeaderModifier and TypeMethodDescriptionV1.HTTPGetAction.Builder.addHttpHeaders
(int index, V1.HTTPHeader value) Custom headers to set in the request.V1.HTTPGetAction.Builder.addHttpHeaders
(V1.HTTPHeader value) Custom headers to set in the request.V1.HTTPHeader.Builder.mergeFrom
(V1.HTTPHeader other) static V1.HTTPHeader.Builder
V1.HTTPHeader.newBuilder
(V1.HTTPHeader prototype) V1.HTTPGetAction.Builder.setHttpHeaders
(int index, V1.HTTPHeader value) Custom headers to set in the request.Method parameters in io.kubernetes.client.proto with type arguments of type V1.HTTPHeaderModifier and TypeMethodDescriptionV1.HTTPGetAction.Builder.addAllHttpHeaders
(Iterable<? extends V1.HTTPHeader> values) Custom headers to set in the request.