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 IpamV1alpha1Client ¶
type IpamV1alpha1Client struct {
// contains filtered or unexported fields
}
IpamV1alpha1Client is used to interact with features provided by the ipam.api.onmetal.de group.
func New ¶
func New(c rest.Interface) *IpamV1alpha1Client
New creates a new IpamV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*IpamV1alpha1Client, error)
NewForConfig creates a new IpamV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfigAndClient ¶
NewForConfigAndClient creates a new IpamV1alpha1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *IpamV1alpha1Client
NewForConfigOrDie creates a new IpamV1alpha1Client for the given config and panics if there is an error in the config.
func (*IpamV1alpha1Client) PrefixAllocations ¶
func (c *IpamV1alpha1Client) PrefixAllocations(namespace string) PrefixAllocationInterface
func (*IpamV1alpha1Client) Prefixes ¶
func (c *IpamV1alpha1Client) Prefixes(namespace string) PrefixInterface
func (*IpamV1alpha1Client) RESTClient ¶
func (c *IpamV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type IpamV1alpha1Interface ¶
type IpamV1alpha1Interface interface { RESTClient() rest.Interface PrefixesGetter PrefixAllocationsGetter }
type PrefixAllocationExpansion ¶
type PrefixAllocationExpansion interface{}
type PrefixAllocationInterface ¶
type PrefixAllocationInterface interface { Create(ctx context.Context, prefixAllocation *v1alpha1.PrefixAllocation, opts v1.CreateOptions) (*v1alpha1.PrefixAllocation, error) Update(ctx context.Context, prefixAllocation *v1alpha1.PrefixAllocation, opts v1.UpdateOptions) (*v1alpha1.PrefixAllocation, error) UpdateStatus(ctx context.Context, prefixAllocation *v1alpha1.PrefixAllocation, opts v1.UpdateOptions) (*v1alpha1.PrefixAllocation, 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) (*v1alpha1.PrefixAllocation, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PrefixAllocationList, 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 *v1alpha1.PrefixAllocation, err error) Apply(ctx context.Context, prefixAllocation *ipamv1alpha1.PrefixAllocationApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.PrefixAllocation, err error) ApplyStatus(ctx context.Context, prefixAllocation *ipamv1alpha1.PrefixAllocationApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.PrefixAllocation, err error) PrefixAllocationExpansion }
PrefixAllocationInterface has methods to work with PrefixAllocation resources.
type PrefixAllocationsGetter ¶
type PrefixAllocationsGetter interface {
PrefixAllocations(namespace string) PrefixAllocationInterface
}
PrefixAllocationsGetter has a method to return a PrefixAllocationInterface. A group's client should implement this interface.
type PrefixExpansion ¶
type PrefixExpansion interface{}
type PrefixInterface ¶
type PrefixInterface interface { Create(ctx context.Context, prefix *v1alpha1.Prefix, opts v1.CreateOptions) (*v1alpha1.Prefix, error) Update(ctx context.Context, prefix *v1alpha1.Prefix, opts v1.UpdateOptions) (*v1alpha1.Prefix, error) UpdateStatus(ctx context.Context, prefix *v1alpha1.Prefix, opts v1.UpdateOptions) (*v1alpha1.Prefix, 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) (*v1alpha1.Prefix, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PrefixList, 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 *v1alpha1.Prefix, err error) Apply(ctx context.Context, prefix *ipamv1alpha1.PrefixApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.Prefix, err error) ApplyStatus(ctx context.Context, prefix *ipamv1alpha1.PrefixApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.Prefix, err error) PrefixExpansion }
PrefixInterface has methods to work with Prefix resources.
type PrefixesGetter ¶
type PrefixesGetter interface {
Prefixes(namespace string) PrefixInterface
}
PrefixesGetter has a method to return a PrefixInterface. A group's client should implement this interface.