Skip to content

Commit

Permalink
review comments - remove cluster-scoped resources from objcec graph, etc
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Henriksen <[email protected]>
  • Loading branch information
mhenriks committed Jan 24, 2023
1 parent cf6d0f1 commit 3772e05
Showing 1 changed file with 3 additions and 50 deletions.
53 changes: 3 additions & 50 deletions docs/backup-restore-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,7 @@ spec:
...
```

- ("kubevirt.io", "VirtualMachineInstancetype", "ns1", "small")

```yaml
...
spec:
instancetype:
kind: VirtualMachineClusterInstancetype
name: csmall
...
```

- ("kubevirt.io", "VirtualMachineClusterInstancetype", "", "csmall")
- ("instancetype.kubevirt.io", "VirtualMachineInstancetype", "ns1", "small")

#### spec.preference

Expand All @@ -92,18 +81,7 @@ spec:
...
```

- ("kubevirt.io", "VirtualMachineClusterPreference", "ns1", "windows")

```yaml
...
spec:
preference:
kind: VirtualMachineClusterPreference
name: cwindows
...
```

- ("kubevirt.io", "VirtualMachineClusterPreference", "", "cwindows")
- ("instancetype.kubevirt.io", "VirtualMachinePreference", "ns1", "windows")

#### spec.template

Expand All @@ -125,17 +103,6 @@ metadata:

\* Each VirtualMachineInstance has a corresponding uniquely named Pod. The backup process can look up the name of this pod by using the `kubevirt.io/created-by=<UID of VirtualMachineInstance>` label selector.

#### spec.priorityClassName

```yaml
...
spec:
priorityClassName: pc1
...
```

- ("scheduling.k8s.io", "PriorityClass", "", "pc1")

#### spec.volumes[\*].persistentVolumeClaim

```yaml
Expand Down Expand Up @@ -188,7 +155,7 @@ spec:
volumes:
- name: v1
secret:
name: s1
secretName: s1
...
```

Expand Down Expand Up @@ -222,20 +189,6 @@ spec:

- ("", "PersistentVolumeClaim", "ns1", "pvc1")

#### spec.networks[\*].multus

```yaml
...
spec:
networks:
- name: ovs-net
multus:
networkName: ovs-vlan-100
...
```

- ("k8s.cni.cncf.io", "NetworkAttachmentDefinition", "ns1", "ovs-vlan-100")

#### spec.accessCredentials[\*].sshPublicKey

```yaml
Expand Down

0 comments on commit 3772e05

Please sign in to comment.