frontend/wailsjs/go/services/clusterService.js
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function CreateNamespace(arg1, arg2) {
return window['go']['services']['clusterService']['CreateNamespace'](arg1, arg2);
}
export function CreateNamespaceYAML(arg1, arg2) {
return window['go']['services']['clusterService']['CreateNamespaceYAML'](arg1, arg2);
}
export function CreatePod(arg1, arg2) {
return window['go']['services']['clusterService']['CreatePod'](arg1, arg2);
}
export function CreatePodYAML(arg1, arg2) {
return window['go']['services']['clusterService']['CreatePodYAML'](arg1, arg2);
}
export function DeleteIngress(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['DeleteIngress'](arg1, arg2, arg3);
}
export function DeleteNamespace(arg1, arg2) {
return window['go']['services']['clusterService']['DeleteNamespace'](arg1, arg2);
}
export function DeletePod(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['DeletePod'](arg1, arg2, arg3);
}
export function DescribeConfigMap(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['DescribeConfigMap'](arg1, arg2, arg3);
}
export function DescribeDeployment(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['DescribeDeployment'](arg1, arg2, arg3);
}
export function DescribeIngress(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['DescribeIngress'](arg1, arg2, arg3);
}
export function DescribeNamespace(arg1, arg2) {
return window['go']['services']['clusterService']['DescribeNamespace'](arg1, arg2);
}
export function DescribePod(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['DescribePod'](arg1, arg2, arg3);
}
export function DescribeStatefulSet(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['DescribeStatefulSet'](arg1, arg2, arg3);
}
export function GetClusters() {
return window['go']['services']['clusterService']['GetClusters']();
}
export function GetConfigMaps(arg1, arg2) {
return window['go']['services']['clusterService']['GetConfigMaps'](arg1, arg2);
}
export function GetDeployments(arg1, arg2) {
return window['go']['services']['clusterService']['GetDeployments'](arg1, arg2);
}
export function GetIngresses(arg1, arg2) {
return window['go']['services']['clusterService']['GetIngresses'](arg1, arg2);
}
export function GetNamespace(arg1, arg2) {
return window['go']['services']['clusterService']['GetNamespace'](arg1, arg2);
}
export function GetNamespaces(arg1) {
return window['go']['services']['clusterService']['GetNamespaces'](arg1);
}
export function GetPod(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['GetPod'](arg1, arg2, arg3);
}
export function GetPods(arg1, arg2) {
return window['go']['services']['clusterService']['GetPods'](arg1, arg2);
}
export function GetStatefulSets(arg1, arg2) {
return window['go']['services']['clusterService']['GetStatefulSets'](arg1, arg2);
}
export function RestartDeployment(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['RestartDeployment'](arg1, arg2, arg3);
}
export function RestartStatefulSet(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['RestartStatefulSet'](arg1, arg2, arg3);
}
export function Start(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['Start'](arg1, arg2, arg3);
}
export function UpdateNamespaceFromYaml(arg1, arg2, arg3) {
return window['go']['services']['clusterService']['UpdateNamespaceFromYaml'](arg1, arg2, arg3);
}
export function UpdatePodFromYaml(arg1, arg2, arg3, arg4) {
return window['go']['services']['clusterService']['UpdatePodFromYaml'](arg1, arg2, arg3, arg4);
}