Create a workspace
Create workspaces to connect local or remote Kubernetes clusters and install modules to them. You can hibernate workspaces to sleep or resume the modules installed in them.
apiVersion: batch.forkspacer.com/v1kind: Workspacemetadata: name: default namespace: default
spec: type: kubernetes connection: type: in-cluster autoHibernation: enabled: true schedule: "0 42 18 * * *" wakeSchedule: "0 42 19 * * *"