FeatureSpec class
FeatureSpec contains user input per-feature spec information.
Constructors
- FeatureSpec.new({CloudBuildSpec? cloudbuild, ConfigManagementSpec? configmanagement, IdentityServiceSpec? identityservice, Origin? origin, PolicyControllerSpec? policycontroller, ServiceMeshSpec? servicemesh, WorkloadCertificateSpec? workloadcertificate})
- FeatureSpec.fromJson(Map json_)
Properties
- cloudbuild ↔ CloudBuildSpec?
-
Cloudbuild-specific FeatureSpec.
getter/setter pair
- configmanagement ↔ ConfigManagementSpec?
-
Config Management FeatureSpec.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityservice ↔ IdentityServiceSpec?
-
IdentityService FeatureSpec.
getter/setter pair
- origin ↔ Origin?
-
Whether this per-Feature spec was inherited from a fleet-level default.
getter/setter pair
- policycontroller ↔ PolicyControllerSpec?
-
Policycontroller-specific FeatureSpec.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- servicemesh ↔ ServiceMeshSpec?
-
ServiceMesh Feature Spec.
getter/setter pair
- workloadcertificate ↔ WorkloadCertificateSpec?
-
Workloadcertificate-specific FeatureSpec.
getter/setter pair
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