public static interface Meta.GetOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceVersion()
resourceVersion sets a constraint on what resource versions a request may be served from.
|
com.google.protobuf.ByteString |
getResourceVersionBytes()
resourceVersion sets a constraint on what resource versions a request may be served from.
|
boolean |
hasResourceVersion()
resourceVersion sets a constraint on what resource versions a request may be served from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasResourceVersion()
resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
optional string resourceVersion = 1;String getResourceVersion()
resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
optional string resourceVersion = 1;com.google.protobuf.ByteString getResourceVersionBytes()
resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
optional string resourceVersion = 1;Copyright © 2023. All rights reserved.