Documentation
¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BgpConfExpansion ¶
type BgpConfExpansion interface{}
type BgpConfInterface ¶
type BgpConfInterface interface { Create(ctx context.Context, bgpConf *v1alpha2.BgpConf, opts v1.CreateOptions) (*v1alpha2.BgpConf, error) Update(ctx context.Context, bgpConf *v1alpha2.BgpConf, opts v1.UpdateOptions) (*v1alpha2.BgpConf, error) UpdateStatus(ctx context.Context, bgpConf *v1alpha2.BgpConf, opts v1.UpdateOptions) (*v1alpha2.BgpConf, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha2.BgpConf, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.BgpConfList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha2.BgpConf, err error) BgpConfExpansion }
BgpConfInterface has methods to work with BgpConf resources.
type BgpConvesGetter ¶
type BgpConvesGetter interface {
BgpConves(namespace string) BgpConfInterface
}
BgpConvesGetter has a method to return a BgpConfInterface. A group's client should implement this interface.
type BgpPeerExpansion ¶
type BgpPeerExpansion interface{}
type BgpPeerInterface ¶
type BgpPeerInterface interface { Create(ctx context.Context, bgpPeer *v1alpha2.BgpPeer, opts v1.CreateOptions) (*v1alpha2.BgpPeer, error) Update(ctx context.Context, bgpPeer *v1alpha2.BgpPeer, opts v1.UpdateOptions) (*v1alpha2.BgpPeer, error) UpdateStatus(ctx context.Context, bgpPeer *v1alpha2.BgpPeer, opts v1.UpdateOptions) (*v1alpha2.BgpPeer, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha2.BgpPeer, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha2.BgpPeerList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha2.BgpPeer, err error) BgpPeerExpansion }
BgpPeerInterface has methods to work with BgpPeer resources.
type BgpPeersGetter ¶
type BgpPeersGetter interface {
BgpPeers(namespace string) BgpPeerInterface
}
BgpPeersGetter has a method to return a BgpPeerInterface. A group's client should implement this interface.
Click to show internal directories.
Click to hide internal directories.