Skip to content

Commit

Permalink
fix(core): add toYaml method for all ApiObjects (#59)
Browse files Browse the repository at this point in the history
fix(core): return type of ApiObject.name
  • Loading branch information
shinebayar-g authored Dec 20, 2024
1 parent 3aed82c commit b8de6e7
Show file tree
Hide file tree
Showing 108 changed files with 987 additions and 846 deletions.
801 changes: 801 additions & 0 deletions examples/helm-example.yaml

Large diffs are not rendered by default.

23 changes: 0 additions & 23 deletions examples/my-k8s-app/ClusterRole.ingress-nginx-admission.yaml

This file was deleted.

82 changes: 0 additions & 82 deletions examples/my-k8s-app/ClusterRole.ingress-nginx.yaml

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions examples/my-k8s-app/ClusterRoleBinding.ingress-nginx.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions examples/my-k8s-app/ConfigMap.ingress-nginx-controller.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions examples/my-k8s-app/ConfigMap.my-config-map.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apiVersion: v1
data:
key1: value1
key2: value2
kind: ConfigMap
metadata:
namespace: fooo
Expand Down
125 changes: 0 additions & 125 deletions examples/my-k8s-app/Deployment.ingress-nginx-controller.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions examples/my-k8s-app/IngressClass.nginx.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions examples/my-k8s-app/Job.ingress-nginx-admission-create.yaml

This file was deleted.

Loading

0 comments on commit b8de6e7

Please sign in to comment.