public static interface Meta.InitializersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.Initializer |
getPending(int index)
Pending is a list of initializers that must execute in order before this object is visible.
|
int |
getPendingCount()
Pending is a list of initializers that must execute in order before this object is visible.
|
List<Meta.Initializer> |
getPendingList()
Pending is a list of initializers that must execute in order before this object is visible.
|
Meta.InitializerOrBuilder |
getPendingOrBuilder(int index)
Pending is a list of initializers that must execute in order before this object is visible.
|
List<? extends Meta.InitializerOrBuilder> |
getPendingOrBuilderList()
Pending is a list of initializers that must execute in order before this object is visible.
|
Meta.Status |
getResult()
If result is set with the Failure field, the object will be persisted to storage and then deleted,
ensuring that other clients can observe the deletion.
|
Meta.StatusOrBuilder |
getResultOrBuilder()
If result is set with the Failure field, the object will be persisted to storage and then deleted,
ensuring that other clients can observe the deletion.
|
boolean |
hasResult()
If result is set with the Failure field, the object will be persisted to storage and then deleted,
ensuring that other clients can observe the deletion.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Meta.Initializer> getPendingList()
Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Initializer pending = 1;Meta.Initializer getPending(int index)
Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Initializer pending = 1;int getPendingCount()
Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Initializer pending = 1;List<? extends Meta.InitializerOrBuilder> getPendingOrBuilderList()
Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Initializer pending = 1;Meta.InitializerOrBuilder getPendingOrBuilder(int index)
Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Initializer pending = 1;boolean hasResult()
If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Status result = 2;Meta.Status getResult()
If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Status result = 2;Meta.StatusOrBuilder getResultOrBuilder()
If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Status result = 2;Copyright © 2018. All rights reserved.