ConfigManagementOciConfig class
OCI repo configuration for a single cluster
Constructors
- ConfigManagementOciConfig({String? gcpServiceAccountEmail, String? policyDir, String? secretType, String? syncRepo, String? syncWaitSecs})
- ConfigManagementOciConfig.fromJson(Map json_)
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
- policyDir ↔ String?
- 
  The absolute path of the directory that contains the local resources.
  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
- syncRepo ↔ String?
- 
  The OCI image repository URL for the package to sync from.
  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