-
V1.ObjectFieldSelector.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
V1.ObjectFieldSelector.Builder.clear()
Version of the schema the FieldPath is written in terms of, defaults to "v1".
V1.ObjectFieldSelector.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Path of the field to select in the specified API version.
V1.ObjectFieldSelector.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
V1.ObjectFieldSelector.Builder.clone()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`,
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
V1.ObjectFieldSelector.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
V1.ObjectFieldSelector.Builder.mergeFrom(com.google.protobuf.Message other)
V1.ObjectFieldSelector.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
V1.ObjectFieldSelector.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Version of the schema the FieldPath is written in terms of, defaults to "v1".
Version of the schema the FieldPath is written in terms of, defaults to "v1".
V1.ObjectFieldSelector.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
Path of the field to select in the specified API version.
V1.ObjectFieldSelector.Builder.setFieldPathBytes(com.google.protobuf.ByteString value)
Path of the field to select in the specified API version.
V1.ObjectFieldSelector.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
V1.ObjectFieldSelector.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`,
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.