You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peadm::convert & peadm::upgrade: move steps to own datatypes (#482)
* peadm::convert: move steps to own datatype
This makes the whole plan more readable because we don't need multiple
lines in the plan.
* peadm::upgrade: move steps to own datatype
This makes the whole plan more readable because we don't need multiple
lines in the plan.
Copy file name to clipboardExpand all lines: REFERENCE.md
+32-36Lines changed: 32 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,14 @@
43
43
44
44
### Data types
45
45
46
+
*[`Peadm::ConvertSteps`](#Peadm--ConvertSteps): type for the different steps where the peadm::convert plan can be started
46
47
*[`Peadm::Known_hosts`](#Peadm--Known_hosts)
47
48
*[`Peadm::Ldap_config`](#Peadm--Ldap_config)
48
49
*[`Peadm::Pe_version`](#Peadm--Pe_version)
49
50
*[`Peadm::Pem`](#Peadm--Pem)
50
51
*[`Peadm::Recovery_opts`](#Peadm--Recovery_opts)
51
52
*[`Peadm::SingleTargetSpec`](#Peadm--SingleTargetSpec): A SingleTargetSpec represents any String, Target or single-element array of one or the other that can be passed to get_targets() to return an
53
+
*[`Peadm::UpgradeSteps`](#Peadm--UpgradeSteps): type for the different steps where the peadm::upgrade plan can be started
0 commit comments