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 AttachmentExpansion

type AttachmentExpansion interface{}

type AttachmentInterface

type AttachmentInterface interface {
	Create(ctx context.Context, attachment *v1alpha1.Attachment, opts v1.CreateOptions) (*v1alpha1.Attachment, error)
	Update(ctx context.Context, attachment *v1alpha1.Attachment, opts v1.UpdateOptions) (*v1alpha1.Attachment, error)
	UpdateStatus(ctx context.Context, attachment *v1alpha1.Attachment, opts v1.UpdateOptions) (*v1alpha1.Attachment, 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.Attachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AttachmentList, 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.Attachment, err error)
	AttachmentExpansion
}

AttachmentInterface has methods to work with Attachment resources.

type AttachmentsGetter

type AttachmentsGetter interface {
	Attachments(namespace string) AttachmentInterface
}

AttachmentsGetter has a method to return a AttachmentInterface. A group's client should implement this interface.

type AutoscalingV1alpha1Client

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

AutoscalingV1alpha1Client is used to interact with features provided by the autoscaling.aws.kubeform.com group.

func New

New creates a new AutoscalingV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AutoscalingV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AutoscalingV1alpha1Client

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

func (*AutoscalingV1alpha1Client) Attachments

func (c *AutoscalingV1alpha1Client) Attachments(namespace string) AttachmentInterface

func (*AutoscalingV1alpha1Client) GroupTags added in v0.5.0

func (c *AutoscalingV1alpha1Client) GroupTags(namespace string) GroupTagInterface

func (*AutoscalingV1alpha1Client) Groups

func (c *AutoscalingV1alpha1Client) Groups(namespace string) GroupInterface

func (*AutoscalingV1alpha1Client) LifecycleHooks

func (c *AutoscalingV1alpha1Client) LifecycleHooks(namespace string) LifecycleHookInterface

func (*AutoscalingV1alpha1Client) Notifications

func (c *AutoscalingV1alpha1Client) Notifications(namespace string) NotificationInterface

func (*AutoscalingV1alpha1Client) Policies

func (c *AutoscalingV1alpha1Client) Policies(namespace string) PolicyInterface

func (*AutoscalingV1alpha1Client) RESTClient

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

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

func (*AutoscalingV1alpha1Client) Schedules

func (c *AutoscalingV1alpha1Client) Schedules(namespace string) ScheduleInterface

type GroupExpansion

type GroupExpansion interface{}

type GroupInterface

type GroupInterface interface {
	Create(ctx context.Context, group *v1alpha1.Group, opts v1.CreateOptions) (*v1alpha1.Group, error)
	Update(ctx context.Context, group *v1alpha1.Group, opts v1.UpdateOptions) (*v1alpha1.Group, error)
	UpdateStatus(ctx context.Context, group *v1alpha1.Group, opts v1.UpdateOptions) (*v1alpha1.Group, 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.Group, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GroupList, 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.Group, err error)
	GroupExpansion
}

GroupInterface has methods to work with Group resources.

type GroupTagExpansion added in v0.5.0

type GroupTagExpansion interface{}

type GroupTagInterface added in v0.5.0

type GroupTagInterface interface {
	Create(ctx context.Context, groupTag *v1alpha1.GroupTag, opts v1.CreateOptions) (*v1alpha1.GroupTag, error)
	Update(ctx context.Context, groupTag *v1alpha1.GroupTag, opts v1.UpdateOptions) (*v1alpha1.GroupTag, error)
	UpdateStatus(ctx context.Context, groupTag *v1alpha1.GroupTag, opts v1.UpdateOptions) (*v1alpha1.GroupTag, 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.GroupTag, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GroupTagList, 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.GroupTag, err error)
	GroupTagExpansion
}

GroupTagInterface has methods to work with GroupTag resources.

type GroupTagsGetter added in v0.5.0

type GroupTagsGetter interface {
	GroupTags(namespace string) GroupTagInterface
}

GroupTagsGetter has a method to return a GroupTagInterface. A group's client should implement this interface.

type GroupsGetter

type GroupsGetter interface {
	Groups(namespace string) GroupInterface
}

GroupsGetter has a method to return a GroupInterface. A group's client should implement this interface.

type LifecycleHookExpansion

type LifecycleHookExpansion interface{}

type LifecycleHookInterface

type LifecycleHookInterface interface {
	Create(ctx context.Context, lifecycleHook *v1alpha1.LifecycleHook, opts v1.CreateOptions) (*v1alpha1.LifecycleHook, error)
	Update(ctx context.Context, lifecycleHook *v1alpha1.LifecycleHook, opts v1.UpdateOptions) (*v1alpha1.LifecycleHook, error)
	UpdateStatus(ctx context.Context, lifecycleHook *v1alpha1.LifecycleHook, opts v1.UpdateOptions) (*v1alpha1.LifecycleHook, 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.LifecycleHook, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.LifecycleHookList, 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.LifecycleHook, err error)
	LifecycleHookExpansion
}

LifecycleHookInterface has methods to work with LifecycleHook resources.

type LifecycleHooksGetter

type LifecycleHooksGetter interface {
	LifecycleHooks(namespace string) LifecycleHookInterface
}

LifecycleHooksGetter has a method to return a LifecycleHookInterface. A group's client should implement this interface.

type NotificationExpansion

type NotificationExpansion interface{}

type NotificationInterface

type NotificationInterface interface {
	Create(ctx context.Context, notification *v1alpha1.Notification, opts v1.CreateOptions) (*v1alpha1.Notification, error)
	Update(ctx context.Context, notification *v1alpha1.Notification, opts v1.UpdateOptions) (*v1alpha1.Notification, error)
	UpdateStatus(ctx context.Context, notification *v1alpha1.Notification, opts v1.UpdateOptions) (*v1alpha1.Notification, 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.Notification, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NotificationList, 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.Notification, err error)
	NotificationExpansion
}

NotificationInterface has methods to work with Notification resources.

type NotificationsGetter

type NotificationsGetter interface {
	Notifications(namespace string) NotificationInterface
}

NotificationsGetter has a method to return a NotificationInterface. A group's client should implement this interface.

type PoliciesGetter

type PoliciesGetter interface {
	Policies(namespace string) PolicyInterface
}

PoliciesGetter has a method to return a PolicyInterface. A group's client should implement this interface.

type PolicyExpansion

type PolicyExpansion interface{}

type PolicyInterface

type PolicyInterface interface {
	Create(ctx context.Context, policy *v1alpha1.Policy, opts v1.CreateOptions) (*v1alpha1.Policy, error)
	Update(ctx context.Context, policy *v1alpha1.Policy, opts v1.UpdateOptions) (*v1alpha1.Policy, error)
	UpdateStatus(ctx context.Context, policy *v1alpha1.Policy, opts v1.UpdateOptions) (*v1alpha1.Policy, 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.Policy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PolicyList, 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.Policy, err error)
	PolicyExpansion
}

PolicyInterface has methods to work with Policy resources.

type ScheduleExpansion

type ScheduleExpansion interface{}

type ScheduleInterface

type ScheduleInterface interface {
	Create(ctx context.Context, schedule *v1alpha1.Schedule, opts v1.CreateOptions) (*v1alpha1.Schedule, error)
	Update(ctx context.Context, schedule *v1alpha1.Schedule, opts v1.UpdateOptions) (*v1alpha1.Schedule, error)
	UpdateStatus(ctx context.Context, schedule *v1alpha1.Schedule, opts v1.UpdateOptions) (*v1alpha1.Schedule, 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.Schedule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ScheduleList, 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.Schedule, err error)
	ScheduleExpansion
}

ScheduleInterface has methods to work with Schedule resources.

type SchedulesGetter

type SchedulesGetter interface {
	Schedules(namespace string) ScheduleInterface
}

SchedulesGetter has a method to return a ScheduleInterface. 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