Interface protos.google.container.v1.IStatusCondition (2.4.4)

Properties of a StatusCondition.

Package

@google-cloud/container!

Properties

code

code?: (google.container.v1.StatusCondition.Code|keyof typeof google.container.v1.StatusCondition.Code|null);

StatusCondition code

Property Value
TypeDescription
(google.container.v1.StatusCondition.Code|keyof typeof google.container.v1.StatusCondition.Code|null)

message

message?: (string|null);

StatusCondition message

Property Value
TypeDescription
(string|null)