View example.rs
#![feature(raw)] | |
use blackmagic::*; | |
use std::ffi::*; | |
use std::os::raw::c_uint; | |
use std::os::raw::c_ulong; | |
use std::ptr::*; | |
use std::raw::TraitObject; | |
use types::*; |
View openebs-operator-arm-dev.yaml
# This manifest deploys the OpenEBS control plane components, with associated CRs & RBAC rules | |
# NOTE: On GKE, deploy the openebs-operator.yaml in admin context | |
# Create the OpenEBS namespace | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: openebs | |
--- | |
# Create Maya Service Account |