Container.Builder |
Container.Builder.addAllLabels(Iterable<? extends Label> values) |
Container labels, as provided by the container runtime.
|
Container.Builder |
Finding.Builder.addContainersBuilder() |
Containers associated with the finding.
|
Container.Builder |
Finding.Builder.addContainersBuilder(int index) |
Containers associated with the finding.
|
Container.Builder |
Kubernetes.Pod.Builder.addContainersBuilder() |
Pod containers associated with this finding, if any.
|
Container.Builder |
Kubernetes.Pod.Builder.addContainersBuilder(int index) |
Pod containers associated with this finding, if any.
|
Container.Builder |
Container.Builder.addLabels(int index,
Label value) |
Container labels, as provided by the container runtime.
|
Container.Builder |
Container.Builder.addLabels(int index,
Label.Builder builderForValue) |
Container labels, as provided by the container runtime.
|
Container.Builder |
Container.Builder.addLabels(Label value) |
Container labels, as provided by the container runtime.
|
Container.Builder |
Container.Builder.addLabels(Label.Builder builderForValue) |
Container labels, as provided by the container runtime.
|
Container.Builder |
Container.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Container.Builder |
Container.Builder.clear() |
|
Container.Builder |
Container.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Container.Builder |
Container.Builder.clearImageId() |
Optional container image ID, if provided by the container runtime.
|
Container.Builder |
Container.Builder.clearLabels() |
Container labels, as provided by the container runtime.
|
Container.Builder |
Container.Builder.clearName() |
Name of the container.
|
Container.Builder |
Container.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Container.Builder |
Container.Builder.clearUri() |
Container image URI provided when configuring a pod or container.
|
Container.Builder |
Container.Builder.clone() |
|
Container.Builder |
Finding.Builder.getContainersBuilder(int index) |
Containers associated with the finding.
|
Container.Builder |
Kubernetes.Pod.Builder.getContainersBuilder(int index) |
Pod containers associated with this finding, if any.
|
Container.Builder |
Container.Builder.mergeFrom(Container other) |
|
Container.Builder |
Container.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Container.Builder |
Container.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Container.Builder |
Container.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Container.Builder |
Container.newBuilder() |
|
static Container.Builder |
Container.newBuilder(Container prototype) |
|
Container.Builder |
Container.newBuilderForType() |
|
protected Container.Builder |
Container.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Container.Builder |
Container.Builder.removeLabels(int index) |
Container labels, as provided by the container runtime.
|
Container.Builder |
Container.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Container.Builder |
Container.Builder.setImageId(String value) |
Optional container image ID, if provided by the container runtime.
|
Container.Builder |
Container.Builder.setImageIdBytes(com.google.protobuf.ByteString value) |
Optional container image ID, if provided by the container runtime.
|
Container.Builder |
Container.Builder.setLabels(int index,
Label value) |
Container labels, as provided by the container runtime.
|
Container.Builder |
Container.Builder.setLabels(int index,
Label.Builder builderForValue) |
Container labels, as provided by the container runtime.
|
Container.Builder |
Container.Builder.setName(String value) |
Name of the container.
|
Container.Builder |
Container.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Name of the container.
|
Container.Builder |
Container.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Container.Builder |
Container.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Container.Builder |
Container.Builder.setUri(String value) |
Container image URI provided when configuring a pod or container.
|
Container.Builder |
Container.Builder.setUriBytes(com.google.protobuf.ByteString value) |
Container image URI provided when configuring a pod or container.
|
Container.Builder |
Container.toBuilder() |
|