public static enum StatusOuterClass.Status.Code extends Enum<StatusOuterClass.Status.Code> implements ProtocolMessageEnum
hapi.release.Status.Code
Enum Constant and Description |
---|
DELETED
Status_DELETED indicates that a release has been deleted from Kubermetes.
|
DELETING
Status_DELETING indicates that a delete operation is underway.
|
DEPLOYED
Status_DEPLOYED indicates that the release has been pushed to Kubernetes.
|
FAILED
Status_FAILED indicates that the release was not successfully deployed.
|
PENDING_INSTALL
Status_PENDING_INSTALL indicates that an install operation is underway.
|
PENDING_ROLLBACK
Status_PENDING_ROLLBACK indicates that an rollback operation is underway.
|
PENDING_UPGRADE
Status_PENDING_UPGRADE indicates that an upgrade operation is underway.
|
SUPERSEDED
Status_SUPERSEDED indicates that this release object is outdated and a newer one exists.
|
UNKNOWN
Status_UNKNOWN indicates that a release is in an uncertain state.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
DELETED_VALUE
Status_DELETED indicates that a release has been deleted from Kubermetes.
|
static int |
DELETING_VALUE
Status_DELETING indicates that a delete operation is underway.
|
static int |
DEPLOYED_VALUE
Status_DEPLOYED indicates that the release has been pushed to Kubernetes.
|
static int |
FAILED_VALUE
Status_FAILED indicates that the release was not successfully deployed.
|
static int |
PENDING_INSTALL_VALUE
Status_PENDING_INSTALL indicates that an install operation is underway.
|
static int |
PENDING_ROLLBACK_VALUE
Status_PENDING_ROLLBACK indicates that an rollback operation is underway.
|
static int |
PENDING_UPGRADE_VALUE
Status_PENDING_UPGRADE indicates that an upgrade operation is underway.
|
static int |
SUPERSEDED_VALUE
Status_SUPERSEDED indicates that this release object is outdated and a newer one exists.
|
static int |
UNKNOWN_VALUE
Status_UNKNOWN indicates that a release is in an uncertain state.
|
Modifier and Type | Method and Description |
---|---|
static StatusOuterClass.Status.Code |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<StatusOuterClass.Status.Code> |
internalGetValueMap() |
static StatusOuterClass.Status.Code |
valueOf(Descriptors.EnumValueDescriptor desc) |
static StatusOuterClass.Status.Code |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StatusOuterClass.Status.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusOuterClass.Status.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusOuterClass.Status.Code UNKNOWN
Status_UNKNOWN indicates that a release is in an uncertain state.
UNKNOWN = 0;
public static final StatusOuterClass.Status.Code DEPLOYED
Status_DEPLOYED indicates that the release has been pushed to Kubernetes.
DEPLOYED = 1;
public static final StatusOuterClass.Status.Code DELETED
Status_DELETED indicates that a release has been deleted from Kubermetes.
DELETED = 2;
public static final StatusOuterClass.Status.Code SUPERSEDED
Status_SUPERSEDED indicates that this release object is outdated and a newer one exists.
SUPERSEDED = 3;
public static final StatusOuterClass.Status.Code FAILED
Status_FAILED indicates that the release was not successfully deployed.
FAILED = 4;
public static final StatusOuterClass.Status.Code DELETING
Status_DELETING indicates that a delete operation is underway.
DELETING = 5;
public static final StatusOuterClass.Status.Code PENDING_INSTALL
Status_PENDING_INSTALL indicates that an install operation is underway.
PENDING_INSTALL = 6;
public static final StatusOuterClass.Status.Code PENDING_UPGRADE
Status_PENDING_UPGRADE indicates that an upgrade operation is underway.
PENDING_UPGRADE = 7;
public static final StatusOuterClass.Status.Code PENDING_ROLLBACK
Status_PENDING_ROLLBACK indicates that an rollback operation is underway.
PENDING_ROLLBACK = 8;
public static final StatusOuterClass.Status.Code UNRECOGNIZED
public static final int UNKNOWN_VALUE
Status_UNKNOWN indicates that a release is in an uncertain state.
UNKNOWN = 0;
public static final int DEPLOYED_VALUE
Status_DEPLOYED indicates that the release has been pushed to Kubernetes.
DEPLOYED = 1;
public static final int DELETED_VALUE
Status_DELETED indicates that a release has been deleted from Kubermetes.
DELETED = 2;
public static final int SUPERSEDED_VALUE
Status_SUPERSEDED indicates that this release object is outdated and a newer one exists.
SUPERSEDED = 3;
public static final int FAILED_VALUE
Status_FAILED indicates that the release was not successfully deployed.
FAILED = 4;
public static final int DELETING_VALUE
Status_DELETING indicates that a delete operation is underway.
DELETING = 5;
public static final int PENDING_INSTALL_VALUE
Status_PENDING_INSTALL indicates that an install operation is underway.
PENDING_INSTALL = 6;
public static final int PENDING_UPGRADE_VALUE
Status_PENDING_UPGRADE indicates that an upgrade operation is underway.
PENDING_UPGRADE = 7;
public static final int PENDING_ROLLBACK_VALUE
Status_PENDING_ROLLBACK indicates that an rollback operation is underway.
PENDING_ROLLBACK = 8;
public static StatusOuterClass.Status.Code[] values()
for (StatusOuterClass.Status.Code c : StatusOuterClass.Status.Code.values()) System.out.println(c);
public static StatusOuterClass.Status.Code valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static StatusOuterClass.Status.Code valueOf(int value)
forNumber(int)
instead.public static StatusOuterClass.Status.Code forNumber(int value)
public static Internal.EnumLiteMap<StatusOuterClass.Status.Code> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static StatusOuterClass.Status.Code valueOf(Descriptors.EnumValueDescriptor desc)
Copyright © 2017–2018, microBean. All rights reserved.