Home
last modified time | relevance | path

Searched defs:roles (Results 1 – 25 of 3391) sorted by relevance

12345678910>>...136

/dports/www/grafana8/grafana-8.3.6/docs/sources/enterprise/access-control/
H A Droles.md40 ### Role name
47 ### Display name
51 ### Group
55 ### Role version
59 ### Permissions
63 ### Role UID
84 ### Scope of assignments
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1alpha1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1alpha1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
123 func (c *roles) Update(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1beta1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1beta1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1beta1.Role) (result *v1beta1.Role, err error) {
123 func (c *roles) Update(role *v1beta1.Role) (result *v1beta1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/
H A Drole.go50 type roles struct { struct
51 client rest.Interface
52 ns string
64 func (c *roles) Get(name string, options meta_v1.GetOptions) (result *v1.Role, err error) {
77 func (c *roles) List(opts meta_v1.ListOptions) (result *v1.RoleList, err error) {
89 func (c *roles) Watch(opts meta_v1.ListOptions) (watch.Interface, error) {
99 func (c *roles) Create(role *v1.Role) (result *v1.Role, err error) {
111 func (c *roles) Update(role *v1.Role) (result *v1.Role, err error) {
124 func (c *roles) Delete(name string, options *meta_v1.DeleteOptions) error {
135 …c *roles) DeleteCollection(options *meta_v1.DeleteOptions, listOptions meta_v1.ListOptions) error {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/
H A Drole.go50 type roles struct { struct
51 client rest.Interface
52 ns string
64 func (c *roles) Get(name string, options v1.GetOptions) (result *v1beta1.Role, err error) {
77 func (c *roles) List(opts v1.ListOptions) (result *v1beta1.RoleList, err error) {
89 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
99 func (c *roles) Create(role *v1beta1.Role) (result *v1beta1.Role, err error) {
111 func (c *roles) Update(role *v1beta1.Role) (result *v1beta1.Role, err error) {
124 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
135 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/deprecated/typed/rbac/v1beta1/
H A Drole.go53 type roles struct { struct
54 client rest.Interface
55 ns string
67 func (c *roles) Get(name string, options v1.GetOptions) (result *v1beta1.Role, err error) {
80 func (c *roles) List(opts v1.ListOptions) (result *v1beta1.RoleList, err error) {
97 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
112 func (c *roles) Create(role *v1beta1.Role) (result *v1beta1.Role, err error) {
124 func (c *roles) Update(role *v1beta1.Role) (result *v1beta1.Role, err error) {
137 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
148 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/deprecated/typed/rbac/v1/
H A Drole.go53 type roles struct { struct
54 client rest.Interface
55 ns string
67 func (c *roles) Get(name string, options metav1.GetOptions) (result *v1.Role, err error) {
80 func (c *roles) List(opts metav1.ListOptions) (result *v1.RoleList, err error) {
97 func (c *roles) Watch(opts metav1.ListOptions) (watch.Interface, error) {
112 func (c *roles) Create(role *v1.Role) (result *v1.Role, err error) {
124 func (c *roles) Update(role *v1.Role) (result *v1.Role, err error) {
137 func (c *roles) Delete(name string, options *metav1.DeleteOptions) error {
148 … (c *roles) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/deprecated/typed/rbac/v1alpha1/
H A Drole.go53 type roles struct { struct
54 client rest.Interface
55 ns string
67 func (c *roles) Get(name string, options v1.GetOptions) (result *v1alpha1.Role, err error) {
80 func (c *roles) List(opts v1.ListOptions) (result *v1alpha1.RoleList, err error) {
97 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
112 func (c *roles) Create(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
124 func (c *roles) Update(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
137 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
148 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options metav1.GetOptions) (result *v1.Role, err error) {
79 func (c *roles) List(opts metav1.ListOptions) (result *v1.RoleList, err error) {
96 func (c *roles) Watch(opts metav1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1.Role) (result *v1.Role, err error) {
123 func (c *roles) Update(role *v1.Role) (result *v1.Role, err error) {
136 func (c *roles) Delete(name string, options *metav1.DeleteOptions) error {
147 … (c *roles) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1alpha1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1alpha1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
123 func (c *roles) Update(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1beta1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1beta1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1beta1.Role) (result *v1beta1.Role, err error) {
123 func (c *roles) Update(role *v1beta1.Role) (result *v1beta1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options metav1.GetOptions) (result *v1.Role, err error) {
79 func (c *roles) List(opts metav1.ListOptions) (result *v1.RoleList, err error) {
96 func (c *roles) Watch(opts metav1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1.Role) (result *v1.Role, err error) {
123 func (c *roles) Update(role *v1.Role) (result *v1.Role, err error) {
136 func (c *roles) Delete(name string, options *metav1.DeleteOptions) error {
147 … (c *roles) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1alpha1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1alpha1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
123 func (c *roles) Update(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1beta1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1beta1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1beta1.Role) (result *v1beta1.Role, err error) {
123 func (c *roles) Update(role *v1beta1.Role) (result *v1beta1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/kubernetes/typed/rbac/v1alpha1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1alpha1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1alpha1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
123 func (c *roles) Update(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/kubernetes/typed/rbac/v1beta1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1beta1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1beta1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1beta1.Role) (result *v1beta1.Role, err error) {
123 func (c *roles) Update(role *v1beta1.Role) (result *v1beta1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/kubernetes/typed/rbac/v1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options metav1.GetOptions) (result *v1.Role, err error) {
79 func (c *roles) List(opts metav1.ListOptions) (result *v1.RoleList, err error) {
96 func (c *roles) Watch(opts metav1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1.Role) (result *v1.Role, err error) {
123 func (c *roles) Update(role *v1.Role) (result *v1.Role, err error) {
136 func (c *roles) Delete(name string, options *metav1.DeleteOptions) error {
147 … (c *roles) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options metav1.GetOptions) (result *v1.Role, err error) {
79 func (c *roles) List(opts metav1.ListOptions) (result *v1.RoleList, err error) {
96 func (c *roles) Watch(opts metav1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1.Role) (result *v1.Role, err error) {
123 func (c *roles) Update(role *v1.Role) (result *v1.Role, err error) {
136 func (c *roles) Delete(name string, options *metav1.DeleteOptions) error {
147 … (c *roles) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1beta1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1beta1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1beta1.Role) (result *v1beta1.Role, err error) {
123 func (c *roles) Update(role *v1beta1.Role) (result *v1beta1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1alpha1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1alpha1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
123 func (c *roles) Update(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options metav1.GetOptions) (result *v1.Role, err error) {
79 func (c *roles) List(opts metav1.ListOptions) (result *v1.RoleList, err error) {
96 func (c *roles) Watch(opts metav1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1.Role) (result *v1.Role, err error) {
123 func (c *roles) Update(role *v1.Role) (result *v1.Role, err error) {
136 func (c *roles) Delete(name string, options *metav1.DeleteOptions) error {
147 … (c *roles) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/
H A Drole.go50 type roles struct { struct
51 client rest.Interface
52 ns string
64 func (c *roles) Get(name string, options v1.GetOptions) (result *v1beta1.Role, err error) {
77 func (c *roles) List(opts v1.ListOptions) (result *v1beta1.RoleList, err error) {
89 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
99 func (c *roles) Create(role *v1beta1.Role) (result *v1beta1.Role, err error) {
111 func (c *roles) Update(role *v1beta1.Role) (result *v1beta1.Role, err error) {
124 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
135 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/
H A Drole.go50 type roles struct { struct
51 client rest.Interface
52 ns string
64 func (c *roles) Get(name string, options meta_v1.GetOptions) (result *v1.Role, err error) {
77 func (c *roles) List(opts meta_v1.ListOptions) (result *v1.RoleList, err error) {
89 func (c *roles) Watch(opts meta_v1.ListOptions) (watch.Interface, error) {
99 func (c *roles) Create(role *v1.Role) (result *v1.Role, err error) {
111 func (c *roles) Update(role *v1.Role) (result *v1.Role, err error) {
124 func (c *roles) Delete(name string, options *meta_v1.DeleteOptions) error {
135 …c *roles) DeleteCollection(options *meta_v1.DeleteOptions, listOptions meta_v1.ListOptions) error {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/
H A Drole.go50 type roles struct { struct
51 client rest.Interface
52 ns string
64 func (c *roles) Get(name string, options v1.GetOptions) (result *v1alpha1.Role, err error) {
77 func (c *roles) List(opts v1.ListOptions) (result *v1alpha1.RoleList, err error) {
89 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
99 func (c *roles) Create(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
111 func (c *roles) Update(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
124 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
135 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/
H A Drole.go52 type roles struct { struct
53 client rest.Interface
54 ns string
66 func (c *roles) Get(name string, options v1.GetOptions) (result *v1alpha1.Role, err error) {
79 func (c *roles) List(opts v1.ListOptions) (result *v1alpha1.RoleList, err error) {
96 func (c *roles) Watch(opts v1.ListOptions) (watch.Interface, error) {
111 func (c *roles) Create(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
123 func (c *roles) Update(role *v1alpha1.Role) (result *v1alpha1.Role, err error) {
136 func (c *roles) Delete(name string, options *v1.DeleteOptions) error {
147 func (c *roles) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error {
[all …]

12345678910>>...136