feat: adds the new LVMVolumeGroup CRD#71
feat: adds the new LVMVolumeGroup CRD#71nbalacha merged 1 commit intoopenshift:mainfrom nbalacha:new-crd
Conversation
api/v1alpha1/lvmvolumegroup_types.go
Outdated
| metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | ||
| ) | ||
|
|
||
| // EDIT THIS FILE! THIS IS SCAFFOLDING FOR YOU TO OWN! |
There was a problem hiding this comment.
these comments can be removed.
| } | ||
|
|
||
| type NodeStatus struct { | ||
| // Node is the name of the node where the VG is to be created |
There was a problem hiding this comment.
| // Node is the name of the node where the VG is to be created | |
| // Node is the name of the node where the VG has been created |
There was a problem hiding this comment.
This could also be a node where the VG was supposed to be created but could not be.
| //+kubebuilder:object:root=true | ||
| //+kubebuilder:subresource:status | ||
|
|
||
| // LVMVolumeGroup is the Schema for the lvmvolumegroups API |
There was a problem hiding this comment.
| // LVMVolumeGroup is the Schema for the lvmvolumegroups API | |
| // LVMVolumeGroup is the schema for the lvmvolumegroups API |
There was a problem hiding this comment.
This was autogenerated by operator-sdk. The same comment exists in the other type definitions as well.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jmolmo, nbalacha, sp98 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Adds the new LVMVolumeGroup CRD type definition and related files Signed-off-by: N Balachandran <nibalach@redhat.com>
|
New changes are detected. LGTM label has been removed. |
Adds the new LVMVolumeGroup CRD type definition and related files.
Signed-off-by: N Balachandran nibalach@redhat.com