public static interface V1.ListOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldSelector()
A selector to restrict the list of returned objects by their fields.
|
com.google.protobuf.ByteString |
getFieldSelectorBytes()
A selector to restrict the list of returned objects by their fields.
|
boolean |
getIncludeUninitialized()
If true, partially initialized resources are included in the response.
|
String |
getLabelSelector()
A selector to restrict the list of returned objects by their labels.
|
com.google.protobuf.ByteString |
getLabelSelectorBytes()
A selector to restrict the list of returned objects by their labels.
|
String |
getResourceVersion()
When specified with a watch call, shows changes that occur after that particular version of a resource.
|
com.google.protobuf.ByteString |
getResourceVersionBytes()
When specified with a watch call, shows changes that occur after that particular version of a resource.
|
long |
getTimeoutSeconds()
Timeout for the list/watch call.
|
boolean |
getWatch()
Watch for changes to the described resources and return them as a stream of
add, update, and remove notifications.
|
boolean |
hasFieldSelector()
A selector to restrict the list of returned objects by their fields.
|
boolean |
hasIncludeUninitialized()
If true, partially initialized resources are included in the response.
|
boolean |
hasLabelSelector()
A selector to restrict the list of returned objects by their labels.
|
boolean |
hasResourceVersion()
When specified with a watch call, shows changes that occur after that particular version of a resource.
|
boolean |
hasTimeoutSeconds()
Timeout for the list/watch call.
|
boolean |
hasWatch()
Watch for changes to the described resources and return them as a stream of
add, update, and remove notifications.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLabelSelector()
A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional
optional string labelSelector = 1;String getLabelSelector()
A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional
optional string labelSelector = 1;com.google.protobuf.ByteString getLabelSelectorBytes()
A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional
optional string labelSelector = 1;boolean hasFieldSelector()
A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional
optional string fieldSelector = 2;String getFieldSelector()
A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional
optional string fieldSelector = 2;com.google.protobuf.ByteString getFieldSelectorBytes()
A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional
optional string fieldSelector = 2;boolean hasIncludeUninitialized()
If true, partially initialized resources are included in the response. +optional
optional bool includeUninitialized = 6;boolean getIncludeUninitialized()
If true, partially initialized resources are included in the response. +optional
optional bool includeUninitialized = 6;boolean hasWatch()
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional
optional bool watch = 3;boolean getWatch()
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional
optional bool watch = 3;boolean hasResourceVersion()
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. +optional
optional string resourceVersion = 4;String getResourceVersion()
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. +optional
optional string resourceVersion = 4;com.google.protobuf.ByteString getResourceVersionBytes()
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. +optional
optional string resourceVersion = 4;boolean hasTimeoutSeconds()
Timeout for the list/watch call. +optional
optional int64 timeoutSeconds = 5;long getTimeoutSeconds()
Timeout for the list/watch call. +optional
optional int64 timeoutSeconds = 5;Copyright © 2018. All rights reserved.