Documentation
¶
Index ¶
- type ClientInterface
- type FeatureFlagConfigurationImpl
- func (c *FeatureFlagConfigurationImpl) Create(project *v1alpha1.FeatureFlagConfiguration) (..., error)
- func (c *FeatureFlagConfigurationImpl) Get(name string, opts metav1.GetOptions) (*v1alpha1.FeatureFlagConfiguration, error)
- func (c *FeatureFlagConfigurationImpl) List(opts metav1.ListOptions) (*v1alpha1.FeatureFlagConfigurationList, error)
- func (c *FeatureFlagConfigurationImpl) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type FeatureFlagConfigurationInterface
- type FeatureFlagConfigurationRestClient
- type Sync
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInterface ¶ added in v0.2.3
type ClientInterface 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) }
type FeatureFlagConfigurationImpl ¶ added in v0.2.3
type FeatureFlagConfigurationImpl struct {
// contains filtered or unexported fields
}
func (*FeatureFlagConfigurationImpl) Create ¶ added in v0.2.3
func (c *FeatureFlagConfigurationImpl) Create(project *v1alpha1.FeatureFlagConfiguration) (*v1alpha1. FeatureFlagConfiguration, error, )
func (*FeatureFlagConfigurationImpl) Get ¶ added in v0.2.3
func (c *FeatureFlagConfigurationImpl) Get(name string, opts metav1.GetOptions, ) (*v1alpha1.FeatureFlagConfiguration, error)
func (*FeatureFlagConfigurationImpl) List ¶ added in v0.2.3
func (c *FeatureFlagConfigurationImpl) List(opts metav1.ListOptions) (*v1alpha1.FeatureFlagConfigurationList, error)
func (*FeatureFlagConfigurationImpl) Watch ¶ added in v0.2.3
func (c *FeatureFlagConfigurationImpl) Watch(opts metav1.ListOptions) (watch.Interface, error)
type FeatureFlagConfigurationInterface ¶ added in v0.2.3
type FeatureFlagConfigurationInterface interface {
FeatureFlagConfigurations(namespace string) ClientInterface
}
type FeatureFlagConfigurationRestClient ¶ added in v0.2.3
type FeatureFlagConfigurationRestClient struct {
// contains filtered or unexported fields
}
func NewForConfig ¶ added in v0.2.3
func NewForConfig(config *rest.Config) (*FeatureFlagConfigurationRestClient, error)
func (*FeatureFlagConfigurationRestClient) FeatureFlagConfigurations ¶ added in v0.2.3
func (c *FeatureFlagConfigurationRestClient) FeatureFlagConfigurations(namespace string) ClientInterface
Click to show internal directories.
Click to hide internal directories.