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 AppengineV1alpha1Client

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

AppengineV1alpha1Client is used to interact with features provided by the appengine.google.kubeform.com group.

func New

New creates a new AppengineV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AppengineV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AppengineV1alpha1Client

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

func (*AppengineV1alpha1Client) ApplicationURLDispatchRuleses

func (c *AppengineV1alpha1Client) ApplicationURLDispatchRuleses(namespace string) ApplicationURLDispatchRulesInterface

func (*AppengineV1alpha1Client) Applications

func (c *AppengineV1alpha1Client) Applications(namespace string) ApplicationInterface

func (*AppengineV1alpha1Client) DomainMappings

func (c *AppengineV1alpha1Client) DomainMappings(namespace string) DomainMappingInterface

func (*AppengineV1alpha1Client) FirewallRules

func (c *AppengineV1alpha1Client) FirewallRules(namespace string) FirewallRuleInterface

func (*AppengineV1alpha1Client) FlexibleAppVersions

func (c *AppengineV1alpha1Client) FlexibleAppVersions(namespace string) FlexibleAppVersionInterface

func (*AppengineV1alpha1Client) RESTClient

func (c *AppengineV1alpha1Client) RESTClient() rest.Interface

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

func (*AppengineV1alpha1Client) ServiceNetworkSettingses

func (c *AppengineV1alpha1Client) ServiceNetworkSettingses(namespace string) ServiceNetworkSettingsInterface

func (*AppengineV1alpha1Client) ServiceSplitTraffics

func (c *AppengineV1alpha1Client) ServiceSplitTraffics(namespace string) ServiceSplitTrafficInterface

func (*AppengineV1alpha1Client) StandardAppVersions

func (c *AppengineV1alpha1Client) StandardAppVersions(namespace string) StandardAppVersionInterface

type ApplicationExpansion

type ApplicationExpansion interface{}

type ApplicationInterface

type ApplicationInterface interface {
	Create(ctx context.Context, application *v1alpha1.Application, opts v1.CreateOptions) (*v1alpha1.Application, error)
	Update(ctx context.Context, application *v1alpha1.Application, opts v1.UpdateOptions) (*v1alpha1.Application, error)
	UpdateStatus(ctx context.Context, application *v1alpha1.Application, opts v1.UpdateOptions) (*v1alpha1.Application, 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.Application, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationList, 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.Application, err error)
	ApplicationExpansion
}

ApplicationInterface has methods to work with Application resources.

type ApplicationURLDispatchRulesExpansion

type ApplicationURLDispatchRulesExpansion interface{}

type ApplicationURLDispatchRulesInterface

type ApplicationURLDispatchRulesInterface interface {
	Create(ctx context.Context, applicationURLDispatchRules *v1alpha1.ApplicationURLDispatchRules, opts v1.CreateOptions) (*v1alpha1.ApplicationURLDispatchRules, error)
	Update(ctx context.Context, applicationURLDispatchRules *v1alpha1.ApplicationURLDispatchRules, opts v1.UpdateOptions) (*v1alpha1.ApplicationURLDispatchRules, error)
	UpdateStatus(ctx context.Context, applicationURLDispatchRules *v1alpha1.ApplicationURLDispatchRules, opts v1.UpdateOptions) (*v1alpha1.ApplicationURLDispatchRules, 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.ApplicationURLDispatchRules, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationURLDispatchRulesList, 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.ApplicationURLDispatchRules, err error)
	ApplicationURLDispatchRulesExpansion
}

ApplicationURLDispatchRulesInterface has methods to work with ApplicationURLDispatchRules resources.

type ApplicationURLDispatchRulesesGetter

type ApplicationURLDispatchRulesesGetter interface {
	ApplicationURLDispatchRuleses(namespace string) ApplicationURLDispatchRulesInterface
}

ApplicationURLDispatchRulesesGetter has a method to return a ApplicationURLDispatchRulesInterface. A group's client should implement this interface.

type ApplicationsGetter

type ApplicationsGetter interface {
	Applications(namespace string) ApplicationInterface
}

ApplicationsGetter has a method to return a ApplicationInterface. A group's client should implement this interface.

type DomainMappingExpansion

type DomainMappingExpansion interface{}

type DomainMappingInterface

type DomainMappingInterface interface {
	Create(ctx context.Context, domainMapping *v1alpha1.DomainMapping, opts v1.CreateOptions) (*v1alpha1.DomainMapping, error)
	Update(ctx context.Context, domainMapping *v1alpha1.DomainMapping, opts v1.UpdateOptions) (*v1alpha1.DomainMapping, error)
	UpdateStatus(ctx context.Context, domainMapping *v1alpha1.DomainMapping, opts v1.UpdateOptions) (*v1alpha1.DomainMapping, 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.DomainMapping, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DomainMappingList, 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.DomainMapping, err error)
	DomainMappingExpansion
}

DomainMappingInterface has methods to work with DomainMapping resources.

type DomainMappingsGetter

type DomainMappingsGetter interface {
	DomainMappings(namespace string) DomainMappingInterface
}

DomainMappingsGetter has a method to return a DomainMappingInterface. A group's client should implement this interface.

type FirewallRuleExpansion

type FirewallRuleExpansion interface{}

type FirewallRuleInterface

type FirewallRuleInterface interface {
	Create(ctx context.Context, firewallRule *v1alpha1.FirewallRule, opts v1.CreateOptions) (*v1alpha1.FirewallRule, error)
	Update(ctx context.Context, firewallRule *v1alpha1.FirewallRule, opts v1.UpdateOptions) (*v1alpha1.FirewallRule, error)
	UpdateStatus(ctx context.Context, firewallRule *v1alpha1.FirewallRule, opts v1.UpdateOptions) (*v1alpha1.FirewallRule, 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.FirewallRule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FirewallRuleList, 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.FirewallRule, err error)
	FirewallRuleExpansion
}

FirewallRuleInterface has methods to work with FirewallRule resources.

type FirewallRulesGetter

type FirewallRulesGetter interface {
	FirewallRules(namespace string) FirewallRuleInterface
}

FirewallRulesGetter has a method to return a FirewallRuleInterface. A group's client should implement this interface.

type FlexibleAppVersionExpansion

type FlexibleAppVersionExpansion interface{}

type FlexibleAppVersionInterface

type FlexibleAppVersionInterface interface {
	Create(ctx context.Context, flexibleAppVersion *v1alpha1.FlexibleAppVersion, opts v1.CreateOptions) (*v1alpha1.FlexibleAppVersion, error)
	Update(ctx context.Context, flexibleAppVersion *v1alpha1.FlexibleAppVersion, opts v1.UpdateOptions) (*v1alpha1.FlexibleAppVersion, error)
	UpdateStatus(ctx context.Context, flexibleAppVersion *v1alpha1.FlexibleAppVersion, opts v1.UpdateOptions) (*v1alpha1.FlexibleAppVersion, 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.FlexibleAppVersion, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FlexibleAppVersionList, 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.FlexibleAppVersion, err error)
	FlexibleAppVersionExpansion
}

FlexibleAppVersionInterface has methods to work with FlexibleAppVersion resources.

type FlexibleAppVersionsGetter

type FlexibleAppVersionsGetter interface {
	FlexibleAppVersions(namespace string) FlexibleAppVersionInterface
}

FlexibleAppVersionsGetter has a method to return a FlexibleAppVersionInterface. A group's client should implement this interface.

type ServiceNetworkSettingsExpansion

type ServiceNetworkSettingsExpansion interface{}

type ServiceNetworkSettingsInterface

type ServiceNetworkSettingsInterface interface {
	Create(ctx context.Context, serviceNetworkSettings *v1alpha1.ServiceNetworkSettings, opts v1.CreateOptions) (*v1alpha1.ServiceNetworkSettings, error)
	Update(ctx context.Context, serviceNetworkSettings *v1alpha1.ServiceNetworkSettings, opts v1.UpdateOptions) (*v1alpha1.ServiceNetworkSettings, error)
	UpdateStatus(ctx context.Context, serviceNetworkSettings *v1alpha1.ServiceNetworkSettings, opts v1.UpdateOptions) (*v1alpha1.ServiceNetworkSettings, 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.ServiceNetworkSettings, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ServiceNetworkSettingsList, 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.ServiceNetworkSettings, err error)
	ServiceNetworkSettingsExpansion
}

ServiceNetworkSettingsInterface has methods to work with ServiceNetworkSettings resources.

type ServiceNetworkSettingsesGetter

type ServiceNetworkSettingsesGetter interface {
	ServiceNetworkSettingses(namespace string) ServiceNetworkSettingsInterface
}

ServiceNetworkSettingsesGetter has a method to return a ServiceNetworkSettingsInterface. A group's client should implement this interface.

type ServiceSplitTrafficExpansion

type ServiceSplitTrafficExpansion interface{}

type ServiceSplitTrafficInterface

type ServiceSplitTrafficInterface interface {
	Create(ctx context.Context, serviceSplitTraffic *v1alpha1.ServiceSplitTraffic, opts v1.CreateOptions) (*v1alpha1.ServiceSplitTraffic, error)
	Update(ctx context.Context, serviceSplitTraffic *v1alpha1.ServiceSplitTraffic, opts v1.UpdateOptions) (*v1alpha1.ServiceSplitTraffic, error)
	UpdateStatus(ctx context.Context, serviceSplitTraffic *v1alpha1.ServiceSplitTraffic, opts v1.UpdateOptions) (*v1alpha1.ServiceSplitTraffic, 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.ServiceSplitTraffic, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ServiceSplitTrafficList, 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.ServiceSplitTraffic, err error)
	ServiceSplitTrafficExpansion
}

ServiceSplitTrafficInterface has methods to work with ServiceSplitTraffic resources.

type ServiceSplitTrafficsGetter

type ServiceSplitTrafficsGetter interface {
	ServiceSplitTraffics(namespace string) ServiceSplitTrafficInterface
}

ServiceSplitTrafficsGetter has a method to return a ServiceSplitTrafficInterface. A group's client should implement this interface.

type StandardAppVersionExpansion

type StandardAppVersionExpansion interface{}

type StandardAppVersionInterface

type StandardAppVersionInterface interface {
	Create(ctx context.Context, standardAppVersion *v1alpha1.StandardAppVersion, opts v1.CreateOptions) (*v1alpha1.StandardAppVersion, error)
	Update(ctx context.Context, standardAppVersion *v1alpha1.StandardAppVersion, opts v1.UpdateOptions) (*v1alpha1.StandardAppVersion, error)
	UpdateStatus(ctx context.Context, standardAppVersion *v1alpha1.StandardAppVersion, opts v1.UpdateOptions) (*v1alpha1.StandardAppVersion, 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.StandardAppVersion, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StandardAppVersionList, 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.StandardAppVersion, err error)
	StandardAppVersionExpansion
}

StandardAppVersionInterface has methods to work with StandardAppVersion resources.

type StandardAppVersionsGetter

type StandardAppVersionsGetter interface {
	StandardAppVersions(namespace string) StandardAppVersionInterface
}

StandardAppVersionsGetter has a method to return a StandardAppVersionInterface. 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