Documentation
¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type DirectResponseExpansion
- type DirectResponseInterface
- type DirectResponsesGetter
- type EdgeFunctionExpansion
- type EdgeFunctionInterface
- type EdgeFunctionRevisionExpansion
- type EdgeFunctionRevisionInterface
- type EdgeFunctionRevisionsGetter
- type EdgeFunctionsGetter
- type ExtensionsV1alpha2Client
- func (c *ExtensionsV1alpha2Client) DirectResponses() DirectResponseInterface
- func (c *ExtensionsV1alpha2Client) EdgeFunctionRevisions() EdgeFunctionRevisionInterface
- func (c *ExtensionsV1alpha2Client) EdgeFunctions() EdgeFunctionInterface
- func (c *ExtensionsV1alpha2Client) HTTPRouteFilters() HTTPRouteFilterInterface
- func (c *ExtensionsV1alpha2Client) RESTClient() rest.Interface
- type ExtensionsV1alpha2Interface
- type HTTPRouteFilterExpansion
- type HTTPRouteFilterInterface
- type HTTPRouteFiltersGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectResponseExpansion ¶
type DirectResponseExpansion interface{}
type DirectResponseInterface ¶
type DirectResponseInterface interface {
Create(ctx context.Context, directResponse *extensionsv1alpha2.DirectResponse, opts v1.CreateOptions) (*extensionsv1alpha2.DirectResponse, error)
Update(ctx context.Context, directResponse *extensionsv1alpha2.DirectResponse, opts v1.UpdateOptions) (*extensionsv1alpha2.DirectResponse, error)
// Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
UpdateStatus(ctx context.Context, directResponse *extensionsv1alpha2.DirectResponse, opts v1.UpdateOptions) (*extensionsv1alpha2.DirectResponse, 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) (*extensionsv1alpha2.DirectResponse, error)
List(ctx context.Context, opts v1.ListOptions) (*extensionsv1alpha2.DirectResponseList, 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 *extensionsv1alpha2.DirectResponse, err error)
DirectResponseExpansion
}
DirectResponseInterface has methods to work with DirectResponse resources.
type DirectResponsesGetter ¶
type DirectResponsesGetter interface {
DirectResponses() DirectResponseInterface
}
DirectResponsesGetter has a method to return a DirectResponseInterface. A group's client should implement this interface.
type EdgeFunctionExpansion ¶
type EdgeFunctionExpansion interface{}
type EdgeFunctionInterface ¶
type EdgeFunctionInterface interface {
Create(ctx context.Context, edgeFunction *extensionsv1alpha2.EdgeFunction, opts v1.CreateOptions) (*extensionsv1alpha2.EdgeFunction, error)
Update(ctx context.Context, edgeFunction *extensionsv1alpha2.EdgeFunction, opts v1.UpdateOptions) (*extensionsv1alpha2.EdgeFunction, error)
// Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
UpdateStatus(ctx context.Context, edgeFunction *extensionsv1alpha2.EdgeFunction, opts v1.UpdateOptions) (*extensionsv1alpha2.EdgeFunction, 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) (*extensionsv1alpha2.EdgeFunction, error)
List(ctx context.Context, opts v1.ListOptions) (*extensionsv1alpha2.EdgeFunctionList, 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 *extensionsv1alpha2.EdgeFunction, err error)
EdgeFunctionExpansion
}
EdgeFunctionInterface has methods to work with EdgeFunction resources.
type EdgeFunctionRevisionExpansion ¶
type EdgeFunctionRevisionExpansion interface{}
type EdgeFunctionRevisionInterface ¶
type EdgeFunctionRevisionInterface interface {
Create(ctx context.Context, edgeFunctionRevision *extensionsv1alpha2.EdgeFunctionRevision, opts v1.CreateOptions) (*extensionsv1alpha2.EdgeFunctionRevision, error)
Update(ctx context.Context, edgeFunctionRevision *extensionsv1alpha2.EdgeFunctionRevision, opts v1.UpdateOptions) (*extensionsv1alpha2.EdgeFunctionRevision, error)
// Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
UpdateStatus(ctx context.Context, edgeFunctionRevision *extensionsv1alpha2.EdgeFunctionRevision, opts v1.UpdateOptions) (*extensionsv1alpha2.EdgeFunctionRevision, 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) (*extensionsv1alpha2.EdgeFunctionRevision, error)
List(ctx context.Context, opts v1.ListOptions) (*extensionsv1alpha2.EdgeFunctionRevisionList, 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 *extensionsv1alpha2.EdgeFunctionRevision, err error)
EdgeFunctionRevisionExpansion
}
EdgeFunctionRevisionInterface has methods to work with EdgeFunctionRevision resources.
type EdgeFunctionRevisionsGetter ¶
type EdgeFunctionRevisionsGetter interface {
EdgeFunctionRevisions() EdgeFunctionRevisionInterface
}
EdgeFunctionRevisionsGetter has a method to return a EdgeFunctionRevisionInterface. A group's client should implement this interface.
type EdgeFunctionsGetter ¶
type EdgeFunctionsGetter interface {
EdgeFunctions() EdgeFunctionInterface
}
EdgeFunctionsGetter has a method to return a EdgeFunctionInterface. A group's client should implement this interface.
type ExtensionsV1alpha2Client ¶
type ExtensionsV1alpha2Client struct {
// contains filtered or unexported fields
}
ExtensionsV1alpha2Client is used to interact with features provided by the extensions.apoxy.dev group.
func New ¶
func New(c rest.Interface) *ExtensionsV1alpha2Client
New creates a new ExtensionsV1alpha2Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*ExtensionsV1alpha2Client, error)
NewForConfig creates a new ExtensionsV1alpha2Client 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 ExtensionsV1alpha2Client 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) *ExtensionsV1alpha2Client
NewForConfigOrDie creates a new ExtensionsV1alpha2Client for the given config and panics if there is an error in the config.
func (*ExtensionsV1alpha2Client) DirectResponses ¶
func (c *ExtensionsV1alpha2Client) DirectResponses() DirectResponseInterface
func (*ExtensionsV1alpha2Client) EdgeFunctionRevisions ¶
func (c *ExtensionsV1alpha2Client) EdgeFunctionRevisions() EdgeFunctionRevisionInterface
func (*ExtensionsV1alpha2Client) EdgeFunctions ¶
func (c *ExtensionsV1alpha2Client) EdgeFunctions() EdgeFunctionInterface
func (*ExtensionsV1alpha2Client) HTTPRouteFilters ¶
func (c *ExtensionsV1alpha2Client) HTTPRouteFilters() HTTPRouteFilterInterface
func (*ExtensionsV1alpha2Client) RESTClient ¶
func (c *ExtensionsV1alpha2Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type ExtensionsV1alpha2Interface ¶
type ExtensionsV1alpha2Interface interface {
RESTClient() rest.Interface
DirectResponsesGetter
EdgeFunctionsGetter
EdgeFunctionRevisionsGetter
HTTPRouteFiltersGetter
}
type HTTPRouteFilterExpansion ¶
type HTTPRouteFilterExpansion interface{}
type HTTPRouteFilterInterface ¶
type HTTPRouteFilterInterface interface {
Create(ctx context.Context, hTTPRouteFilter *extensionsv1alpha2.HTTPRouteFilter, opts v1.CreateOptions) (*extensionsv1alpha2.HTTPRouteFilter, error)
Update(ctx context.Context, hTTPRouteFilter *extensionsv1alpha2.HTTPRouteFilter, opts v1.UpdateOptions) (*extensionsv1alpha2.HTTPRouteFilter, error)
// Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
UpdateStatus(ctx context.Context, hTTPRouteFilter *extensionsv1alpha2.HTTPRouteFilter, opts v1.UpdateOptions) (*extensionsv1alpha2.HTTPRouteFilter, 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) (*extensionsv1alpha2.HTTPRouteFilter, error)
List(ctx context.Context, opts v1.ListOptions) (*extensionsv1alpha2.HTTPRouteFilterList, 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 *extensionsv1alpha2.HTTPRouteFilter, err error)
HTTPRouteFilterExpansion
}
HTTPRouteFilterInterface has methods to work with HTTPRouteFilter resources.
type HTTPRouteFiltersGetter ¶
type HTTPRouteFiltersGetter interface {
HTTPRouteFilters() HTTPRouteFilterInterface
}
HTTPRouteFiltersGetter has a method to return a HTTPRouteFilterInterface. A group's client should implement this interface.