Uses of Class
io.kubernetes.client.proto.V1.TCPSocketAction
-
Uses of V1.TCPSocketAction in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.TCPSocketActionModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.TCPSocketAction>
V1.TCPSocketAction.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.TCPSocketActionModifier and TypeMethodDescriptionV1.TCPSocketAction.Builder.build()
V1.TCPSocketAction.Builder.buildPartial()
static V1.TCPSocketAction
V1.TCPSocketAction.getDefaultInstance()
V1.TCPSocketAction.Builder.getDefaultInstanceForType()
V1.TCPSocketAction.getDefaultInstanceForType()
V1.LifecycleHandler.Builder.getTcpSocket()
TCPSocket specifies an action involving a TCP port.V1.LifecycleHandler.getTcpSocket()
TCPSocket specifies an action involving a TCP port.V1.LifecycleHandlerOrBuilder.getTcpSocket()
TCPSocket specifies an action involving a TCP port.V1.ProbeHandler.Builder.getTcpSocket()
TCPSocket specifies an action involving a TCP port.V1.ProbeHandler.getTcpSocket()
TCPSocket specifies an action involving a TCP port.V1.ProbeHandlerOrBuilder.getTcpSocket()
TCPSocket specifies an action involving a TCP port.static V1.TCPSocketAction
V1.TCPSocketAction.parseDelimitedFrom
(InputStream input) static V1.TCPSocketAction
V1.TCPSocketAction.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(byte[] data) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(com.google.protobuf.ByteString data) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(InputStream input) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(ByteBuffer data) static V1.TCPSocketAction
V1.TCPSocketAction.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.TCPSocketActionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.TCPSocketAction>
V1.TCPSocketAction.getParserForType()
static com.google.protobuf.Parser<V1.TCPSocketAction>
V1.TCPSocketAction.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.TCPSocketActionModifier and TypeMethodDescriptionV1.TCPSocketAction.Builder.mergeFrom
(V1.TCPSocketAction other) V1.LifecycleHandler.Builder.mergeTcpSocket
(V1.TCPSocketAction value) TCPSocket specifies an action involving a TCP port.V1.ProbeHandler.Builder.mergeTcpSocket
(V1.TCPSocketAction value) TCPSocket specifies an action involving a TCP port.static V1.TCPSocketAction.Builder
V1.TCPSocketAction.newBuilder
(V1.TCPSocketAction prototype) V1.LifecycleHandler.Builder.setTcpSocket
(V1.TCPSocketAction value) TCPSocket specifies an action involving a TCP port.V1.ProbeHandler.Builder.setTcpSocket
(V1.TCPSocketAction value) TCPSocket specifies an action involving a TCP port.