Package google.cloud.gkehub.appdevexperience.v1main

Index

AppDevExperienceFeatureSpec

This type has no fields.

Spec for App Dev Experience Feature.

AppDevExperienceFeatureState

State for App Dev Exp Feature.

Fields
networking_install_succeeded

AppDevExperienceFeatureState.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

AppDevExperienceFeatureState.Code

Code specifies AppDevExperienceFeature's subcomponent ready state.

description

string

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