-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from yaacov/add-vm-rootDisk-feild
let the user choose the boot disk
- Loading branch information
Showing
10 changed files
with
220 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
src/generated/forklift/models/V1beta1MigrationStatusVmsLuks.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
/** | ||
* | ||
* | ||
* | ||
* The version of the OpenAPI document: | ||
* Contact Email: | ||
* License: | ||
* | ||
* NOTE: This file is auto generated by crdtotypes (https://github.com/yaacov/crdtoapi/). | ||
* https://github.com/yaacov/crdtoapi/README.crdtotypes | ||
*/ | ||
|
||
/** | ||
* Disk decryption LUKS keys | ||
* | ||
* @export | ||
*/ | ||
export interface V1beta1MigrationStatusVmsLuks { | ||
/** apiVersion | ||
* API version of the referent. | ||
* | ||
* @required {false} | ||
*/ | ||
apiVersion?: string; | ||
/** fieldPath | ||
* If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. | ||
* | ||
* @required {false} | ||
*/ | ||
fieldPath?: string; | ||
/** kind | ||
* Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | ||
* | ||
* @required {false} | ||
*/ | ||
kind?: string; | ||
/** name | ||
* Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names | ||
* | ||
* @required {false} | ||
*/ | ||
name?: string; | ||
/** namespace | ||
* Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ | ||
* | ||
* @required {false} | ||
*/ | ||
namespace?: string; | ||
/** resourceVersion | ||
* Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency | ||
* | ||
* @required {false} | ||
*/ | ||
resourceVersion?: string; | ||
/** uid | ||
* UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids | ||
* | ||
* @required {false} | ||
*/ | ||
uid?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
/** | ||
* | ||
* | ||
* | ||
* The version of the OpenAPI document: | ||
* Contact Email: | ||
* License: | ||
* | ||
* NOTE: This file is auto generated by crdtotypes (https://github.com/yaacov/crdtoapi/). | ||
* https://github.com/yaacov/crdtoapi/README.crdtotypes | ||
*/ | ||
|
||
/** | ||
* Disk decryption LUKS keys | ||
* | ||
* @export | ||
*/ | ||
export interface V1beta1PlanSpecVmsLuks { | ||
/** apiVersion | ||
* API version of the referent. | ||
* | ||
* @required {false} | ||
*/ | ||
apiVersion?: string; | ||
/** fieldPath | ||
* If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. | ||
* | ||
* @required {false} | ||
*/ | ||
fieldPath?: string; | ||
/** kind | ||
* Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | ||
* | ||
* @required {false} | ||
*/ | ||
kind?: string; | ||
/** name | ||
* Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names | ||
* | ||
* @required {false} | ||
*/ | ||
name?: string; | ||
/** namespace | ||
* Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ | ||
* | ||
* @required {false} | ||
*/ | ||
namespace?: string; | ||
/** resourceVersion | ||
* Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency | ||
* | ||
* @required {false} | ||
*/ | ||
resourceVersion?: string; | ||
/** uid | ||
* UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids | ||
* | ||
* @required {false} | ||
*/ | ||
uid?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
src/generated/forklift/models/V1beta1PlanStatusMigrationVmsLuks.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
/** | ||
* | ||
* | ||
* | ||
* The version of the OpenAPI document: | ||
* Contact Email: | ||
* License: | ||
* | ||
* NOTE: This file is auto generated by crdtotypes (https://github.com/yaacov/crdtoapi/). | ||
* https://github.com/yaacov/crdtoapi/README.crdtotypes | ||
*/ | ||
|
||
/** | ||
* Disk decryption LUKS keys | ||
* | ||
* @export | ||
*/ | ||
export interface V1beta1PlanStatusMigrationVmsLuks { | ||
/** apiVersion | ||
* API version of the referent. | ||
* | ||
* @required {false} | ||
*/ | ||
apiVersion?: string; | ||
/** fieldPath | ||
* If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. | ||
* | ||
* @required {false} | ||
*/ | ||
fieldPath?: string; | ||
/** kind | ||
* Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | ||
* | ||
* @required {false} | ||
*/ | ||
kind?: string; | ||
/** name | ||
* Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names | ||
* | ||
* @required {false} | ||
*/ | ||
name?: string; | ||
/** namespace | ||
* Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ | ||
* | ||
* @required {false} | ||
*/ | ||
namespace?: string; | ||
/** resourceVersion | ||
* Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency | ||
* | ||
* @required {false} | ||
*/ | ||
resourceVersion?: string; | ||
/** uid | ||
* UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids | ||
* | ||
* @required {false} | ||
*/ | ||
uid?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters