Class: Google::Apis::GkehubV1::ServiceMeshFeatureState

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb

Overview

Service Mesh: State for the whole Hub, as analyzed by the Service Mesh Hub Controller.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceMeshFeatureState

Returns a new instance of ServiceMeshFeatureState.



6494
6495
6496
# File 'lib/google/apis/gkehub_v1/classes.rb', line 6494

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#conditionsArray<Google::Apis::GkehubV1::ServiceMeshFeatureCondition>

Output only. List of conditions reported for this feature. Corresponds to the JSON property conditions



6492
6493
6494
# File 'lib/google/apis/gkehub_v1/classes.rb', line 6492

def conditions
  @conditions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6499
6500
6501
# File 'lib/google/apis/gkehub_v1/classes.rb', line 6499

def update!(**args)
  @conditions = args[:conditions] if args.key?(:conditions)
end