ext

package
v0.0.0-...-46bc579 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitClient

func InitClient()

Types

type GroupExtInterface

type GroupExtInterface interface {
	List(opts metav1.ListOptions) (*menshenv1beta1.GroupExtList, error)
	Get(resourceName string) (*menshenv1beta1.GroupExt, error)
}

type MenshenV1Beta1Client

type MenshenV1Beta1Client struct {
	// contains filtered or unexported fields
}
var MenShenClientSet *MenshenV1Beta1Client

func NewForConfig

func NewForConfig(c *rest.Config) (*MenshenV1Beta1Client, error)

func (*MenshenV1Beta1Client) GroupExts

func (c *MenshenV1Beta1Client) GroupExts() GroupExtInterface

func (*MenshenV1Beta1Client) RoleBindingExts

func (c *MenshenV1Beta1Client) RoleBindingExts() RoleBindingExtInterface

func (*MenshenV1Beta1Client) RoleExts

func (c *MenshenV1Beta1Client) RoleExts() RoleExtInterface

func (*MenshenV1Beta1Client) UserExts

func (c *MenshenV1Beta1Client) UserExts() UserExtInterface

type MenshenV1Beta1Interface

type MenshenV1Beta1Interface interface {
	UserExts(namespace string) UserExtInterface
}

type RoleBindingExtInterface

type RoleBindingExtInterface interface {
	List(opts metav1.ListOptions) (*menshenv1beta1.RoleBindingExtList, error)
	Get(resourceName string) (*menshenv1beta1.RoleBindingExt, error)
}

type RoleExtInterface

type RoleExtInterface interface {
	List(opts metav1.ListOptions) (*menshenv1beta1.RoleExtList, error)
	Get(resourceName string) (*menshenv1beta1.RoleExt, error)
}

type UserExtInterface

type UserExtInterface interface {
	List(opts metav1.ListOptions) (*menshenv1beta1.UserExtList, error)
}

Jump to

Keyboard shortcuts

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