CommonFeatureSpec class

CommonFeatureSpec contains Hub-wide configuration information

Constructors

CommonFeatureSpec({AppDevExperienceFeatureSpec? appdevexperience, ClusterUpgradeFleetSpec? clusterupgrade, DataplaneV2FeatureSpec? dataplanev2, FleetObservabilityFeatureSpec? fleetobservability, MultiClusterIngressFeatureSpec? multiclusteringress})
CommonFeatureSpec.fromJson(Map json_)

Properties

appdevexperience AppDevExperienceFeatureSpec?
Appdevexperience specific spec.
getter/setter pair
clusterupgrade ClusterUpgradeFleetSpec?
ClusterUpgrade (fleet-based) feature spec.
getter/setter pair
dataplanev2 DataplaneV2FeatureSpec?
DataplaneV2 feature spec.
getter/setter pair
fleetobservability FleetObservabilityFeatureSpec?
FleetObservability feature spec.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
multiclusteringress MultiClusterIngressFeatureSpec?
Multicluster Ingress-specific spec.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited