Documentation ¶
Index ¶
- Variables
- type Backend
- type EtcdV1alpha1
- func (c *EtcdV1alpha1) CreateEtcdCluster(ctx context.Context, v *etcdv1alpha1.EtcdCluster, opts metav1.CreateOptions) (*etcdv1alpha1.EtcdCluster, error)
- func (c *EtcdV1alpha1) DeleteEtcdCluster(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *EtcdV1alpha1) GetEtcdCluster(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*etcdv1alpha1.EtcdCluster, error)
- func (c *EtcdV1alpha1) ListEtcdCluster(ctx context.Context, namespace string, opts metav1.ListOptions) (*etcdv1alpha1.EtcdClusterList, error)
- func (c *EtcdV1alpha1) UpdateEtcdCluster(ctx context.Context, v *etcdv1alpha1.EtcdCluster, opts metav1.UpdateOptions) (*etcdv1alpha1.EtcdCluster, error)
- func (c *EtcdV1alpha1) UpdateStatusEtcdCluster(ctx context.Context, v *etcdv1alpha1.EtcdCluster, opts metav1.UpdateOptions) (*etcdv1alpha1.EtcdCluster, error)
- func (c *EtcdV1alpha1) WatchEtcdCluster(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type EtcdV1alpha1EtcdClusterLister
- type EtcdV1alpha1Informer
- type EtcdV1alpha2
- func (c *EtcdV1alpha2) CreateEtcdCluster(ctx context.Context, v *etcdv1alpha2.EtcdCluster, opts metav1.CreateOptions) (*etcdv1alpha2.EtcdCluster, error)
- func (c *EtcdV1alpha2) DeleteEtcdCluster(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *EtcdV1alpha2) GetEtcdCluster(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*etcdv1alpha2.EtcdCluster, error)
- func (c *EtcdV1alpha2) ListEtcdCluster(ctx context.Context, namespace string, opts metav1.ListOptions) (*etcdv1alpha2.EtcdClusterList, error)
- func (c *EtcdV1alpha2) UpdateEtcdCluster(ctx context.Context, v *etcdv1alpha2.EtcdCluster, opts metav1.UpdateOptions) (*etcdv1alpha2.EtcdCluster, error)
- func (c *EtcdV1alpha2) UpdateStatusEtcdCluster(ctx context.Context, v *etcdv1alpha2.EtcdCluster, opts metav1.UpdateOptions) (*etcdv1alpha2.EtcdCluster, error)
- func (c *EtcdV1alpha2) WatchEtcdCluster(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type EtcdV1alpha2EtcdClusterLister
- type EtcdV1alpha2Informer
- type InformerCache
- type InformerFactory
- type ProxyV1alpha1
- func (c *ProxyV1alpha1) CreateBackend(ctx context.Context, v *proxyv1alpha1.Backend, opts metav1.CreateOptions) (*proxyv1alpha1.Backend, error)
- func (c *ProxyV1alpha1) CreateProxy(ctx context.Context, v *proxyv1alpha1.Proxy, opts metav1.CreateOptions) (*proxyv1alpha1.Proxy, error)
- func (c *ProxyV1alpha1) CreateRole(ctx context.Context, v *proxyv1alpha1.Role, opts metav1.CreateOptions) (*proxyv1alpha1.Role, error)
- func (c *ProxyV1alpha1) CreateRoleBinding(ctx context.Context, v *proxyv1alpha1.RoleBinding, opts metav1.CreateOptions) (*proxyv1alpha1.RoleBinding, error)
- func (c *ProxyV1alpha1) CreateRpcPermission(ctx context.Context, v *proxyv1alpha1.RpcPermission, opts metav1.CreateOptions) (*proxyv1alpha1.RpcPermission, error)
- func (c *ProxyV1alpha1) DeleteBackend(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha1) DeleteProxy(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha1) DeleteRole(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha1) DeleteRoleBinding(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha1) DeleteRpcPermission(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha1) GetBackend(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.Backend, error)
- func (c *ProxyV1alpha1) GetProxy(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.Proxy, error)
- func (c *ProxyV1alpha1) GetRole(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.Role, error)
- func (c *ProxyV1alpha1) GetRoleBinding(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.RoleBinding, error)
- func (c *ProxyV1alpha1) GetRpcPermission(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha1.RpcPermission, error)
- func (c *ProxyV1alpha1) ListBackend(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.BackendList, error)
- func (c *ProxyV1alpha1) ListProxy(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.ProxyList, error)
- func (c *ProxyV1alpha1) ListRole(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.RoleList, error)
- func (c *ProxyV1alpha1) ListRoleBinding(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.RoleBindingList, error)
- func (c *ProxyV1alpha1) ListRpcPermission(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha1.RpcPermissionList, error)
- func (c *ProxyV1alpha1) UpdateBackend(ctx context.Context, v *proxyv1alpha1.Backend, opts metav1.UpdateOptions) (*proxyv1alpha1.Backend, error)
- func (c *ProxyV1alpha1) UpdateProxy(ctx context.Context, v *proxyv1alpha1.Proxy, opts metav1.UpdateOptions) (*proxyv1alpha1.Proxy, error)
- func (c *ProxyV1alpha1) UpdateRole(ctx context.Context, v *proxyv1alpha1.Role, opts metav1.UpdateOptions) (*proxyv1alpha1.Role, error)
- func (c *ProxyV1alpha1) UpdateRoleBinding(ctx context.Context, v *proxyv1alpha1.RoleBinding, opts metav1.UpdateOptions) (*proxyv1alpha1.RoleBinding, error)
- func (c *ProxyV1alpha1) UpdateRpcPermission(ctx context.Context, v *proxyv1alpha1.RpcPermission, opts metav1.UpdateOptions) (*proxyv1alpha1.RpcPermission, error)
- func (c *ProxyV1alpha1) UpdateStatusBackend(ctx context.Context, v *proxyv1alpha1.Backend, opts metav1.UpdateOptions) (*proxyv1alpha1.Backend, error)
- func (c *ProxyV1alpha1) UpdateStatusProxy(ctx context.Context, v *proxyv1alpha1.Proxy, opts metav1.UpdateOptions) (*proxyv1alpha1.Proxy, error)
- func (c *ProxyV1alpha1) UpdateStatusRole(ctx context.Context, v *proxyv1alpha1.Role, opts metav1.UpdateOptions) (*proxyv1alpha1.Role, error)
- func (c *ProxyV1alpha1) WatchBackend(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c *ProxyV1alpha1) WatchProxy(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c *ProxyV1alpha1) WatchRole(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c *ProxyV1alpha1) WatchRoleBinding(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c *ProxyV1alpha1) WatchRpcPermission(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type ProxyV1alpha1BackendLister
- type ProxyV1alpha1Informer
- func (f *ProxyV1alpha1Informer) BackendInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha1Informer) BackendLister() *ProxyV1alpha1BackendLister
- func (f *ProxyV1alpha1Informer) ProxyInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha1Informer) ProxyLister() *ProxyV1alpha1ProxyLister
- func (f *ProxyV1alpha1Informer) RoleBindingInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha1Informer) RoleBindingLister() *ProxyV1alpha1RoleBindingLister
- func (f *ProxyV1alpha1Informer) RoleInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha1Informer) RoleLister() *ProxyV1alpha1RoleLister
- func (f *ProxyV1alpha1Informer) RpcPermissionInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha1Informer) RpcPermissionLister() *ProxyV1alpha1RpcPermissionLister
- type ProxyV1alpha1ProxyLister
- type ProxyV1alpha1RoleBindingLister
- type ProxyV1alpha1RoleLister
- type ProxyV1alpha1RpcPermissionLister
- type ProxyV1alpha2
- func (c *ProxyV1alpha2) CreateBackend(ctx context.Context, v *proxyv1alpha2.Backend, opts metav1.CreateOptions) (*proxyv1alpha2.Backend, error)
- func (c *ProxyV1alpha2) CreateProxy(ctx context.Context, v *proxyv1alpha2.Proxy, opts metav1.CreateOptions) (*proxyv1alpha2.Proxy, error)
- func (c *ProxyV1alpha2) CreateRole(ctx context.Context, v *proxyv1alpha2.Role, opts metav1.CreateOptions) (*proxyv1alpha2.Role, error)
- func (c *ProxyV1alpha2) CreateRoleBinding(ctx context.Context, v *proxyv1alpha2.RoleBinding, opts metav1.CreateOptions) (*proxyv1alpha2.RoleBinding, error)
- func (c *ProxyV1alpha2) CreateRpcPermission(ctx context.Context, v *proxyv1alpha2.RpcPermission, opts metav1.CreateOptions) (*proxyv1alpha2.RpcPermission, error)
- func (c *ProxyV1alpha2) DeleteBackend(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha2) DeleteProxy(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha2) DeleteRole(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha2) DeleteRoleBinding(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha2) DeleteRpcPermission(ctx context.Context, namespace, name string, opts metav1.DeleteOptions) error
- func (c *ProxyV1alpha2) GetBackend(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.Backend, error)
- func (c *ProxyV1alpha2) GetProxy(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.Proxy, error)
- func (c *ProxyV1alpha2) GetRole(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.Role, error)
- func (c *ProxyV1alpha2) GetRoleBinding(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.RoleBinding, error)
- func (c *ProxyV1alpha2) GetRpcPermission(ctx context.Context, namespace, name string, opts metav1.GetOptions) (*proxyv1alpha2.RpcPermission, error)
- func (c *ProxyV1alpha2) ListBackend(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.BackendList, error)
- func (c *ProxyV1alpha2) ListProxy(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.ProxyList, error)
- func (c *ProxyV1alpha2) ListRole(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.RoleList, error)
- func (c *ProxyV1alpha2) ListRoleBinding(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.RoleBindingList, error)
- func (c *ProxyV1alpha2) ListRpcPermission(ctx context.Context, namespace string, opts metav1.ListOptions) (*proxyv1alpha2.RpcPermissionList, error)
- func (c *ProxyV1alpha2) UpdateBackend(ctx context.Context, v *proxyv1alpha2.Backend, opts metav1.UpdateOptions) (*proxyv1alpha2.Backend, error)
- func (c *ProxyV1alpha2) UpdateProxy(ctx context.Context, v *proxyv1alpha2.Proxy, opts metav1.UpdateOptions) (*proxyv1alpha2.Proxy, error)
- func (c *ProxyV1alpha2) UpdateRole(ctx context.Context, v *proxyv1alpha2.Role, opts metav1.UpdateOptions) (*proxyv1alpha2.Role, error)
- func (c *ProxyV1alpha2) UpdateRoleBinding(ctx context.Context, v *proxyv1alpha2.RoleBinding, opts metav1.UpdateOptions) (*proxyv1alpha2.RoleBinding, error)
- func (c *ProxyV1alpha2) UpdateRpcPermission(ctx context.Context, v *proxyv1alpha2.RpcPermission, opts metav1.UpdateOptions) (*proxyv1alpha2.RpcPermission, error)
- func (c *ProxyV1alpha2) UpdateStatusBackend(ctx context.Context, v *proxyv1alpha2.Backend, opts metav1.UpdateOptions) (*proxyv1alpha2.Backend, error)
- func (c *ProxyV1alpha2) UpdateStatusProxy(ctx context.Context, v *proxyv1alpha2.Proxy, opts metav1.UpdateOptions) (*proxyv1alpha2.Proxy, error)
- func (c *ProxyV1alpha2) UpdateStatusRole(ctx context.Context, v *proxyv1alpha2.Role, opts metav1.UpdateOptions) (*proxyv1alpha2.Role, error)
- func (c *ProxyV1alpha2) UpdateStatusRpcPermission(ctx context.Context, v *proxyv1alpha2.RpcPermission, opts metav1.UpdateOptions) (*proxyv1alpha2.RpcPermission, error)
- func (c *ProxyV1alpha2) WatchBackend(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c *ProxyV1alpha2) WatchProxy(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c *ProxyV1alpha2) WatchRole(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c *ProxyV1alpha2) WatchRoleBinding(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c *ProxyV1alpha2) WatchRpcPermission(ctx context.Context, namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type ProxyV1alpha2BackendLister
- type ProxyV1alpha2Informer
- func (f *ProxyV1alpha2Informer) BackendInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha2Informer) BackendLister() *ProxyV1alpha2BackendLister
- func (f *ProxyV1alpha2Informer) ProxyInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha2Informer) ProxyLister() *ProxyV1alpha2ProxyLister
- func (f *ProxyV1alpha2Informer) RoleBindingInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha2Informer) RoleBindingLister() *ProxyV1alpha2RoleBindingLister
- func (f *ProxyV1alpha2Informer) RoleInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha2Informer) RoleLister() *ProxyV1alpha2RoleLister
- func (f *ProxyV1alpha2Informer) RpcPermissionInformer() cache.SharedIndexInformer
- func (f *ProxyV1alpha2Informer) RpcPermissionLister() *ProxyV1alpha2RpcPermissionLister
- type ProxyV1alpha2ProxyLister
- type ProxyV1alpha2RoleBindingLister
- type ProxyV1alpha2RoleLister
- type ProxyV1alpha2RpcPermissionLister
- type Set
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 (c *EtcdV1alpha1) CreateEtcdCluster(ctx context.Context, v *etcdv1alpha1.EtcdCluster, opts metav1.CreateOptions) (*etcdv1alpha1.EtcdCluster, error)
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 (c *EtcdV1alpha1) UpdateEtcdCluster(ctx context.Context, v *etcdv1alpha1.EtcdCluster, opts metav1.UpdateOptions) (*etcdv1alpha1.EtcdCluster, error)
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 (x *EtcdV1alpha1EtcdClusterLister) Get(namespace, name string) (*etcdv1alpha1.EtcdCluster, error)
func (*EtcdV1alpha1EtcdClusterLister) List ¶
func (x *EtcdV1alpha1EtcdClusterLister) List(namespace string, selector labels.Selector) ([]*etcdv1alpha1.EtcdCluster, error)
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 (c *EtcdV1alpha2) CreateEtcdCluster(ctx context.Context, v *etcdv1alpha2.EtcdCluster, opts metav1.CreateOptions) (*etcdv1alpha2.EtcdCluster, error)
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 (c *EtcdV1alpha2) UpdateEtcdCluster(ctx context.Context, v *etcdv1alpha2.EtcdCluster, opts metav1.UpdateOptions) (*etcdv1alpha2.EtcdCluster, error)
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 (x *EtcdV1alpha2EtcdClusterLister) Get(namespace, name string) (*etcdv1alpha2.EtcdCluster, error)
func (*EtcdV1alpha2EtcdClusterLister) List ¶
func (x *EtcdV1alpha2EtcdClusterLister) List(namespace string, selector labels.Selector) ([]*etcdv1alpha2.EtcdCluster, error)
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 ¶
func (c *InformerCache) Write(obj runtime.Object, newFunc func() cache.SharedIndexInformer) cache.SharedIndexInformer
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 (f *InformerFactory) InformerFor(obj runtime.Object) cache.SharedIndexInformer
func (*InformerFactory) InformerForResource ¶
func (f *InformerFactory) InformerForResource(gvr schema.GroupVersionResource) cache.SharedIndexInformer
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 (c *ProxyV1alpha1) CreateBackend(ctx context.Context, v *proxyv1alpha1.Backend, opts metav1.CreateOptions) (*proxyv1alpha1.Backend, error)
func (*ProxyV1alpha1) CreateProxy ¶
func (c *ProxyV1alpha1) CreateProxy(ctx context.Context, v *proxyv1alpha1.Proxy, opts metav1.CreateOptions) (*proxyv1alpha1.Proxy, error)
func (*ProxyV1alpha1) CreateRole ¶
func (c *ProxyV1alpha1) CreateRole(ctx context.Context, v *proxyv1alpha1.Role, opts metav1.CreateOptions) (*proxyv1alpha1.Role, error)
func (*ProxyV1alpha1) CreateRoleBinding ¶
func (c *ProxyV1alpha1) CreateRoleBinding(ctx context.Context, v *proxyv1alpha1.RoleBinding, opts metav1.CreateOptions) (*proxyv1alpha1.RoleBinding, error)
func (*ProxyV1alpha1) CreateRpcPermission ¶
func (c *ProxyV1alpha1) CreateRpcPermission(ctx context.Context, v *proxyv1alpha1.RpcPermission, opts metav1.CreateOptions) (*proxyv1alpha1.RpcPermission, error)
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 (c *ProxyV1alpha1) UpdateBackend(ctx context.Context, v *proxyv1alpha1.Backend, opts metav1.UpdateOptions) (*proxyv1alpha1.Backend, error)
func (*ProxyV1alpha1) UpdateProxy ¶
func (c *ProxyV1alpha1) UpdateProxy(ctx context.Context, v *proxyv1alpha1.Proxy, opts metav1.UpdateOptions) (*proxyv1alpha1.Proxy, error)
func (*ProxyV1alpha1) UpdateRole ¶
func (c *ProxyV1alpha1) UpdateRole(ctx context.Context, v *proxyv1alpha1.Role, opts metav1.UpdateOptions) (*proxyv1alpha1.Role, error)
func (*ProxyV1alpha1) UpdateRoleBinding ¶
func (c *ProxyV1alpha1) UpdateRoleBinding(ctx context.Context, v *proxyv1alpha1.RoleBinding, opts metav1.UpdateOptions) (*proxyv1alpha1.RoleBinding, error)
func (*ProxyV1alpha1) UpdateRpcPermission ¶
func (c *ProxyV1alpha1) UpdateRpcPermission(ctx context.Context, v *proxyv1alpha1.RpcPermission, opts metav1.UpdateOptions) (*proxyv1alpha1.RpcPermission, error)
func (*ProxyV1alpha1) UpdateStatusBackend ¶
func (c *ProxyV1alpha1) UpdateStatusBackend(ctx context.Context, v *proxyv1alpha1.Backend, opts metav1.UpdateOptions) (*proxyv1alpha1.Backend, error)
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 (f *ProxyV1alpha1Informer) BackendLister() *ProxyV1alpha1BackendLister
func (*ProxyV1alpha1Informer) ProxyInformer ¶
func (f *ProxyV1alpha1Informer) ProxyInformer() cache.SharedIndexInformer
func (*ProxyV1alpha1Informer) ProxyLister ¶
func (f *ProxyV1alpha1Informer) ProxyLister() *ProxyV1alpha1ProxyLister
func (*ProxyV1alpha1Informer) RoleBindingInformer ¶
func (f *ProxyV1alpha1Informer) RoleBindingInformer() cache.SharedIndexInformer
func (*ProxyV1alpha1Informer) RoleBindingLister ¶
func (f *ProxyV1alpha1Informer) RoleBindingLister() *ProxyV1alpha1RoleBindingLister
func (*ProxyV1alpha1Informer) RoleInformer ¶
func (f *ProxyV1alpha1Informer) RoleInformer() cache.SharedIndexInformer
func (*ProxyV1alpha1Informer) RoleLister ¶
func (f *ProxyV1alpha1Informer) RoleLister() *ProxyV1alpha1RoleLister
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 (x *ProxyV1alpha1RoleBindingLister) Get(namespace, name string) (*proxyv1alpha1.RoleBinding, error)
func (*ProxyV1alpha1RoleBindingLister) List ¶
func (x *ProxyV1alpha1RoleBindingLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha1.RoleBinding, error)
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 (x *ProxyV1alpha1RpcPermissionLister) Get(namespace, name string) (*proxyv1alpha1.RpcPermission, error)
func (*ProxyV1alpha1RpcPermissionLister) List ¶
func (x *ProxyV1alpha1RpcPermissionLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha1.RpcPermission, error)
type ProxyV1alpha2 ¶
type ProxyV1alpha2 struct {
// contains filtered or unexported fields
}
func NewProxyV1alpha2Client ¶
func NewProxyV1alpha2Client(b Backend) *ProxyV1alpha2
func (*ProxyV1alpha2) CreateBackend ¶
func (c *ProxyV1alpha2) CreateBackend(ctx context.Context, v *proxyv1alpha2.Backend, opts metav1.CreateOptions) (*proxyv1alpha2.Backend, error)
func (*ProxyV1alpha2) CreateProxy ¶
func (c *ProxyV1alpha2) CreateProxy(ctx context.Context, v *proxyv1alpha2.Proxy, opts metav1.CreateOptions) (*proxyv1alpha2.Proxy, error)
func (*ProxyV1alpha2) CreateRole ¶
func (c *ProxyV1alpha2) CreateRole(ctx context.Context, v *proxyv1alpha2.Role, opts metav1.CreateOptions) (*proxyv1alpha2.Role, error)
func (*ProxyV1alpha2) CreateRoleBinding ¶
func (c *ProxyV1alpha2) CreateRoleBinding(ctx context.Context, v *proxyv1alpha2.RoleBinding, opts metav1.CreateOptions) (*proxyv1alpha2.RoleBinding, error)
func (*ProxyV1alpha2) CreateRpcPermission ¶
func (c *ProxyV1alpha2) CreateRpcPermission(ctx context.Context, v *proxyv1alpha2.RpcPermission, opts metav1.CreateOptions) (*proxyv1alpha2.RpcPermission, error)
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 (c *ProxyV1alpha2) UpdateBackend(ctx context.Context, v *proxyv1alpha2.Backend, opts metav1.UpdateOptions) (*proxyv1alpha2.Backend, error)
func (*ProxyV1alpha2) UpdateProxy ¶
func (c *ProxyV1alpha2) UpdateProxy(ctx context.Context, v *proxyv1alpha2.Proxy, opts metav1.UpdateOptions) (*proxyv1alpha2.Proxy, error)
func (*ProxyV1alpha2) UpdateRole ¶
func (c *ProxyV1alpha2) UpdateRole(ctx context.Context, v *proxyv1alpha2.Role, opts metav1.UpdateOptions) (*proxyv1alpha2.Role, error)
func (*ProxyV1alpha2) UpdateRoleBinding ¶
func (c *ProxyV1alpha2) UpdateRoleBinding(ctx context.Context, v *proxyv1alpha2.RoleBinding, opts metav1.UpdateOptions) (*proxyv1alpha2.RoleBinding, error)
func (*ProxyV1alpha2) UpdateRpcPermission ¶
func (c *ProxyV1alpha2) UpdateRpcPermission(ctx context.Context, v *proxyv1alpha2.RpcPermission, opts metav1.UpdateOptions) (*proxyv1alpha2.RpcPermission, error)
func (*ProxyV1alpha2) UpdateStatusBackend ¶
func (c *ProxyV1alpha2) UpdateStatusBackend(ctx context.Context, v *proxyv1alpha2.Backend, opts metav1.UpdateOptions) (*proxyv1alpha2.Backend, error)
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 (c *ProxyV1alpha2) UpdateStatusRpcPermission(ctx context.Context, v *proxyv1alpha2.RpcPermission, opts metav1.UpdateOptions) (*proxyv1alpha2.RpcPermission, error)
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 (f *ProxyV1alpha2Informer) BackendLister() *ProxyV1alpha2BackendLister
func (*ProxyV1alpha2Informer) ProxyInformer ¶
func (f *ProxyV1alpha2Informer) ProxyInformer() cache.SharedIndexInformer
func (*ProxyV1alpha2Informer) ProxyLister ¶
func (f *ProxyV1alpha2Informer) ProxyLister() *ProxyV1alpha2ProxyLister
func (*ProxyV1alpha2Informer) RoleBindingInformer ¶
func (f *ProxyV1alpha2Informer) RoleBindingInformer() cache.SharedIndexInformer
func (*ProxyV1alpha2Informer) RoleBindingLister ¶
func (f *ProxyV1alpha2Informer) RoleBindingLister() *ProxyV1alpha2RoleBindingLister
func (*ProxyV1alpha2Informer) RoleInformer ¶
func (f *ProxyV1alpha2Informer) RoleInformer() cache.SharedIndexInformer
func (*ProxyV1alpha2Informer) RoleLister ¶
func (f *ProxyV1alpha2Informer) RoleLister() *ProxyV1alpha2RoleLister
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 (x *ProxyV1alpha2RoleBindingLister) Get(namespace, name string) (*proxyv1alpha2.RoleBinding, error)
func (*ProxyV1alpha2RoleBindingLister) List ¶
func (x *ProxyV1alpha2RoleBindingLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha2.RoleBinding, error)
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 (x *ProxyV1alpha2RpcPermissionLister) Get(namespace, name string) (*proxyv1alpha2.RpcPermission, error)
func (*ProxyV1alpha2RpcPermissionLister) List ¶
func (x *ProxyV1alpha2RpcPermissionLister) List(namespace string, selector labels.Selector) ([]*proxyv1alpha2.RpcPermission, error)
type Set ¶
type Set struct { EtcdV1alpha1 *EtcdV1alpha1 EtcdV1alpha2 *EtcdV1alpha2 ProxyV1alpha1 *ProxyV1alpha1 ProxyV1alpha2 *ProxyV1alpha2 }
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. |
Click to show internal directories.
Click to hide internal directories.