Package google.cloud.gkehub.appdevexperience.v2alpha

Index

State

State for App Dev Exp Feature.

Fields
networking_install_succeeded

State.Status

Status of subcomponent that detects configured Service Mesh resources.

Code

Code specifies the ready state for a AppDevExperienceFeature subcomponent.

Enums
CODE_UNSPECIFIED Not set.
OK AppDevExperienceFeature's specified subcomponent is ready.
FAILED AppDevExperienceFeature's specified subcomponent ready state is false. This means AppDevExperienceFeature has encountered an issue that blocks all, or a portion, of its normal operation. See the description for more details.
UNKNOWN AppDevExperienceFeature's specified subcomponent has a pending or unknown state.

Status

Status specifies state for the subcomponent.

Fields
code

State.Code

Code specifies AppDevExperienceFeature's subcomponent ready state.

description

string

Description is populated if Code is Failed, explaining why it has failed.