v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

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 AggregateCompliancePackExpansion

type AggregateCompliancePackExpansion interface{}

type AggregateCompliancePackInterface

type AggregateCompliancePackInterface interface {
	Create(ctx context.Context, aggregateCompliancePack *v1alpha1.AggregateCompliancePack, opts v1.CreateOptions) (*v1alpha1.AggregateCompliancePack, error)
	Update(ctx context.Context, aggregateCompliancePack *v1alpha1.AggregateCompliancePack, opts v1.UpdateOptions) (*v1alpha1.AggregateCompliancePack, error)
	UpdateStatus(ctx context.Context, aggregateCompliancePack *v1alpha1.AggregateCompliancePack, opts v1.UpdateOptions) (*v1alpha1.AggregateCompliancePack, 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.AggregateCompliancePack, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AggregateCompliancePackList, 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.AggregateCompliancePack, err error)
	AggregateCompliancePackExpansion
}

AggregateCompliancePackInterface has methods to work with AggregateCompliancePack resources.

type AggregateCompliancePacksGetter

type AggregateCompliancePacksGetter interface {
	AggregateCompliancePacks(namespace string) AggregateCompliancePackInterface
}

AggregateCompliancePacksGetter has a method to return a AggregateCompliancePackInterface. A group's client should implement this interface.

type AggregateConfigRuleExpansion

type AggregateConfigRuleExpansion interface{}

type AggregateConfigRuleInterface

type AggregateConfigRuleInterface interface {
	Create(ctx context.Context, aggregateConfigRule *v1alpha1.AggregateConfigRule, opts v1.CreateOptions) (*v1alpha1.AggregateConfigRule, error)
	Update(ctx context.Context, aggregateConfigRule *v1alpha1.AggregateConfigRule, opts v1.UpdateOptions) (*v1alpha1.AggregateConfigRule, error)
	UpdateStatus(ctx context.Context, aggregateConfigRule *v1alpha1.AggregateConfigRule, opts v1.UpdateOptions) (*v1alpha1.AggregateConfigRule, 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.AggregateConfigRule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AggregateConfigRuleList, 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.AggregateConfigRule, err error)
	AggregateConfigRuleExpansion
}

AggregateConfigRuleInterface has methods to work with AggregateConfigRule resources.

type AggregateConfigRulesGetter

type AggregateConfigRulesGetter interface {
	AggregateConfigRules(namespace string) AggregateConfigRuleInterface
}

AggregateConfigRulesGetter has a method to return a AggregateConfigRuleInterface. A group's client should implement this interface.

type AggregatorExpansion

type AggregatorExpansion interface{}

type AggregatorInterface

type AggregatorInterface interface {
	Create(ctx context.Context, aggregator *v1alpha1.Aggregator, opts v1.CreateOptions) (*v1alpha1.Aggregator, error)
	Update(ctx context.Context, aggregator *v1alpha1.Aggregator, opts v1.UpdateOptions) (*v1alpha1.Aggregator, error)
	UpdateStatus(ctx context.Context, aggregator *v1alpha1.Aggregator, opts v1.UpdateOptions) (*v1alpha1.Aggregator, 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.Aggregator, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AggregatorList, 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.Aggregator, err error)
	AggregatorExpansion
}

AggregatorInterface has methods to work with Aggregator resources.

type AggregatorsGetter

type AggregatorsGetter interface {
	Aggregators(namespace string) AggregatorInterface
}

AggregatorsGetter has a method to return a AggregatorInterface. A group's client should implement this interface.

type CompliancePackExpansion

type CompliancePackExpansion interface{}

type CompliancePackInterface

type CompliancePackInterface interface {
	Create(ctx context.Context, compliancePack *v1alpha1.CompliancePack, opts v1.CreateOptions) (*v1alpha1.CompliancePack, error)
	Update(ctx context.Context, compliancePack *v1alpha1.CompliancePack, opts v1.UpdateOptions) (*v1alpha1.CompliancePack, error)
	UpdateStatus(ctx context.Context, compliancePack *v1alpha1.CompliancePack, opts v1.UpdateOptions) (*v1alpha1.CompliancePack, 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.CompliancePack, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CompliancePackList, 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.CompliancePack, err error)
	CompliancePackExpansion
}

CompliancePackInterface has methods to work with CompliancePack resources.

type CompliancePacksGetter

type CompliancePacksGetter interface {
	CompliancePacks(namespace string) CompliancePackInterface
}

CompliancePacksGetter has a method to return a CompliancePackInterface. A group's client should implement this interface.

type ConfigV1alpha1Client

type ConfigV1alpha1Client struct {
	// contains filtered or unexported fields
}

ConfigV1alpha1Client is used to interact with features provided by the config.alicloud.kubeform.com group.

func New

New creates a new ConfigV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*ConfigV1alpha1Client, error)

NewForConfig creates a new ConfigV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ConfigV1alpha1Client

NewForConfigOrDie creates a new ConfigV1alpha1Client for the given config and panics if there is an error in the config.

func (*ConfigV1alpha1Client) AggregateCompliancePacks

func (c *ConfigV1alpha1Client) AggregateCompliancePacks(namespace string) AggregateCompliancePackInterface

func (*ConfigV1alpha1Client) AggregateConfigRules

func (c *ConfigV1alpha1Client) AggregateConfigRules(namespace string) AggregateConfigRuleInterface

func (*ConfigV1alpha1Client) Aggregators

func (c *ConfigV1alpha1Client) Aggregators(namespace string) AggregatorInterface

func (*ConfigV1alpha1Client) CompliancePacks

func (c *ConfigV1alpha1Client) CompliancePacks(namespace string) CompliancePackInterface

func (*ConfigV1alpha1Client) ConfigurationRecorders

func (c *ConfigV1alpha1Client) ConfigurationRecorders(namespace string) ConfigurationRecorderInterface

func (*ConfigV1alpha1Client) DeliveryChannels

func (c *ConfigV1alpha1Client) DeliveryChannels(namespace string) DeliveryChannelInterface

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.

func (*ConfigV1alpha1Client) Rules

func (c *ConfigV1alpha1Client) Rules(namespace string) RuleInterface

type ConfigurationRecorderExpansion

type ConfigurationRecorderExpansion interface{}

type ConfigurationRecorderInterface

type ConfigurationRecorderInterface interface {
	Create(ctx context.Context, configurationRecorder *v1alpha1.ConfigurationRecorder, opts v1.CreateOptions) (*v1alpha1.ConfigurationRecorder, error)
	Update(ctx context.Context, configurationRecorder *v1alpha1.ConfigurationRecorder, opts v1.UpdateOptions) (*v1alpha1.ConfigurationRecorder, error)
	UpdateStatus(ctx context.Context, configurationRecorder *v1alpha1.ConfigurationRecorder, opts v1.UpdateOptions) (*v1alpha1.ConfigurationRecorder, 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.ConfigurationRecorder, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConfigurationRecorderList, 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.ConfigurationRecorder, err error)
	ConfigurationRecorderExpansion
}

ConfigurationRecorderInterface has methods to work with ConfigurationRecorder resources.

type ConfigurationRecordersGetter

type ConfigurationRecordersGetter interface {
	ConfigurationRecorders(namespace string) ConfigurationRecorderInterface
}

ConfigurationRecordersGetter has a method to return a ConfigurationRecorderInterface. A group's client should implement this interface.

type DeliveryChannelExpansion

type DeliveryChannelExpansion interface{}

type DeliveryChannelInterface

type DeliveryChannelInterface interface {
	Create(ctx context.Context, deliveryChannel *v1alpha1.DeliveryChannel, opts v1.CreateOptions) (*v1alpha1.DeliveryChannel, error)
	Update(ctx context.Context, deliveryChannel *v1alpha1.DeliveryChannel, opts v1.UpdateOptions) (*v1alpha1.DeliveryChannel, error)
	UpdateStatus(ctx context.Context, deliveryChannel *v1alpha1.DeliveryChannel, opts v1.UpdateOptions) (*v1alpha1.DeliveryChannel, 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.DeliveryChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DeliveryChannelList, 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.DeliveryChannel, err error)
	DeliveryChannelExpansion
}

DeliveryChannelInterface has methods to work with DeliveryChannel resources.

type DeliveryChannelsGetter

type DeliveryChannelsGetter interface {
	DeliveryChannels(namespace string) DeliveryChannelInterface
}

DeliveryChannelsGetter has a method to return a DeliveryChannelInterface. A group's client should implement this interface.

type RuleExpansion

type RuleExpansion interface{}

type RuleInterface

type RuleInterface interface {
	Create(ctx context.Context, rule *v1alpha1.Rule, opts v1.CreateOptions) (*v1alpha1.Rule, error)
	Update(ctx context.Context, rule *v1alpha1.Rule, opts v1.UpdateOptions) (*v1alpha1.Rule, error)
	UpdateStatus(ctx context.Context, rule *v1alpha1.Rule, opts v1.UpdateOptions) (*v1alpha1.Rule, 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.Rule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RuleList, 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.Rule, err error)
	RuleExpansion
}

RuleInterface has methods to work with Rule resources.

type RulesGetter

type RulesGetter interface {
	Rules(namespace string) RuleInterface
}

RulesGetter has a method to return a RuleInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL