Documentation ¶
Index ¶
- Constants
- Variables
- func ClusterRoleBindingHandler(config, body string) error
- func ClusterRoleHandler(config, body string) error
- func CustomResourceDefinitionHandler(config, body string) error
- func DelClusterRoleBindingHandler(config, body string) error
- func DelClusterRoleHandler(config, body string) error
- func DelCustomResourceDefinitionHandler(config, body string) error
- func DelDeploymentHandler(config, body string) error
- func DelNamespaceHandler(config, body string) error
- func DelPodSecurityPolicyHandler(config, body string) error
- func DelRoleBindingHandler(config, body string) error
- func DelRoleHandler(config, body string) error
- func DelServiceAccountHandler(config, body string) error
- func DelStorageClassHandler(config, body string) error
- func DeploymentHandler(config, body string) error
- func NamespaceHandler(config, body string) error
- func PodSecurityPolicyHandler(config, body string) error
- func RoleBindingHandler(config, body string) error
- func RoleHandler(config, body string) error
- func ServiceAccountHandler(config, body string) error
- func StorageClassHandler(config, body string) error
- type PodClient
Constants ¶
View Source
const ( Namespace = "Namespace" CRD = "CustomResourceDefinition" ClusterRoleBinding = "ClusterRoleBinding" ClusterRole = "ClusterRole" Role = "Role" ServiceAccount = "ServiceAccount" RoleBinding = "RoleBinding" PodSecurityPolicy = "PodSecurityPolicy" Deployment = "Deployment" )
Variables ¶
Functions ¶
func ClusterRoleHandler ¶
func DelClusterRoleHandler ¶
func DelDeploymentHandler ¶
func DelNamespaceHandler ¶
func DelRoleBindingHandler ¶
func DelRoleHandler ¶
func DelStorageClassHandler ¶
func DeploymentHandler ¶
func NamespaceHandler ¶
func RoleBindingHandler ¶
func RoleHandler ¶
func ServiceAccountHandler ¶
func StorageClassHandler ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.