Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterRole ¶
type ClusterRole struct { ObjectMeta api.ObjectMeta `json:"objectMeta"` TypeMeta api.TypeMeta `json:"typeMeta"` }
type ClusterRoleDetail ¶
type ClusterRoleDetail struct { // Extends list item structure. ClusterRole `json:",inline"` Rules []rbac.PolicyRule `json:"rules"` // List of non-critical errors, that occurred during resource retrieval. Errors []error `json:"errors"` }
ClusterRoleDetail contains Cron Job details.
func GetClusterRoleDetail ¶
func GetClusterRoleDetail(client k8sClient.Interface, name string) (*ClusterRoleDetail, error)
GetClusterRoleDetail gets Cluster Role details.
type ClusterRoleList ¶
type ClusterRoleList struct { ListMeta api.ListMeta `json:"listMeta"` Items []ClusterRole `json:"items"` // List of non-critical errors, that occurred during resource retrieval. Errors []error `json:"errors"` }
func GetClusterRoleList ¶
func GetClusterRoleList(client kubernetes.Interface, dsQuery *dataselect.DataSelectQuery) (*ClusterRoleList, error)
func GetClusterRoleListFromChannels ¶
func GetClusterRoleListFromChannels(channels *common.ResourceChannels, dsQuery *dataselect.DataSelectQuery) (*ClusterRoleList, error)
type RoleCell ¶
type RoleCell ClusterRole
func (RoleCell) GetProperty ¶
func (self RoleCell) GetProperty(name dataselect.PropertyName) dataselect.ComparableValue
Click to show internal directories.
Click to hide internal directories.