Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigV1alpha1Client ¶
type ConfigV1alpha1Client struct {
// contains filtered or unexported fields
}
ConfigV1alpha1Client is used to interact with features provided by the group.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*ConfigV1alpha1Client, error)
NewForConfig creates a new ConfigV1alpha1Client for the given config.
func (*ConfigV1alpha1Client) FluentBitConfigurations ¶
func (c *ConfigV1alpha1Client) FluentBitConfigurations(namespace string) FluentBitConfigurationInterface
func (*ConfigV1alpha1Client) RESTClient ¶
func (c *ConfigV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type ConfigV1alpha1Interface ¶
type ConfigV1alpha1Interface interface { RESTClient() rest.Interface FluentBitConfigurationGetter }
type FluentBitConfigurationGetter ¶
type FluentBitConfigurationGetter interface {
FluentBitConfigurations(namespace string) FluentBitConfigurationInterface
}
FluentBitConfigurationGetter has a method to return a FluentBitConfigurationInterface. A group's client should implement this interface.
type FluentBitConfigurationInterface ¶
type FluentBitConfigurationInterface interface { Create(ctx context.Context, fluentBitConfiguration *v1alpha1.FluentBitConfiguration, opts metav1.CreateOptions) (*v1alpha1.FluentBitConfiguration, error) Update(ctx context.Context, fluentBitConfiguration *v1alpha1.FluentBitConfiguration, opts metav1.UpdateOptions) (*v1alpha1.FluentBitConfiguration, error) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1alpha1.FluentBitConfiguration, error) List(ctx context.Context, opts metav1.ListOptions) (*v1alpha1.FluentBitConfigurationList, error) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1alpha1.FluentBitConfiguration, err error) // contains filtered or unexported methods }
FluentBitConfigurationInterface has methods to work with fluentBitConfiguration resources.
Click to show internal directories.
Click to hide internal directories.