Documentation ¶
Index ¶
- func WatchResources(ctx context.Context, l log.Entry, clientSet FFCInterface, ...)
- type FFCClient
- type FFCInterface
- type FeatureFlagClient
- func (c *FeatureFlagClient) Create(project *v1alpha1.FeatureFlagConfiguration) (..., error)
- func (c *FeatureFlagClient) Get(name string, opts metav1.GetOptions) (*v1alpha1.FeatureFlagConfiguration, error)
- func (c *FeatureFlagClient) List(opts metav1.ListOptions) (*v1alpha1.FeatureFlagConfigurationList, error)
- func (c *FeatureFlagClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FFCClient ¶
type FFCClient struct {
// contains filtered or unexported fields
}
func (*FFCClient) FeatureFlagConfigurations ¶
type FFCInterface ¶
type FeatureFlagClient ¶
type FeatureFlagClient struct {
// contains filtered or unexported fields
}
func (*FeatureFlagClient) Create ¶
func (c *FeatureFlagClient) Create(project *v1alpha1.FeatureFlagConfiguration) (*v1alpha1. FeatureFlagConfiguration, error, )
func (*FeatureFlagClient) Get ¶
func (c *FeatureFlagClient) Get(name string, opts metav1.GetOptions) (*v1alpha1.FeatureFlagConfiguration, error)
func (*FeatureFlagClient) List ¶
func (c *FeatureFlagClient) List(opts metav1.ListOptions) (*v1alpha1.FeatureFlagConfigurationList, error)
func (*FeatureFlagClient) Watch ¶
func (c *FeatureFlagClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type Interface ¶
type Interface interface { List(opts metav1.ListOptions) (*v1alpha1.FeatureFlagConfigurationList, error) Get(name string, options metav1.GetOptions) (*v1alpha1.FeatureFlagConfiguration, error) Create(*v1alpha1.FeatureFlagConfiguration) (*v1alpha1.FeatureFlagConfiguration, error) Watch(opts metav1.ListOptions) (watch.Interface, error) }
Click to show internal directories.
Click to hide internal directories.