type property
Type of the condition.
Required. Possible string values are:
- "TYPE_UNSPECIFIED" : Condition type is unspecified.
- "TYPE_READY" : Condition type is ready.
- "TYPE_UPDATING" : Condition type is updating.
- "TYPE_PROVISIONED" : Condition type is provisioned.
- "TYPE_OPERATION_ERROR" : Condition type is operationError. True when the last unit operation fails with a non-ignorable error.
- "TYPE_FLAGS_CONFIG_INITIALIZED" : Condition type is flagsConfigInitialized. True when the flags configuration is synchronized and ready to be served.
- "TYPE_APP_CREATED_OR_ALREADY_EXISTS" : Indicates if AppHub app has been created or if Apphub app has already existed.
- "TYPE_APP_COMPONENTS_REGISTERED" : Indicates if services and workloads have been registered with AppHub.
Implementation
core.String? type;