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 ActivationExpansion

type ActivationExpansion interface{}

type ActivationInterface

type ActivationInterface interface {
	Create(ctx context.Context, activation *v1alpha1.Activation, opts v1.CreateOptions) (*v1alpha1.Activation, error)
	Update(ctx context.Context, activation *v1alpha1.Activation, opts v1.UpdateOptions) (*v1alpha1.Activation, error)
	UpdateStatus(ctx context.Context, activation *v1alpha1.Activation, opts v1.UpdateOptions) (*v1alpha1.Activation, 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.Activation, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ActivationList, 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.Activation, err error)
	ActivationExpansion
}

ActivationInterface has methods to work with Activation resources.

type ActivationsGetter

type ActivationsGetter interface {
	Activations(namespace string) ActivationInterface
}

ActivationsGetter has a method to return a ActivationInterface. A group's client should implement this interface.

type AssociationExpansion

type AssociationExpansion interface{}

type AssociationInterface

type AssociationInterface interface {
	Create(ctx context.Context, association *v1alpha1.Association, opts v1.CreateOptions) (*v1alpha1.Association, error)
	Update(ctx context.Context, association *v1alpha1.Association, opts v1.UpdateOptions) (*v1alpha1.Association, error)
	UpdateStatus(ctx context.Context, association *v1alpha1.Association, opts v1.UpdateOptions) (*v1alpha1.Association, 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.Association, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AssociationList, 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.Association, err error)
	AssociationExpansion
}

AssociationInterface has methods to work with Association resources.

type AssociationsGetter

type AssociationsGetter interface {
	Associations(namespace string) AssociationInterface
}

AssociationsGetter has a method to return a AssociationInterface. A group's client should implement this interface.

type DocumentExpansion

type DocumentExpansion interface{}

type DocumentInterface

type DocumentInterface interface {
	Create(ctx context.Context, document *v1alpha1.Document, opts v1.CreateOptions) (*v1alpha1.Document, error)
	Update(ctx context.Context, document *v1alpha1.Document, opts v1.UpdateOptions) (*v1alpha1.Document, error)
	UpdateStatus(ctx context.Context, document *v1alpha1.Document, opts v1.UpdateOptions) (*v1alpha1.Document, 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.Document, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DocumentList, 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.Document, err error)
	DocumentExpansion
}

DocumentInterface has methods to work with Document resources.

type DocumentsGetter

type DocumentsGetter interface {
	Documents(namespace string) DocumentInterface
}

DocumentsGetter has a method to return a DocumentInterface. A group's client should implement this interface.

type MaintenanceWindowExpansion

type MaintenanceWindowExpansion interface{}

type MaintenanceWindowInterface

type MaintenanceWindowInterface interface {
	Create(ctx context.Context, maintenanceWindow *v1alpha1.MaintenanceWindow, opts v1.CreateOptions) (*v1alpha1.MaintenanceWindow, error)
	Update(ctx context.Context, maintenanceWindow *v1alpha1.MaintenanceWindow, opts v1.UpdateOptions) (*v1alpha1.MaintenanceWindow, error)
	UpdateStatus(ctx context.Context, maintenanceWindow *v1alpha1.MaintenanceWindow, opts v1.UpdateOptions) (*v1alpha1.MaintenanceWindow, 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.MaintenanceWindow, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MaintenanceWindowList, 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.MaintenanceWindow, err error)
	MaintenanceWindowExpansion
}

MaintenanceWindowInterface has methods to work with MaintenanceWindow resources.

type MaintenanceWindowTargetExpansion

type MaintenanceWindowTargetExpansion interface{}

type MaintenanceWindowTargetInterface

type MaintenanceWindowTargetInterface interface {
	Create(ctx context.Context, maintenanceWindowTarget *v1alpha1.MaintenanceWindowTarget, opts v1.CreateOptions) (*v1alpha1.MaintenanceWindowTarget, error)
	Update(ctx context.Context, maintenanceWindowTarget *v1alpha1.MaintenanceWindowTarget, opts v1.UpdateOptions) (*v1alpha1.MaintenanceWindowTarget, error)
	UpdateStatus(ctx context.Context, maintenanceWindowTarget *v1alpha1.MaintenanceWindowTarget, opts v1.UpdateOptions) (*v1alpha1.MaintenanceWindowTarget, 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.MaintenanceWindowTarget, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MaintenanceWindowTargetList, 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.MaintenanceWindowTarget, err error)
	MaintenanceWindowTargetExpansion
}

MaintenanceWindowTargetInterface has methods to work with MaintenanceWindowTarget resources.

type MaintenanceWindowTargetsGetter

type MaintenanceWindowTargetsGetter interface {
	MaintenanceWindowTargets(namespace string) MaintenanceWindowTargetInterface
}

MaintenanceWindowTargetsGetter has a method to return a MaintenanceWindowTargetInterface. A group's client should implement this interface.

type MaintenanceWindowTaskExpansion

type MaintenanceWindowTaskExpansion interface{}

type MaintenanceWindowTaskInterface

type MaintenanceWindowTaskInterface interface {
	Create(ctx context.Context, maintenanceWindowTask *v1alpha1.MaintenanceWindowTask, opts v1.CreateOptions) (*v1alpha1.MaintenanceWindowTask, error)
	Update(ctx context.Context, maintenanceWindowTask *v1alpha1.MaintenanceWindowTask, opts v1.UpdateOptions) (*v1alpha1.MaintenanceWindowTask, error)
	UpdateStatus(ctx context.Context, maintenanceWindowTask *v1alpha1.MaintenanceWindowTask, opts v1.UpdateOptions) (*v1alpha1.MaintenanceWindowTask, 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.MaintenanceWindowTask, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MaintenanceWindowTaskList, 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.MaintenanceWindowTask, err error)
	MaintenanceWindowTaskExpansion
}

MaintenanceWindowTaskInterface has methods to work with MaintenanceWindowTask resources.

type MaintenanceWindowTasksGetter

type MaintenanceWindowTasksGetter interface {
	MaintenanceWindowTasks(namespace string) MaintenanceWindowTaskInterface
}

MaintenanceWindowTasksGetter has a method to return a MaintenanceWindowTaskInterface. A group's client should implement this interface.

type MaintenanceWindowsGetter

type MaintenanceWindowsGetter interface {
	MaintenanceWindows(namespace string) MaintenanceWindowInterface
}

MaintenanceWindowsGetter has a method to return a MaintenanceWindowInterface. A group's client should implement this interface.

type ParameterExpansion

type ParameterExpansion interface{}

type ParameterInterface

type ParameterInterface interface {
	Create(ctx context.Context, parameter *v1alpha1.Parameter, opts v1.CreateOptions) (*v1alpha1.Parameter, error)
	Update(ctx context.Context, parameter *v1alpha1.Parameter, opts v1.UpdateOptions) (*v1alpha1.Parameter, error)
	UpdateStatus(ctx context.Context, parameter *v1alpha1.Parameter, opts v1.UpdateOptions) (*v1alpha1.Parameter, 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.Parameter, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ParameterList, 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.Parameter, err error)
	ParameterExpansion
}

ParameterInterface has methods to work with Parameter resources.

type ParametersGetter

type ParametersGetter interface {
	Parameters(namespace string) ParameterInterface
}

ParametersGetter has a method to return a ParameterInterface. A group's client should implement this interface.

type PatchBaselineExpansion

type PatchBaselineExpansion interface{}

type PatchBaselineInterface

type PatchBaselineInterface interface {
	Create(ctx context.Context, patchBaseline *v1alpha1.PatchBaseline, opts v1.CreateOptions) (*v1alpha1.PatchBaseline, error)
	Update(ctx context.Context, patchBaseline *v1alpha1.PatchBaseline, opts v1.UpdateOptions) (*v1alpha1.PatchBaseline, error)
	UpdateStatus(ctx context.Context, patchBaseline *v1alpha1.PatchBaseline, opts v1.UpdateOptions) (*v1alpha1.PatchBaseline, 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.PatchBaseline, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PatchBaselineList, 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.PatchBaseline, err error)
	PatchBaselineExpansion
}

PatchBaselineInterface has methods to work with PatchBaseline resources.

type PatchBaselinesGetter

type PatchBaselinesGetter interface {
	PatchBaselines(namespace string) PatchBaselineInterface
}

PatchBaselinesGetter has a method to return a PatchBaselineInterface. A group's client should implement this interface.

type PatchGroupExpansion

type PatchGroupExpansion interface{}

type PatchGroupInterface

type PatchGroupInterface interface {
	Create(ctx context.Context, patchGroup *v1alpha1.PatchGroup, opts v1.CreateOptions) (*v1alpha1.PatchGroup, error)
	Update(ctx context.Context, patchGroup *v1alpha1.PatchGroup, opts v1.UpdateOptions) (*v1alpha1.PatchGroup, error)
	UpdateStatus(ctx context.Context, patchGroup *v1alpha1.PatchGroup, opts v1.UpdateOptions) (*v1alpha1.PatchGroup, 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.PatchGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PatchGroupList, 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.PatchGroup, err error)
	PatchGroupExpansion
}

PatchGroupInterface has methods to work with PatchGroup resources.

type PatchGroupsGetter

type PatchGroupsGetter interface {
	PatchGroups(namespace string) PatchGroupInterface
}

PatchGroupsGetter has a method to return a PatchGroupInterface. A group's client should implement this interface.

type ResourceDataSyncExpansion

type ResourceDataSyncExpansion interface{}

type ResourceDataSyncInterface

type ResourceDataSyncInterface interface {
	Create(ctx context.Context, resourceDataSync *v1alpha1.ResourceDataSync, opts v1.CreateOptions) (*v1alpha1.ResourceDataSync, error)
	Update(ctx context.Context, resourceDataSync *v1alpha1.ResourceDataSync, opts v1.UpdateOptions) (*v1alpha1.ResourceDataSync, error)
	UpdateStatus(ctx context.Context, resourceDataSync *v1alpha1.ResourceDataSync, opts v1.UpdateOptions) (*v1alpha1.ResourceDataSync, 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.ResourceDataSync, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ResourceDataSyncList, 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.ResourceDataSync, err error)
	ResourceDataSyncExpansion
}

ResourceDataSyncInterface has methods to work with ResourceDataSync resources.

type ResourceDataSyncsGetter

type ResourceDataSyncsGetter interface {
	ResourceDataSyncs(namespace string) ResourceDataSyncInterface
}

ResourceDataSyncsGetter has a method to return a ResourceDataSyncInterface. A group's client should implement this interface.

type SsmV1alpha1Client

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

SsmV1alpha1Client is used to interact with features provided by the ssm.aws.kubeform.com group.

func New

New creates a new SsmV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SsmV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SsmV1alpha1Client

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

func (*SsmV1alpha1Client) Activations

func (c *SsmV1alpha1Client) Activations(namespace string) ActivationInterface

func (*SsmV1alpha1Client) Associations

func (c *SsmV1alpha1Client) Associations(namespace string) AssociationInterface

func (*SsmV1alpha1Client) Documents

func (c *SsmV1alpha1Client) Documents(namespace string) DocumentInterface

func (*SsmV1alpha1Client) MaintenanceWindowTargets

func (c *SsmV1alpha1Client) MaintenanceWindowTargets(namespace string) MaintenanceWindowTargetInterface

func (*SsmV1alpha1Client) MaintenanceWindowTasks

func (c *SsmV1alpha1Client) MaintenanceWindowTasks(namespace string) MaintenanceWindowTaskInterface

func (*SsmV1alpha1Client) MaintenanceWindows

func (c *SsmV1alpha1Client) MaintenanceWindows(namespace string) MaintenanceWindowInterface

func (*SsmV1alpha1Client) Parameters

func (c *SsmV1alpha1Client) Parameters(namespace string) ParameterInterface

func (*SsmV1alpha1Client) PatchBaselines

func (c *SsmV1alpha1Client) PatchBaselines(namespace string) PatchBaselineInterface

func (*SsmV1alpha1Client) PatchGroups

func (c *SsmV1alpha1Client) PatchGroups(namespace string) PatchGroupInterface

func (*SsmV1alpha1Client) RESTClient

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

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

func (*SsmV1alpha1Client) ResourceDataSyncs

func (c *SsmV1alpha1Client) ResourceDataSyncs(namespace string) ResourceDataSyncInterface

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