Get kubectl version
kubectl version
Get cluster info:
kubectl cluster-info
# -*- mode: gitignore; -*- | |
*~ | |
\#*\# | |
/.emacs.desktop | |
/.emacs.desktop.lock | |
*.elc | |
auto-save-list | |
tramp | |
.\#* |
data List a = Nothing | Cons a (List a) | |
mylist = (Cons 1 (Cons 2 (Cons 3 Nothing))) | |
print mylist | |
-- This will show errors | |
-- You cannot run a `show` on your mylist | |
-- because you are not deriving them while defining your list in line 1 | |
-- So your new definition becomes | |
data List a = Nothing | Cons a (List a) deriving (Show) |
package main | |
import ( | |
"flag" | |
"io/ioutil" | |
"log" | |
"os" | |
"time" | |
) |
DO NOT ADD OIL, BUTTER, GHEE OR ANY SPICES TILL THIS STEP OR YOU WILL NOT BE ABLE TO PRESERVE THIS IN THE FRIDGE
This is the mash we prepare with blend of lentils and peas, and this can be preserved in the fridge for upto 2 weeks. The quantity below makes enough 4/5 medium portion sizes (depending upon what your definition is, but for one 1 portion of daal is enough for 100gm of rice)
Ingredients -