Progress Investigation:
* To create the operator: {code:java} $ mkdir -p $GOPATH/src/github.com/mobile-security-service-operator/ // need create repo $ operator-sdk new mobile-security-service-operator --cluster-scoped --type go {code}
* Adding the CDR ( we need add just one which will be Installation ) {code:java} $ cd mobile-security-service- operator $ operator -sdk add api --api-version=mobile -security-service . example aerogear .com/v1alpha1 --kind=Installation {code} |
|