client

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Scheme         = runtime.NewScheme()
	ParameterCodec = runtime.NewParameterCodec(Scheme)
	Codecs         = serializer.NewCodecFactory(Scheme)
	AddToScheme    = localSchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type Backend

type Backend interface {
	Get(ctx context.Context, resourceName, kindName, namespace, name string, opts metav1.GetOptions, result runtime.Object) (runtime.Object, error)
	List(ctx context.Context, resourceName, kindName, namespace string, opts metav1.ListOptions, result runtime.Object) (runtime.Object, error)
	Create(ctx context.Context, resourceName, kindName string, obj runtime.Object, opts metav1.CreateOptions, result runtime.Object) (runtime.Object, error)
	Update(ctx context.Context, resourceName, kindName string, obj runtime.Object, opts metav1.UpdateOptions, result runtime.Object) (runtime.Object, error)
	UpdateStatus(ctx context.Context, resourceName, kindName string, obj runtime.Object, opts metav1.UpdateOptions, result runtime.Object) (runtime.Object, error)
	Delete(ctx context.Context, gvr schema.GroupVersionResource, namespace, name string, opts metav1.DeleteOptions) error
	Watch(ctx context.Context, gvr schema.GroupVersionResource, namespace string, opts metav1.ListOptions) (watch.Interface, error)
	GetClusterScoped(ctx context.Context, resourceName, kindName, name string, opts metav1.GetOptions, result runtime.Object) (runtime.Object, error)
	ListClusterScoped(ctx context.Context, resourceName, kindName string, opts metav1.ListOptions, result runtime.Object) (runtime.Object, error)
	CreateClusterScoped(ctx context.Context, resourceName, kindName string, obj runtime.Object, opts metav1.CreateOptions, result runtime.Object) (runtime.Object, error)
	UpdateClusterScoped(ctx context.Context, resourceName, kindName string, obj runtime.Object, opts metav1.UpdateOptions, result runtime.Object) (runtime.Object, error)
	UpdateStatusClusterScoped(ctx context.Context, resourceName, kindName string, obj runtime.Object, opts metav1.UpdateOptions, result runtime.Object) (runtime.Object, error)
	DeleteClusterScoped(ctx context.Context, gvr schema.GroupVersionResource, name string, opts metav1.DeleteOptions) error
	WatchClusterScoped(ctx context.Context, gvr schema.GroupVersionResource, opts metav1.ListOptions) (watch.Interface, error)
}

type EtcdV1alpha1

type EtcdV1alpha1 struct {
	// contains filtered or unexported fields
}

func NewEtcdV1alpha1Client

func NewEtcdV1alpha1Client(b Backend) *EtcdV1alpha1

func (*EtcdV1alpha1) CreateEtcdCluster

func (*EtcdV1alpha1) DeleteEtcdCluster

func (c *EtcdV1alpha1) DeleteEtcdCluster(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*EtcdV1alpha1) GetEtcdCluster

func (c *EtcdV1alpha1) GetEtcdCluster(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*etcdv1alpha1.EtcdCluster, error)

func (*EtcdV1alpha1) ListEtcdCluster

func (c *EtcdV1alpha1) ListEtcdCluster(ctx context.Context, namespace string, opts metav1.ListOptions) (*etcdv1alpha1.EtcdClusterList, error)

func (*EtcdV1alpha1) UpdateEtcdCluster

func (*EtcdV1alpha1) UpdateStatusEtcdCluster

func (c *EtcdV1alpha1) UpdateStatusEtcdCluster(ctx context.Context, v *etcdv1alpha1.EtcdCluster, opts metav1.UpdateOptions) (*etcdv1alpha1.EtcdCluster, error)

func (*EtcdV1alpha1) WatchEtcdCluster

func (c *EtcdV1alpha1) WatchEtcdCluster(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

type EtcdV1alpha1EtcdClusterLister

type EtcdV1alpha1EtcdClusterLister struct {
	// contains filtered or unexported fields
}

func NewEtcdV1alpha1EtcdClusterLister

func NewEtcdV1alpha1EtcdClusterLister(indexer cache.Indexer) *EtcdV1alpha1EtcdClusterLister

func (*EtcdV1alpha1EtcdClusterLister) Get

func (*EtcdV1alpha1EtcdClusterLister) List

type EtcdV1alpha1Informer

type EtcdV1alpha1Informer struct {
	// contains filtered or unexported fields
}

func NewEtcdV1alpha1Informer

func NewEtcdV1alpha1Informer(c *InformerCache, client *EtcdV1alpha1, namespace string, resyncPeriod time.Duration) *EtcdV1alpha1Informer

func (*EtcdV1alpha1Informer) EtcdClusterInformer

func (f *EtcdV1alpha1Informer) EtcdClusterInformer() cache.SharedIndexInformer

func (*EtcdV1alpha1Informer) EtcdClusterLister

func (f *EtcdV1alpha1Informer) EtcdClusterLister() *EtcdV1alpha1EtcdClusterLister

type EtcdV1alpha2

type EtcdV1alpha2 struct {
	// contains filtered or unexported fields
}

func NewEtcdV1alpha2Client

func NewEtcdV1alpha2Client(b Backend) *EtcdV1alpha2

func (*EtcdV1alpha2) CreateEtcdCluster

func (*EtcdV1alpha2) DeleteEtcdCluster

func (c *EtcdV1alpha2) DeleteEtcdCluster(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*EtcdV1alpha2) GetEtcdCluster

func (c *EtcdV1alpha2) GetEtcdCluster(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*etcdv1alpha2.EtcdCluster, error)

func (*EtcdV1alpha2) ListEtcdCluster

func (c *EtcdV1alpha2) ListEtcdCluster(ctx context.Context, namespace string, opts metav1.ListOptions) (*etcdv1alpha2.EtcdClusterList, error)

func (*EtcdV1alpha2) UpdateEtcdCluster

func (*EtcdV1alpha2) UpdateStatusEtcdCluster

func (c *EtcdV1alpha2) UpdateStatusEtcdCluster(ctx context.Context, v *etcdv1alpha2.EtcdCluster, opts metav1.UpdateOptions) (*etcdv1alpha2.EtcdCluster, error)

func (*EtcdV1alpha2) WatchEtcdCluster

func (c *EtcdV1alpha2) WatchEtcdCluster(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

type EtcdV1alpha2EtcdClusterLister

type EtcdV1alpha2EtcdClusterLister struct {
	// contains filtered or unexported fields
}

func NewEtcdV1alpha2EtcdClusterLister

func NewEtcdV1alpha2EtcdClusterLister(indexer cache.Indexer) *EtcdV1alpha2EtcdClusterLister

func (*EtcdV1alpha2EtcdClusterLister) Get

func (*EtcdV1alpha2EtcdClusterLister) List

type EtcdV1alpha2Informer

type EtcdV1alpha2Informer struct {
	// contains filtered or unexported fields
}

func NewEtcdV1alpha2Informer

func NewEtcdV1alpha2Informer(c *InformerCache, client *EtcdV1alpha2, namespace string, resyncPeriod time.Duration) *EtcdV1alpha2Informer

func (*EtcdV1alpha2Informer) EtcdClusterInformer

func (f *EtcdV1alpha2Informer) EtcdClusterInformer() cache.SharedIndexInformer

func (*EtcdV1alpha2Informer) EtcdClusterLister

func (f *EtcdV1alpha2Informer) EtcdClusterLister() *EtcdV1alpha2EtcdClusterLister

type InformerCache

type InformerCache struct {
	// contains filtered or unexported fields
}

func NewInformerCache

func NewInformerCache() *InformerCache

func (*InformerCache) Informers

func (c *InformerCache) Informers() []cache.SharedIndexInformer

func (*InformerCache) Write

type InformerFactory

type InformerFactory struct {
	// contains filtered or unexported fields
}

func NewInformerFactory

func NewInformerFactory(s *Set, c *InformerCache, namespace string, resyncPeriod time.Duration) *InformerFactory

func (*InformerFactory) Cache

func (f *InformerFactory) Cache() *InformerCache

func (*InformerFactory) InformerFor

func (*InformerFactory) InformerForResource

func (*InformerFactory) Run

func (f *InformerFactory) Run(ctx context.Context)

type ProxyV1alpha1

type ProxyV1alpha1 struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha1Client

func NewProxyV1alpha1Client(b Backend) *ProxyV1alpha1

func (*ProxyV1alpha1) CreateBackend

func (*ProxyV1alpha1) CreateProxy

func (*ProxyV1alpha1) CreateRole

func (*ProxyV1alpha1) CreateRoleBinding

func (*ProxyV1alpha1) CreateRpcPermission

func (*ProxyV1alpha1) DeleteBackend

func (c *ProxyV1alpha1) DeleteBackend(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha1) DeleteProxy

func (c *ProxyV1alpha1) DeleteProxy(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha1) DeleteRole

func (c *ProxyV1alpha1) DeleteRole(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha1) DeleteRoleBinding

func (c *ProxyV1alpha1) DeleteRoleBinding(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha1) DeleteRpcPermission

func (c *ProxyV1alpha1) DeleteRpcPermission(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha1) GetBackend

func (c *ProxyV1alpha1) GetBackend(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.Backend, error)

func (*ProxyV1alpha1) GetProxy

func (c *ProxyV1alpha1) GetProxy(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.Proxy, error)

func (*ProxyV1alpha1) GetRole

func (c *ProxyV1alpha1) GetRole(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.Role, error)

func (*ProxyV1alpha1) GetRoleBinding

func (c *ProxyV1alpha1) GetRoleBinding(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.RoleBinding, error)

func (*ProxyV1alpha1) GetRpcPermission

func (c *ProxyV1alpha1) GetRpcPermission(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.RpcPermission, error)

func (*ProxyV1alpha1) ListBackend

func (c *ProxyV1alpha1) ListBackend(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.BackendList, error)

func (*ProxyV1alpha1) ListProxy

func (c *ProxyV1alpha1) ListProxy(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.ProxyList, error)

func (*ProxyV1alpha1) ListRole

func (c *ProxyV1alpha1) ListRole(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.RoleList, error)

func (*ProxyV1alpha1) ListRoleBinding

func (c *ProxyV1alpha1) ListRoleBinding(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.RoleBindingList, error)

func (*ProxyV1alpha1) ListRpcPermission

func (c *ProxyV1alpha1) ListRpcPermission(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.RpcPermissionList, error)

func (*ProxyV1alpha1) UpdateBackend

func (*ProxyV1alpha1) UpdateProxy

func (*ProxyV1alpha1) UpdateRole

func (*ProxyV1alpha1) UpdateRoleBinding

func (*ProxyV1alpha1) UpdateRpcPermission

func (*ProxyV1alpha1) UpdateStatusBackend

func (*ProxyV1alpha1) UpdateStatusProxy

func (c *ProxyV1alpha1) UpdateStatusProxy(ctx context.Context, v *proxyv1alpha1.Proxy, opts metav1.UpdateOptions) (*proxyv1alpha1.Proxy, error)

func (*ProxyV1alpha1) UpdateStatusRole

func (c *ProxyV1alpha1) UpdateStatusRole(ctx context.Context, v *proxyv1alpha1.Role, opts metav1.UpdateOptions) (*proxyv1alpha1.Role, error)

func (*ProxyV1alpha1) WatchBackend

func (c *ProxyV1alpha1) WatchBackend(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (*ProxyV1alpha1) WatchProxy

func (c *ProxyV1alpha1) WatchProxy(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (*ProxyV1alpha1) WatchRole

func (c *ProxyV1alpha1) WatchRole(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (*ProxyV1alpha1) WatchRoleBinding

func (c *ProxyV1alpha1) WatchRoleBinding(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (*ProxyV1alpha1) WatchRpcPermission

func (c *ProxyV1alpha1) WatchRpcPermission(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

type ProxyV1alpha1BackendLister

type ProxyV1alpha1BackendLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha1BackendLister

func NewProxyV1alpha1BackendLister(indexer cache.Indexer) *ProxyV1alpha1BackendLister

func (*ProxyV1alpha1BackendLister) Get

func (x *ProxyV1alpha1BackendLister) Get(namespace, name string) (*proxyv1alpha1.Backend, error)

func (*ProxyV1alpha1BackendLister) List

func (x *ProxyV1alpha1BackendLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha1.Backend, error)

type ProxyV1alpha1Informer

type ProxyV1alpha1Informer struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha1Informer

func NewProxyV1alpha1Informer(c *InformerCache, client *ProxyV1alpha1, namespace string, resyncPeriod time.Duration) *ProxyV1alpha1Informer

func (*ProxyV1alpha1Informer) BackendInformer

func (f *ProxyV1alpha1Informer) BackendInformer() cache.SharedIndexInformer

func (*ProxyV1alpha1Informer) BackendLister

func (*ProxyV1alpha1Informer) ProxyInformer

func (f *ProxyV1alpha1Informer) ProxyInformer() cache.SharedIndexInformer

func (*ProxyV1alpha1Informer) ProxyLister

func (*ProxyV1alpha1Informer) RoleBindingInformer

func (f *ProxyV1alpha1Informer) RoleBindingInformer() cache.SharedIndexInformer

func (*ProxyV1alpha1Informer) RoleBindingLister

func (f *ProxyV1alpha1Informer) RoleBindingLister() *ProxyV1alpha1RoleBindingLister

func (*ProxyV1alpha1Informer) RoleInformer

func (*ProxyV1alpha1Informer) RoleLister

func (*ProxyV1alpha1Informer) RpcPermissionInformer

func (f *ProxyV1alpha1Informer) RpcPermissionInformer() cache.SharedIndexInformer

func (*ProxyV1alpha1Informer) RpcPermissionLister

func (f *ProxyV1alpha1Informer) RpcPermissionLister() *ProxyV1alpha1RpcPermissionLister

type ProxyV1alpha1ProxyLister

type ProxyV1alpha1ProxyLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha1ProxyLister

func NewProxyV1alpha1ProxyLister(indexer cache.Indexer) *ProxyV1alpha1ProxyLister

func (*ProxyV1alpha1ProxyLister) Get

func (x *ProxyV1alpha1ProxyLister) Get(namespace, name string) (*proxyv1alpha1.Proxy, error)

func (*ProxyV1alpha1ProxyLister) List

func (x *ProxyV1alpha1ProxyLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha1.Proxy, error)

type ProxyV1alpha1RoleBindingLister

type ProxyV1alpha1RoleBindingLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha1RoleBindingLister

func NewProxyV1alpha1RoleBindingLister(indexer cache.Indexer) *ProxyV1alpha1RoleBindingLister

func (*ProxyV1alpha1RoleBindingLister) Get

func (*ProxyV1alpha1RoleBindingLister) List

type ProxyV1alpha1RoleLister

type ProxyV1alpha1RoleLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha1RoleLister

func NewProxyV1alpha1RoleLister(indexer cache.Indexer) *ProxyV1alpha1RoleLister

func (*ProxyV1alpha1RoleLister) Get

func (x *ProxyV1alpha1RoleLister) Get(namespace, name string) (*proxyv1alpha1.Role, error)

func (*ProxyV1alpha1RoleLister) List

func (x *ProxyV1alpha1RoleLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha1.Role, error)

type ProxyV1alpha1RpcPermissionLister

type ProxyV1alpha1RpcPermissionLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha1RpcPermissionLister

func NewProxyV1alpha1RpcPermissionLister(indexer cache.Indexer) *ProxyV1alpha1RpcPermissionLister

func (*ProxyV1alpha1RpcPermissionLister) Get

func (*ProxyV1alpha1RpcPermissionLister) List

type ProxyV1alpha2

type ProxyV1alpha2 struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha2Client

func NewProxyV1alpha2Client(b Backend) *ProxyV1alpha2

func (*ProxyV1alpha2) CreateBackend

func (*ProxyV1alpha2) CreateProxy

func (*ProxyV1alpha2) CreateRole

func (*ProxyV1alpha2) CreateRoleBinding

func (*ProxyV1alpha2) CreateRpcPermission

func (*ProxyV1alpha2) DeleteBackend

func (c *ProxyV1alpha2) DeleteBackend(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha2) DeleteProxy

func (c *ProxyV1alpha2) DeleteProxy(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha2) DeleteRole

func (c *ProxyV1alpha2) DeleteRole(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha2) DeleteRoleBinding

func (c *ProxyV1alpha2) DeleteRoleBinding(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha2) DeleteRpcPermission

func (c *ProxyV1alpha2) DeleteRpcPermission(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error

func (*ProxyV1alpha2) GetBackend

func (c *ProxyV1alpha2) GetBackend(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.Backend, error)

func (*ProxyV1alpha2) GetProxy

func (c *ProxyV1alpha2) GetProxy(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.Proxy, error)

func (*ProxyV1alpha2) GetRole

func (c *ProxyV1alpha2) GetRole(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.Role, error)

func (*ProxyV1alpha2) GetRoleBinding

func (c *ProxyV1alpha2) GetRoleBinding(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.RoleBinding, error)

func (*ProxyV1alpha2) GetRpcPermission

func (c *ProxyV1alpha2) GetRpcPermission(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.RpcPermission, error)

func (*ProxyV1alpha2) ListBackend

func (c *ProxyV1alpha2) ListBackend(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.BackendList, error)

func (*ProxyV1alpha2) ListProxy

func (c *ProxyV1alpha2) ListProxy(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.ProxyList, error)

func (*ProxyV1alpha2) ListRole

func (c *ProxyV1alpha2) ListRole(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.RoleList, error)

func (*ProxyV1alpha2) ListRoleBinding

func (c *ProxyV1alpha2) ListRoleBinding(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.RoleBindingList, error)

func (*ProxyV1alpha2) ListRpcPermission

func (c *ProxyV1alpha2) ListRpcPermission(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.RpcPermissionList, error)

func (*ProxyV1alpha2) UpdateBackend

func (*ProxyV1alpha2) UpdateProxy

func (*ProxyV1alpha2) UpdateRole

func (*ProxyV1alpha2) UpdateRoleBinding

func (*ProxyV1alpha2) UpdateRpcPermission

func (*ProxyV1alpha2) UpdateStatusBackend

func (*ProxyV1alpha2) UpdateStatusProxy

func (c *ProxyV1alpha2) UpdateStatusProxy(ctx context.Context, v *proxyv1alpha2.Proxy, opts metav1.UpdateOptions) (*proxyv1alpha2.Proxy, error)

func (*ProxyV1alpha2) UpdateStatusRole

func (c *ProxyV1alpha2) UpdateStatusRole(ctx context.Context, v *proxyv1alpha2.Role, opts metav1.UpdateOptions) (*proxyv1alpha2.Role, error)

func (*ProxyV1alpha2) UpdateStatusRpcPermission

func (*ProxyV1alpha2) WatchBackend

func (c *ProxyV1alpha2) WatchBackend(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (*ProxyV1alpha2) WatchProxy

func (c *ProxyV1alpha2) WatchProxy(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (*ProxyV1alpha2) WatchRole

func (c *ProxyV1alpha2) WatchRole(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (*ProxyV1alpha2) WatchRoleBinding

func (c *ProxyV1alpha2) WatchRoleBinding(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (*ProxyV1alpha2) WatchRpcPermission

func (c *ProxyV1alpha2) WatchRpcPermission(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)

type ProxyV1alpha2BackendLister

type ProxyV1alpha2BackendLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha2BackendLister

func NewProxyV1alpha2BackendLister(indexer cache.Indexer) *ProxyV1alpha2BackendLister

func (*ProxyV1alpha2BackendLister) Get

func (x *ProxyV1alpha2BackendLister) Get(namespace, name string) (*proxyv1alpha2.Backend, error)

func (*ProxyV1alpha2BackendLister) List

func (x *ProxyV1alpha2BackendLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha2.Backend, error)

type ProxyV1alpha2Informer

type ProxyV1alpha2Informer struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha2Informer

func NewProxyV1alpha2Informer(c *InformerCache, client *ProxyV1alpha2, namespace string, resyncPeriod time.Duration) *ProxyV1alpha2Informer

func (*ProxyV1alpha2Informer) BackendInformer

func (f *ProxyV1alpha2Informer) BackendInformer() cache.SharedIndexInformer

func (*ProxyV1alpha2Informer) BackendLister

func (*ProxyV1alpha2Informer) ProxyInformer

func (f *ProxyV1alpha2Informer) ProxyInformer() cache.SharedIndexInformer

func (*ProxyV1alpha2Informer) ProxyLister

func (*ProxyV1alpha2Informer) RoleBindingInformer

func (f *ProxyV1alpha2Informer) RoleBindingInformer() cache.SharedIndexInformer

func (*ProxyV1alpha2Informer) RoleBindingLister

func (f *ProxyV1alpha2Informer) RoleBindingLister() *ProxyV1alpha2RoleBindingLister

func (*ProxyV1alpha2Informer) RoleInformer

func (*ProxyV1alpha2Informer) RoleLister

func (*ProxyV1alpha2Informer) RpcPermissionInformer

func (f *ProxyV1alpha2Informer) RpcPermissionInformer() cache.SharedIndexInformer

func (*ProxyV1alpha2Informer) RpcPermissionLister

func (f *ProxyV1alpha2Informer) RpcPermissionLister() *ProxyV1alpha2RpcPermissionLister

type ProxyV1alpha2ProxyLister

type ProxyV1alpha2ProxyLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha2ProxyLister

func NewProxyV1alpha2ProxyLister(indexer cache.Indexer) *ProxyV1alpha2ProxyLister

func (*ProxyV1alpha2ProxyLister) Get

func (x *ProxyV1alpha2ProxyLister) Get(namespace, name string) (*proxyv1alpha2.Proxy, error)

func (*ProxyV1alpha2ProxyLister) List

func (x *ProxyV1alpha2ProxyLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha2.Proxy, error)

type ProxyV1alpha2RoleBindingLister

type ProxyV1alpha2RoleBindingLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha2RoleBindingLister

func NewProxyV1alpha2RoleBindingLister(indexer cache.Indexer) *ProxyV1alpha2RoleBindingLister

func (*ProxyV1alpha2RoleBindingLister) Get

func (*ProxyV1alpha2RoleBindingLister) List

type ProxyV1alpha2RoleLister

type ProxyV1alpha2RoleLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha2RoleLister

func NewProxyV1alpha2RoleLister(indexer cache.Indexer) *ProxyV1alpha2RoleLister

func (*ProxyV1alpha2RoleLister) Get

func (x *ProxyV1alpha2RoleLister) Get(namespace, name string) (*proxyv1alpha2.Role, error)

func (*ProxyV1alpha2RoleLister) List

func (x *ProxyV1alpha2RoleLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha2.Role, error)

type ProxyV1alpha2RpcPermissionLister

type ProxyV1alpha2RpcPermissionLister struct {
	// contains filtered or unexported fields
}

func NewProxyV1alpha2RpcPermissionLister

func NewProxyV1alpha2RpcPermissionLister(indexer cache.Indexer) *ProxyV1alpha2RpcPermissionLister

func (*ProxyV1alpha2RpcPermissionLister) Get

func (*ProxyV1alpha2RpcPermissionLister) List

type Set

type Set struct {
	EtcdV1alpha1  *EtcdV1alpha1
	EtcdV1alpha2  *EtcdV1alpha2
	ProxyV1alpha1 *ProxyV1alpha1
	ProxyV1alpha2 *ProxyV1alpha2
}

func NewSet

func NewSet(cfg *rest.Config) (*Set, error)

Directories

Path Synopsis
This package has the automatically generated clientset.
This package has the automatically generated clientset.
fake
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
scheme
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
typed/certmanager/v1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
typed/certmanager/v1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
typed/certmanager/v1alpha2
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
typed/certmanager/v1alpha2/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
typed/certmanager/v1alpha3
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
typed/certmanager/v1alpha3/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
typed/certmanager/v1beta1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
typed/certmanager/v1beta1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
typed/etcd/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
typed/etcd/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
typed/etcd/v1alpha2
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
typed/etcd/v1alpha2/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
typed/monitoring/v1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
typed/monitoring/v1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
typed/proxy/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
typed/proxy/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
typed/proxy/v1alpha2
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
typed/proxy/v1alpha2/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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