export default {
isWorker() {
return this.spec.worker;
},
isControlPlane() {
return this.spec.controlPlane;
isEtcd() {
return this.spec.etcd;
};