Progress Investigation:
* To create the operator: (cluster level) {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.aerogear.com/v1alpha1 --kind=Installation {code}
|
|