Documentation ¶
Index ¶
- Variables
- type ClusterRoleInstance
- func (*ClusterRoleInstance) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterRoleInstance) GetName() string
- func (*ClusterRoleInstance) ProtoMessage()
- func (x *ClusterRoleInstance) ProtoReflect() protoreflect.Message
- func (x *ClusterRoleInstance) Reset()
- func (x *ClusterRoleInstance) String() string
- type ClusterRoleIntent
- func (*ClusterRoleIntent) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterRoleIntent) GetName() string
- func (x *ClusterRoleIntent) GetRules() []*ClusterRoleIntent_Rule
- func (*ClusterRoleIntent) ProtoMessage()
- func (x *ClusterRoleIntent) ProtoReflect() protoreflect.Message
- func (x *ClusterRoleIntent) Reset()
- func (x *ClusterRoleIntent) String() string
- type ClusterRoleIntent_Rule
- func (*ClusterRoleIntent_Rule) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterRoleIntent_Rule) GetApiGroups() []string
- func (x *ClusterRoleIntent_Rule) GetNonResourceUrls() []string
- func (x *ClusterRoleIntent_Rule) GetResources() []string
- func (x *ClusterRoleIntent_Rule) GetVerbs() []string
- func (*ClusterRoleIntent_Rule) ProtoMessage()
- func (x *ClusterRoleIntent_Rule) ProtoReflect() protoreflect.Message
- func (x *ClusterRoleIntent_Rule) Reset()
- func (x *ClusterRoleIntent_Rule) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_library_kubernetes_rbac_rbac_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClusterRoleInstance ¶
type ClusterRoleInstance struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ClusterRoleInstance) Descriptor
deprecated
func (*ClusterRoleInstance) Descriptor() ([]byte, []int)
Deprecated: Use ClusterRoleInstance.ProtoReflect.Descriptor instead.
func (*ClusterRoleInstance) GetName ¶
func (x *ClusterRoleInstance) GetName() string
func (*ClusterRoleInstance) ProtoMessage ¶
func (*ClusterRoleInstance) ProtoMessage()
func (*ClusterRoleInstance) ProtoReflect ¶
func (x *ClusterRoleInstance) ProtoReflect() protoreflect.Message
func (*ClusterRoleInstance) Reset ¶
func (x *ClusterRoleInstance) Reset()
func (*ClusterRoleInstance) String ¶
func (x *ClusterRoleInstance) String() string
type ClusterRoleIntent ¶
type ClusterRoleIntent struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Rules []*ClusterRoleIntent_Rule `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"` // contains filtered or unexported fields }
func (*ClusterRoleIntent) Descriptor
deprecated
func (*ClusterRoleIntent) Descriptor() ([]byte, []int)
Deprecated: Use ClusterRoleIntent.ProtoReflect.Descriptor instead.
func (*ClusterRoleIntent) GetName ¶
func (x *ClusterRoleIntent) GetName() string
func (*ClusterRoleIntent) GetRules ¶
func (x *ClusterRoleIntent) GetRules() []*ClusterRoleIntent_Rule
func (*ClusterRoleIntent) ProtoMessage ¶
func (*ClusterRoleIntent) ProtoMessage()
func (*ClusterRoleIntent) ProtoReflect ¶
func (x *ClusterRoleIntent) ProtoReflect() protoreflect.Message
func (*ClusterRoleIntent) Reset ¶
func (x *ClusterRoleIntent) Reset()
func (*ClusterRoleIntent) String ¶
func (x *ClusterRoleIntent) String() string
type ClusterRoleIntent_Rule ¶
type ClusterRoleIntent_Rule struct { ApiGroups []string `protobuf:"bytes,1,rep,name=api_groups,json=apiGroups,proto3" json:"api_groups,omitempty"` Resources []string `protobuf:"bytes,2,rep,name=resources,proto3" json:"resources,omitempty"` Verbs []string `protobuf:"bytes,3,rep,name=verbs,proto3" json:"verbs,omitempty"` NonResourceUrls []string `protobuf:"bytes,4,rep,name=non_resource_urls,json=nonResourceUrls,proto3" json:"non_resource_urls,omitempty"` // contains filtered or unexported fields }
func (*ClusterRoleIntent_Rule) Descriptor
deprecated
func (*ClusterRoleIntent_Rule) Descriptor() ([]byte, []int)
Deprecated: Use ClusterRoleIntent_Rule.ProtoReflect.Descriptor instead.
func (*ClusterRoleIntent_Rule) GetApiGroups ¶
func (x *ClusterRoleIntent_Rule) GetApiGroups() []string
func (*ClusterRoleIntent_Rule) GetNonResourceUrls ¶ added in v0.0.165
func (x *ClusterRoleIntent_Rule) GetNonResourceUrls() []string
func (*ClusterRoleIntent_Rule) GetResources ¶
func (x *ClusterRoleIntent_Rule) GetResources() []string
func (*ClusterRoleIntent_Rule) GetVerbs ¶
func (x *ClusterRoleIntent_Rule) GetVerbs() []string
func (*ClusterRoleIntent_Rule) ProtoMessage ¶
func (*ClusterRoleIntent_Rule) ProtoMessage()
func (*ClusterRoleIntent_Rule) ProtoReflect ¶
func (x *ClusterRoleIntent_Rule) ProtoReflect() protoreflect.Message
func (*ClusterRoleIntent_Rule) Reset ¶
func (x *ClusterRoleIntent_Rule) Reset()
func (*ClusterRoleIntent_Rule) String ¶
func (x *ClusterRoleIntent_Rule) String() string
Click to show internal directories.
Click to hide internal directories.