rootsyncCrd property

String? rootsyncCrd
getter/setter pair

The state of the RootSync CRD Possible string values are:

  • "CRD_STATE_UNSPECIFIED" : CRD's state cannot be determined
  • "NOT_INSTALLED" : CRD is not installed
  • "INSTALLED" : CRD is installed
  • "TERMINATING" : CRD is terminating (i.e., it has been deleted and is cleaning up)
  • "INSTALLING" : CRD is installing

Implementation

core.String? rootsyncCrd;