clusterrole

package
v1.10.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

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 {
	Rules []rbac.PolicyRule `json:"rules"`

	// Extends list item structure.
	ClusterRole `json:",inline"`

	// 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL