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
description: Move2Kube is the Schema for the move2kubes API
19
+
properties:
20
+
apiVersion:
21
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
22
+
type: string
23
+
kind:
24
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
25
+
type: string
26
+
metadata:
27
+
type: object
28
+
spec:
29
+
description: Spec defines the desired state of Move2Kube
30
+
type: object
31
+
x-kubernetes-preserve-unknown-fields: true
32
+
status:
33
+
description: Status defines the observed state of Move2Kube
0 commit comments