reposyncCrd property
The state of the Reposync 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? reposyncCrd;