We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to fill up data of a kubernetes cluster we can create a reconciler https://nakamasato.medium.com/kubernetes-operator-series-5-controller-runtime-component-reconciler-501f71b7397a and a model similar to
model schema 1.1 type region relations define caller: [region, cluster, namespace, service, serviceaccount, identity] define can_call: caller type cluster relations define region: [region] define caller: [region, cluster, namespace, service, serviceaccount, identity] define can_call: caller or caller from region type namespace relations define cluster : [cluster] define caller: [region, cluster, namespace, service, serviceaccount, identity] define can_call: caller or caller from cluster type service relations define namespace: [namespace] define caller: [region, cluster, namespace, service, serviceaccount, identity] define can_call: caller or caller from namespace type serviceaccount relations define service: [service] define caller: [region, cluster, namespace, service, serviceaccount, identity] define can_call: caller or caller from service type identity relations define serviceaccount: [serviceaccount] define caller: [region, cluster, namespace, service, serviceaccount, identity] define can_call: caller or caller from serviceaccount
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to fill up data of a kubernetes cluster we can create a reconciler https://nakamasato.medium.com/kubernetes-operator-series-5-controller-runtime-component-reconciler-501f71b7397a and a model similar to
The text was updated successfully, but these errors were encountered: