Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterAuthzRoleBindingCmd ¶ added in v1.1.0
func NewClusterAuthzRoleBindingCmd(f client.NewClientFunc) *cobra.Command
Types ¶
type ClusterAuthzRoleBinding ¶
type ClusterAuthzRoleBinding struct {
// contains filtered or unexported fields
}
ClusterAuthzRoleBinding implements authz cluster role binding operations
func New ¶
func New(c client.Interface) *ClusterAuthzRoleBinding
New creates a new authz cluster role binding implementation
func (*ClusterAuthzRoleBinding) Delete ¶
func (c *ClusterAuthzRoleBinding) Delete(params DeleteParams) error
Delete deletes a single authz cluster role binding
func (*ClusterAuthzRoleBinding) Get ¶
func (c *ClusterAuthzRoleBinding) Get(params GetParams) error
Get retrieves a single authz cluster role binding and outputs it as YAML
func (*ClusterAuthzRoleBinding) List ¶
func (c *ClusterAuthzRoleBinding) List() error
List lists all cluster-scoped role bindings
type DeleteParams ¶
type DeleteParams struct {
Name string
}
DeleteParams defines parameters for deleting a single authz cluster role binding
Click to show internal directories.
Click to hide internal directories.