Package io.kubernetes.client.proto
Interface V1.ReplicationControllerListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.ReplicationControllerList
,V1.ReplicationControllerList.Builder
- Enclosing class:
- V1
public static interface V1.ReplicationControllerListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems
(int index) List of replication controllers.int
List of replication controllers.List of replication controllers.getItemsOrBuilder
(int index) List of replication controllers.List<? extends V1.ReplicationControllerOrBuilder>
List of replication controllers.Standard list metadata.Standard list metadata.boolean
Standard list metadata.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
-
getMetadata
Meta.ListMeta getMetadata()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
-
getMetadataOrBuilder
Meta.ListMetaOrBuilder getMetadataOrBuilder()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
-
getItemsList
List<V1.ReplicationController> getItemsList()List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
repeated .k8s.io.api.core.v1.ReplicationController items = 2;
-
getItems
List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
repeated .k8s.io.api.core.v1.ReplicationController items = 2;
-
getItemsCount
int getItemsCount()List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
repeated .k8s.io.api.core.v1.ReplicationController items = 2;
-
getItemsOrBuilderList
List<? extends V1.ReplicationControllerOrBuilder> getItemsOrBuilderList()List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
repeated .k8s.io.api.core.v1.ReplicationController items = 2;
-
getItemsOrBuilder
List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
repeated .k8s.io.api.core.v1.ReplicationController items = 2;
-