ConfigManagementGitConfig class
Git repo configuration for a single cluster.
Constructors
Properties
- gcpServiceAccountEmail ↔ String?
- 
  The Google Cloud Service Account Email used for auth when secret_type is
gcpServiceAccount.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- httpsProxy ↔ String?
- 
  URL for the HTTPS proxy to be used when communicating with the Git repo.
  getter/setter pair
- policyDir ↔ String?
- 
  The path within the Git repository that represents the top level of the
repo to sync.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- secretType ↔ String?
- 
  Type of secret configured for access to the Git repo.
  getter/setter pair
- syncBranch ↔ String?
- 
  The branch of the repository to sync from.
  getter/setter pair
- syncRepo ↔ String?
- 
  The URL of the Git repository to use as the source of truth.
  getter/setter pair
- syncRev ↔ String?
- 
  Git revision (tag or hash) to check out.
  getter/setter pair
- syncWaitSecs ↔ String?
- 
  Period in seconds between consecutive syncs.
  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