Skip to content

Commit 2c2db54

Browse files
authored
operators community-kubevirt-hyperconverged (1.4.4)
1 parent a5c5a94 commit 2c2db54

12 files changed

+14761
-0
lines changed

operators/community-kubevirt-hyperconverged/1.4.4/manifests/cluster-network-addons00.crd.yaml

Lines changed: 3061 additions & 0 deletions
Large diffs are not rendered by default.

operators/community-kubevirt-hyperconverged/1.4.4/manifests/containerized-data-importer00.crd.yaml

Lines changed: 1893 additions & 0 deletions
Large diffs are not rendered by default.

operators/community-kubevirt-hyperconverged/1.4.4/manifests/hco00.crd.yaml

Lines changed: 1866 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
apiVersion: apiextensions.k8s.io/v1
3+
kind: CustomResourceDefinition
4+
metadata:
5+
name: v2vvmwares.v2v.kubevirt.io
6+
spec:
7+
group: v2v.kubevirt.io
8+
names:
9+
kind: V2VVmware
10+
listKind: V2VVmwareList
11+
plural: v2vvmwares
12+
singular: v2vvmware
13+
scope: Namespaced
14+
versions:
15+
- name: v1alpha1
16+
schema:
17+
openAPIV3Schema:
18+
description: V2VVmware is the Schema for the v2vvmwares API
19+
properties:
20+
apiVersion:
21+
description: |-
22+
APIVersion defines the versioned schema of this representation
23+
of an object. Servers should convert recognized schemas to the latest
24+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
25+
type: string
26+
kind:
27+
description: |-
28+
Kind is a string value representing the REST resource this
29+
object represents. Servers may infer this from the endpoint the client
30+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
31+
type: string
32+
metadata:
33+
type: object
34+
spec:
35+
description: V2VVmwareSpec defines the desired state of V2VVmware
36+
properties:
37+
connection:
38+
type: string
39+
thumbprint:
40+
type: string
41+
timeToLive:
42+
type: string
43+
vms:
44+
items:
45+
properties:
46+
detail:
47+
properties:
48+
hostPath:
49+
type: string
50+
raw:
51+
description: 'TODO: list required details'
52+
type: string
53+
required:
54+
- hostPath
55+
type: object
56+
detailRequest:
57+
type: boolean
58+
name:
59+
type: string
60+
required:
61+
- name
62+
type: object
63+
type: array
64+
type: object
65+
status:
66+
description: V2VVmwareStatus defines the observed state of V2VVmware
67+
properties:
68+
phase:
69+
type: string
70+
type: object
71+
type: object
72+
served: true
73+
storage: true
74+
subresources:
75+
status: {}
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
apiVersion: apiextensions.k8s.io/v1
3+
kind: CustomResourceDefinition
4+
metadata:
5+
name: ovirtproviders.v2v.kubevirt.io
6+
spec:
7+
group: v2v.kubevirt.io
8+
names:
9+
kind: OVirtProvider
10+
listKind: OVirtProviderList
11+
plural: ovirtproviders
12+
singular: ovirtprovider
13+
scope: Namespaced
14+
versions:
15+
- name: v1alpha1
16+
schema:
17+
openAPIV3Schema:
18+
description: OVirtProvider is the Schema for the ovirtproviders API
19+
properties:
20+
apiVersion:
21+
description: |-
22+
APIVersion defines the versioned schema of this representation
23+
of an object. Servers should convert recognized schemas to the latest
24+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
25+
type: string
26+
kind:
27+
description: |-
28+
Kind is a string value representing the REST resource this
29+
object represents. Servers may infer this from the endpoint the client
30+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
31+
type: string
32+
metadata:
33+
type: object
34+
spec:
35+
description: OVirtProviderSpec defines the desired state of OVirtProvider
36+
properties:
37+
connection:
38+
type: string
39+
timeToLive:
40+
type: string
41+
vms:
42+
items:
43+
description: OVirtVM aligns with maintained UI interface
44+
properties:
45+
cluster:
46+
type: string
47+
detail:
48+
description: OVirtVMDetail contains ovirt vm details as json
49+
string
50+
properties:
51+
raw:
52+
type: string
53+
type: object
54+
detailRequest:
55+
type: boolean
56+
id:
57+
type: string
58+
name:
59+
type: string
60+
required:
61+
- cluster
62+
- id
63+
- name
64+
type: object
65+
type: array
66+
type: object
67+
status:
68+
description: OVirtProviderStatus defines the observed state of OVirtProvider
69+
properties:
70+
phase:
71+
description: VirtualMachineProviderPhase defines provider phase
72+
type: string
73+
type: object
74+
type: object
75+
served: true
76+
storage: true
77+
subresources:
78+
status: {}

0 commit comments

Comments
 (0)