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 FirewallExpansion

type FirewallExpansion interface{}

type FirewallInterface

type FirewallInterface interface {
	Create(ctx context.Context, firewall *v1alpha1.Firewall, opts v1.CreateOptions) (*v1alpha1.Firewall, error)
	Update(ctx context.Context, firewall *v1alpha1.Firewall, opts v1.UpdateOptions) (*v1alpha1.Firewall, error)
	UpdateStatus(ctx context.Context, firewall *v1alpha1.Firewall, opts v1.UpdateOptions) (*v1alpha1.Firewall, 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.Firewall, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FirewallList, 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.Firewall, err error)
	FirewallExpansion
}

FirewallInterface has methods to work with Firewall resources.

type FirewallPoliciesGetter

type FirewallPoliciesGetter interface {
	FirewallPolicies(namespace string) FirewallPolicyInterface
}

FirewallPoliciesGetter has a method to return a FirewallPolicyInterface. A group's client should implement this interface.

type FirewallPolicyExpansion

type FirewallPolicyExpansion interface{}

type FirewallPolicyInterface

type FirewallPolicyInterface interface {
	Create(ctx context.Context, firewallPolicy *v1alpha1.FirewallPolicy, opts v1.CreateOptions) (*v1alpha1.FirewallPolicy, error)
	Update(ctx context.Context, firewallPolicy *v1alpha1.FirewallPolicy, opts v1.UpdateOptions) (*v1alpha1.FirewallPolicy, error)
	UpdateStatus(ctx context.Context, firewallPolicy *v1alpha1.FirewallPolicy, opts v1.UpdateOptions) (*v1alpha1.FirewallPolicy, 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.FirewallPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FirewallPolicyList, 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.FirewallPolicy, err error)
	FirewallPolicyExpansion
}

FirewallPolicyInterface has methods to work with FirewallPolicy resources.

type FirewallsGetter

type FirewallsGetter interface {
	Firewalls(namespace string) FirewallInterface
}

FirewallsGetter has a method to return a FirewallInterface. A group's client should implement this interface.

type LoggingConfigurationExpansion

type LoggingConfigurationExpansion interface{}

type LoggingConfigurationInterface

type LoggingConfigurationInterface interface {
	Create(ctx context.Context, loggingConfiguration *v1alpha1.LoggingConfiguration, opts v1.CreateOptions) (*v1alpha1.LoggingConfiguration, error)
	Update(ctx context.Context, loggingConfiguration *v1alpha1.LoggingConfiguration, opts v1.UpdateOptions) (*v1alpha1.LoggingConfiguration, error)
	UpdateStatus(ctx context.Context, loggingConfiguration *v1alpha1.LoggingConfiguration, opts v1.UpdateOptions) (*v1alpha1.LoggingConfiguration, 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.LoggingConfiguration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.LoggingConfigurationList, 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.LoggingConfiguration, err error)
	LoggingConfigurationExpansion
}

LoggingConfigurationInterface has methods to work with LoggingConfiguration resources.

type LoggingConfigurationsGetter

type LoggingConfigurationsGetter interface {
	LoggingConfigurations(namespace string) LoggingConfigurationInterface
}

LoggingConfigurationsGetter has a method to return a LoggingConfigurationInterface. A group's client should implement this interface.

type NetworkfirewallV1alpha1Client

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

NetworkfirewallV1alpha1Client is used to interact with features provided by the networkfirewall.aws.kubeform.com group.

func New

New creates a new NetworkfirewallV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new NetworkfirewallV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *NetworkfirewallV1alpha1Client

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

func (*NetworkfirewallV1alpha1Client) FirewallPolicies

func (c *NetworkfirewallV1alpha1Client) FirewallPolicies(namespace string) FirewallPolicyInterface

func (*NetworkfirewallV1alpha1Client) Firewalls

func (c *NetworkfirewallV1alpha1Client) Firewalls(namespace string) FirewallInterface

func (*NetworkfirewallV1alpha1Client) LoggingConfigurations

func (c *NetworkfirewallV1alpha1Client) LoggingConfigurations(namespace string) LoggingConfigurationInterface

func (*NetworkfirewallV1alpha1Client) RESTClient

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*NetworkfirewallV1alpha1Client) ResourcePolicies

func (c *NetworkfirewallV1alpha1Client) ResourcePolicies(namespace string) ResourcePolicyInterface

func (*NetworkfirewallV1alpha1Client) RuleGroups

func (c *NetworkfirewallV1alpha1Client) RuleGroups(namespace string) RuleGroupInterface

type ResourcePoliciesGetter

type ResourcePoliciesGetter interface {
	ResourcePolicies(namespace string) ResourcePolicyInterface
}

ResourcePoliciesGetter has a method to return a ResourcePolicyInterface. A group's client should implement this interface.

type ResourcePolicyExpansion

type ResourcePolicyExpansion interface{}

type ResourcePolicyInterface

type ResourcePolicyInterface interface {
	Create(ctx context.Context, resourcePolicy *v1alpha1.ResourcePolicy, opts v1.CreateOptions) (*v1alpha1.ResourcePolicy, error)
	Update(ctx context.Context, resourcePolicy *v1alpha1.ResourcePolicy, opts v1.UpdateOptions) (*v1alpha1.ResourcePolicy, error)
	UpdateStatus(ctx context.Context, resourcePolicy *v1alpha1.ResourcePolicy, opts v1.UpdateOptions) (*v1alpha1.ResourcePolicy, 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.ResourcePolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ResourcePolicyList, 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.ResourcePolicy, err error)
	ResourcePolicyExpansion
}

ResourcePolicyInterface has methods to work with ResourcePolicy resources.

type RuleGroupExpansion

type RuleGroupExpansion interface{}

type RuleGroupInterface

type RuleGroupInterface interface {
	Create(ctx context.Context, ruleGroup *v1alpha1.RuleGroup, opts v1.CreateOptions) (*v1alpha1.RuleGroup, error)
	Update(ctx context.Context, ruleGroup *v1alpha1.RuleGroup, opts v1.UpdateOptions) (*v1alpha1.RuleGroup, error)
	UpdateStatus(ctx context.Context, ruleGroup *v1alpha1.RuleGroup, opts v1.UpdateOptions) (*v1alpha1.RuleGroup, 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.RuleGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RuleGroupList, 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.RuleGroup, err error)
	RuleGroupExpansion
}

RuleGroupInterface has methods to work with RuleGroup resources.

type RuleGroupsGetter

type RuleGroupsGetter interface {
	RuleGroups(namespace string) RuleGroupInterface
}

RuleGroupsGetter has a method to return a RuleGroupInterface. 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