| Modifier and Type | Method and Description |
|---|---|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clear() |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearContainer()
The container for which to stream logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearFollow()
Follow the log stream of the pod.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearLimitBytes()
If set, the number of bytes to read from the server before terminating the
log output.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearPrevious()
Return previous terminated container logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearSinceSeconds()
A relative time in seconds before the current time from which to show logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearSinceTime()
An RFC3339 timestamp from which to show logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearTailLines()
If set, the number of lines from the end of the logs to show.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clearTimestamps()
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line
of log output.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.clone() |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.mergeFrom(V1.PodLogOptions other) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.mergeSinceTime(Meta.Time value)
An RFC3339 timestamp from which to show logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.PodLogOptions.Builder |
V1.PodLogOptions.newBuilder() |
static V1.PodLogOptions.Builder |
V1.PodLogOptions.newBuilder(V1.PodLogOptions prototype) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.newBuilderForType() |
protected V1.PodLogOptions.Builder |
V1.PodLogOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setContainer(String value)
The container for which to stream logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setContainerBytes(com.google.protobuf.ByteString value)
The container for which to stream logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setFollow(boolean value)
Follow the log stream of the pod.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setLimitBytes(long value)
If set, the number of bytes to read from the server before terminating the
log output.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setPrevious(boolean value)
Return previous terminated container logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setSinceSeconds(long value)
A relative time in seconds before the current time from which to show logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setSinceTime(Meta.Time.Builder builderForValue)
An RFC3339 timestamp from which to show logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setSinceTime(Meta.Time value)
An RFC3339 timestamp from which to show logs.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setTailLines(long value)
If set, the number of lines from the end of the logs to show.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setTimestamps(boolean value)
If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line
of log output.
|
V1.PodLogOptions.Builder |
V1.PodLogOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PodLogOptions.Builder |
V1.PodLogOptions.toBuilder() |
Copyright © 2018. All rights reserved.