ConfigManagementConfigSyncState class

State information for ConfigSync

Properties

deploymentState ConfigManagementConfigSyncDeploymentState?
Information about the deployment of ConfigSync, including the version of the various Pods deployed
getter/setter pair
errors List<ConfigManagementConfigSyncError>?
Errors pertaining to the installation of Config Sync.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncState ConfigManagementSyncState?
The state of ConfigSync's process to sync configs to a cluster
getter/setter pair
version ConfigManagementConfigSyncVersion?
The version of ConfigSync deployed
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