@thesvg/vue 2.0.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eshopos-logo.cjs +42 -0
- package/dist/eshopos-logo.d.ts +7 -0
- package/dist/eshopos-logo.js +39 -0
- package/dist/gemini-cli.cjs +21 -0
- package/dist/gemini-cli.d.ts +7 -0
- package/dist/gemini-cli.js +18 -0
- package/dist/iflow.cjs +21 -0
- package/dist/iflow.d.ts +7 -0
- package/dist/iflow.js +18 -0
- package/dist/index.cjs +90 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +45 -0
- package/dist/k8s-api-server.cjs +21 -0
- package/dist/k8s-api-server.d.ts +7 -0
- package/dist/k8s-api-server.js +18 -0
- package/dist/k8s-cloud-controller-manager.cjs +21 -0
- package/dist/k8s-cloud-controller-manager.d.ts +7 -0
- package/dist/k8s-cloud-controller-manager.js +18 -0
- package/dist/k8s-clusterrole.cjs +21 -0
- package/dist/k8s-clusterrole.d.ts +7 -0
- package/dist/k8s-clusterrole.js +18 -0
- package/dist/k8s-clusterrolebinding.cjs +21 -0
- package/dist/k8s-clusterrolebinding.d.ts +7 -0
- package/dist/k8s-clusterrolebinding.js +18 -0
- package/dist/k8s-configmap.cjs +21 -0
- package/dist/k8s-configmap.d.ts +7 -0
- package/dist/k8s-configmap.js +18 -0
- package/dist/k8s-controller-manager.cjs +21 -0
- package/dist/k8s-controller-manager.d.ts +7 -0
- package/dist/k8s-controller-manager.js +18 -0
- package/dist/k8s-cronjob.cjs +21 -0
- package/dist/k8s-cronjob.d.ts +7 -0
- package/dist/k8s-cronjob.js +18 -0
- package/dist/k8s-customresourcedefinition.cjs +21 -0
- package/dist/k8s-customresourcedefinition.d.ts +7 -0
- package/dist/k8s-customresourcedefinition.js +18 -0
- package/dist/k8s-daemonset.cjs +21 -0
- package/dist/k8s-daemonset.d.ts +7 -0
- package/dist/k8s-daemonset.js +18 -0
- package/dist/k8s-deployment.cjs +21 -0
- package/dist/k8s-deployment.d.ts +7 -0
- package/dist/k8s-deployment.js +18 -0
- package/dist/k8s-endpoints.cjs +21 -0
- package/dist/k8s-endpoints.d.ts +7 -0
- package/dist/k8s-endpoints.js +18 -0
- package/dist/k8s-etcd-cluster.cjs +21 -0
- package/dist/k8s-etcd-cluster.d.ts +7 -0
- package/dist/k8s-etcd-cluster.js +18 -0
- package/dist/k8s-group.cjs +21 -0
- package/dist/k8s-group.d.ts +7 -0
- package/dist/k8s-group.js +18 -0
- package/dist/k8s-horizontalpodautoscaler.cjs +21 -0
- package/dist/k8s-horizontalpodautoscaler.d.ts +7 -0
- package/dist/k8s-horizontalpodautoscaler.js +18 -0
- package/dist/k8s-ingress.cjs +21 -0
- package/dist/k8s-ingress.d.ts +7 -0
- package/dist/k8s-ingress.js +18 -0
- package/dist/k8s-job.cjs +21 -0
- package/dist/k8s-job.d.ts +7 -0
- package/dist/k8s-job.js +18 -0
- package/dist/k8s-kube-proxy.cjs +21 -0
- package/dist/k8s-kube-proxy.d.ts +7 -0
- package/dist/k8s-kube-proxy.js +18 -0
- package/dist/k8s-kubelet.cjs +21 -0
- package/dist/k8s-kubelet.d.ts +7 -0
- package/dist/k8s-kubelet.js +18 -0
- package/dist/k8s-limitrange.cjs +21 -0
- package/dist/k8s-limitrange.d.ts +7 -0
- package/dist/k8s-limitrange.js +18 -0
- package/dist/k8s-namespace.cjs +21 -0
- package/dist/k8s-namespace.d.ts +7 -0
- package/dist/k8s-namespace.js +18 -0
- package/dist/k8s-networkpolicy.cjs +21 -0
- package/dist/k8s-networkpolicy.d.ts +7 -0
- package/dist/k8s-networkpolicy.js +18 -0
- package/dist/k8s-persistentvolume.cjs +21 -0
- package/dist/k8s-persistentvolume.d.ts +7 -0
- package/dist/k8s-persistentvolume.js +18 -0
- package/dist/k8s-persistentvolumeclaim.cjs +21 -0
- package/dist/k8s-persistentvolumeclaim.d.ts +7 -0
- package/dist/k8s-persistentvolumeclaim.js +18 -0
- package/dist/k8s-pod.cjs +21 -0
- package/dist/k8s-pod.d.ts +7 -0
- package/dist/k8s-pod.js +18 -0
- package/dist/k8s-podsecuritypolicy.cjs +21 -0
- package/dist/k8s-podsecuritypolicy.d.ts +7 -0
- package/dist/k8s-podsecuritypolicy.js +18 -0
- package/dist/k8s-replicaset.cjs +21 -0
- package/dist/k8s-replicaset.d.ts +7 -0
- package/dist/k8s-replicaset.js +18 -0
- package/dist/k8s-resourcequota.cjs +21 -0
- package/dist/k8s-resourcequota.d.ts +7 -0
- package/dist/k8s-resourcequota.js +18 -0
- package/dist/k8s-role.cjs +21 -0
- package/dist/k8s-role.d.ts +7 -0
- package/dist/k8s-role.js +18 -0
- package/dist/k8s-rolebinding.cjs +21 -0
- package/dist/k8s-rolebinding.d.ts +7 -0
- package/dist/k8s-rolebinding.js +18 -0
- package/dist/k8s-scheduler.cjs +21 -0
- package/dist/k8s-scheduler.d.ts +7 -0
- package/dist/k8s-scheduler.js +18 -0
- package/dist/k8s-secret.cjs +21 -0
- package/dist/k8s-secret.d.ts +7 -0
- package/dist/k8s-secret.js +18 -0
- package/dist/k8s-service.cjs +21 -0
- package/dist/k8s-service.d.ts +7 -0
- package/dist/k8s-service.js +18 -0
- package/dist/k8s-serviceaccount.cjs +21 -0
- package/dist/k8s-serviceaccount.d.ts +7 -0
- package/dist/k8s-serviceaccount.js +18 -0
- package/dist/k8s-statefulset.cjs +21 -0
- package/dist/k8s-statefulset.d.ts +7 -0
- package/dist/k8s-statefulset.js +18 -0
- package/dist/k8s-storageclass.cjs +21 -0
- package/dist/k8s-storageclass.d.ts +7 -0
- package/dist/k8s-storageclass.js +18 -0
- package/dist/k8s-user.cjs +21 -0
- package/dist/k8s-user.d.ts +7 -0
- package/dist/k8s-user.js +18 -0
- package/dist/k8s-volume.cjs +21 -0
- package/dist/k8s-volume.d.ts +7 -0
- package/dist/k8s-volume.js +18 -0
- package/dist/k8s-worker-node.cjs +21 -0
- package/dist/k8s-worker-node.d.ts +7 -0
- package/dist/k8s-worker-node.js +18 -0
- package/dist/kiro.cjs +21 -0
- package/dist/kiro.d.ts +7 -0
- package/dist/kiro.js +18 -0
- package/dist/monistic-logo.cjs +21 -0
- package/dist/monistic-logo.d.ts +7 -0
- package/dist/monistic-logo.js +18 -0
- package/dist/nimoxis.cjs +26 -0
- package/dist/nimoxis.d.ts +7 -0
- package/dist/nimoxis.js +23 -0
- package/dist/shopline.cjs +47 -0
- package/dist/shopline.d.ts +7 -0
- package/dist/shopline.js +44 -0
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - ClusterRole
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sClusterrole = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sClusterrole',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sClusterrole;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - ClusterRole
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sClusterrole = defineComponent({
|
|
7
|
+
name: 'K8sClusterrole',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sClusterrole;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - ClusterRoleBinding
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sClusterrolebinding = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sClusterrolebinding',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sClusterrolebinding;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - ClusterRoleBinding
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sClusterrolebinding = defineComponent({
|
|
7
|
+
name: 'K8sClusterrolebinding',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sClusterrolebinding;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - ConfigMap
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sConfigmap = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sConfigmap',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sConfigmap;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - ConfigMap
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sConfigmap = defineComponent({
|
|
7
|
+
name: 'K8sConfigmap',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sConfigmap;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Controller Manager
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sControllerManager = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sControllerManager',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sControllerManager;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Controller Manager
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sControllerManager = defineComponent({
|
|
7
|
+
name: 'K8sControllerManager',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sControllerManager;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - CronJob
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sCronjob = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sCronjob',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sCronjob;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - CronJob
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sCronjob = defineComponent({
|
|
7
|
+
name: 'K8sCronjob',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sCronjob;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - CustomResourceDefinition
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sCustomresourcedefinition = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sCustomresourcedefinition',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sCustomresourcedefinition;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - CustomResourceDefinition
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sCustomresourcedefinition = defineComponent({
|
|
7
|
+
name: 'K8sCustomresourcedefinition',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sCustomresourcedefinition;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - DaemonSet
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sDaemonset = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sDaemonset',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sDaemonset;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - DaemonSet
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sDaemonset = defineComponent({
|
|
7
|
+
name: 'K8sDaemonset',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sDaemonset;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Deployment
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sDeployment = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sDeployment',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sDeployment;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Deployment
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sDeployment = defineComponent({
|
|
7
|
+
name: 'K8sDeployment',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sDeployment;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Endpoints
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sEndpoints = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sEndpoints',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sEndpoints;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Endpoints
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sEndpoints = defineComponent({
|
|
7
|
+
name: 'K8sEndpoints',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sEndpoints;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - etcd Cluster
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sEtcdCluster = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sEtcdCluster',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sEtcdCluster;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - etcd Cluster
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sEtcdCluster = defineComponent({
|
|
7
|
+
name: 'K8sEtcdCluster',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sEtcdCluster;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Group
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sGroup = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sGroup',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sGroup;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Group
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sGroup = defineComponent({
|
|
7
|
+
name: 'K8sGroup',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sGroup;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - HorizontalPodAutoscaler
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sHorizontalpodautoscaler = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sHorizontalpodautoscaler',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sHorizontalpodautoscaler;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - HorizontalPodAutoscaler
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sHorizontalpodautoscaler = defineComponent({
|
|
7
|
+
name: 'K8sHorizontalpodautoscaler',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sHorizontalpodautoscaler;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Ingress
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sIngress = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sIngress',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = K8sIngress;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Ingress
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sIngress = defineComponent({
|
|
7
|
+
name: 'K8sIngress',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 18.035334 17.500378',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default K8sIngress;
|