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 AuthorizerExpansion added in v0.5.0

type AuthorizerExpansion interface{}

type AuthorizerInterface added in v0.5.0

type AuthorizerInterface interface {
	Create(ctx context.Context, authorizer *v1alpha1.Authorizer, opts v1.CreateOptions) (*v1alpha1.Authorizer, error)
	Update(ctx context.Context, authorizer *v1alpha1.Authorizer, opts v1.UpdateOptions) (*v1alpha1.Authorizer, error)
	UpdateStatus(ctx context.Context, authorizer *v1alpha1.Authorizer, opts v1.UpdateOptions) (*v1alpha1.Authorizer, 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.Authorizer, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AuthorizerList, 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.Authorizer, err error)
	AuthorizerExpansion
}

AuthorizerInterface has methods to work with Authorizer resources.

type AuthorizersGetter added in v0.5.0

type AuthorizersGetter interface {
	Authorizers(namespace string) AuthorizerInterface
}

AuthorizersGetter has a method to return a AuthorizerInterface. A group's client should implement this interface.

type CertificateExpansion

type CertificateExpansion interface{}

type CertificateInterface

type CertificateInterface interface {
	Create(ctx context.Context, certificate *v1alpha1.Certificate, opts v1.CreateOptions) (*v1alpha1.Certificate, error)
	Update(ctx context.Context, certificate *v1alpha1.Certificate, opts v1.UpdateOptions) (*v1alpha1.Certificate, error)
	UpdateStatus(ctx context.Context, certificate *v1alpha1.Certificate, opts v1.UpdateOptions) (*v1alpha1.Certificate, 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.Certificate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CertificateList, 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.Certificate, err error)
	CertificateExpansion
}

CertificateInterface has methods to work with Certificate resources.

type CertificatesGetter

type CertificatesGetter interface {
	Certificates(namespace string) CertificateInterface
}

CertificatesGetter has a method to return a CertificateInterface. A group's client should implement this interface.

type IotV1alpha1Client

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

IotV1alpha1Client is used to interact with features provided by the iot.aws.kubeform.com group.

func New

New creates a new IotV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new IotV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *IotV1alpha1Client

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

func (*IotV1alpha1Client) Authorizers added in v0.5.0

func (c *IotV1alpha1Client) Authorizers(namespace string) AuthorizerInterface

func (*IotV1alpha1Client) Certificates

func (c *IotV1alpha1Client) Certificates(namespace string) CertificateInterface

func (*IotV1alpha1Client) Policies

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

func (*IotV1alpha1Client) PolicyAttachments

func (c *IotV1alpha1Client) PolicyAttachments(namespace string) PolicyAttachmentInterface

func (*IotV1alpha1Client) RESTClient

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

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

func (*IotV1alpha1Client) RoleAliases

func (c *IotV1alpha1Client) RoleAliases(namespace string) RoleAliasInterface

func (*IotV1alpha1Client) ThingGroupMemberships added in v0.5.0

func (c *IotV1alpha1Client) ThingGroupMemberships(namespace string) ThingGroupMembershipInterface

func (*IotV1alpha1Client) ThingGroups added in v0.5.0

func (c *IotV1alpha1Client) ThingGroups(namespace string) ThingGroupInterface

func (*IotV1alpha1Client) ThingPrincipalAttachments

func (c *IotV1alpha1Client) ThingPrincipalAttachments(namespace string) ThingPrincipalAttachmentInterface

func (*IotV1alpha1Client) ThingTypes

func (c *IotV1alpha1Client) ThingTypes(namespace string) ThingTypeInterface

func (*IotV1alpha1Client) Things

func (c *IotV1alpha1Client) Things(namespace string) ThingInterface

func (*IotV1alpha1Client) TopicRules

func (c *IotV1alpha1Client) TopicRules(namespace string) TopicRuleInterface

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 PolicyAttachmentExpansion

type PolicyAttachmentExpansion interface{}

type PolicyAttachmentInterface

type PolicyAttachmentInterface interface {
	Create(ctx context.Context, policyAttachment *v1alpha1.PolicyAttachment, opts v1.CreateOptions) (*v1alpha1.PolicyAttachment, error)
	Update(ctx context.Context, policyAttachment *v1alpha1.PolicyAttachment, opts v1.UpdateOptions) (*v1alpha1.PolicyAttachment, error)
	UpdateStatus(ctx context.Context, policyAttachment *v1alpha1.PolicyAttachment, opts v1.UpdateOptions) (*v1alpha1.PolicyAttachment, 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.PolicyAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PolicyAttachmentList, 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.PolicyAttachment, err error)
	PolicyAttachmentExpansion
}

PolicyAttachmentInterface has methods to work with PolicyAttachment resources.

type PolicyAttachmentsGetter

type PolicyAttachmentsGetter interface {
	PolicyAttachments(namespace string) PolicyAttachmentInterface
}

PolicyAttachmentsGetter has a method to return a PolicyAttachmentInterface. 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 RoleAliasExpansion

type RoleAliasExpansion interface{}

type RoleAliasInterface

type RoleAliasInterface interface {
	Create(ctx context.Context, roleAlias *v1alpha1.RoleAlias, opts v1.CreateOptions) (*v1alpha1.RoleAlias, error)
	Update(ctx context.Context, roleAlias *v1alpha1.RoleAlias, opts v1.UpdateOptions) (*v1alpha1.RoleAlias, error)
	UpdateStatus(ctx context.Context, roleAlias *v1alpha1.RoleAlias, opts v1.UpdateOptions) (*v1alpha1.RoleAlias, 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.RoleAlias, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RoleAliasList, 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.RoleAlias, err error)
	RoleAliasExpansion
}

RoleAliasInterface has methods to work with RoleAlias resources.

type RoleAliasesGetter

type RoleAliasesGetter interface {
	RoleAliases(namespace string) RoleAliasInterface
}

RoleAliasesGetter has a method to return a RoleAliasInterface. A group's client should implement this interface.

type ThingExpansion

type ThingExpansion interface{}

type ThingGroupExpansion added in v0.5.0

type ThingGroupExpansion interface{}

type ThingGroupInterface added in v0.5.0

type ThingGroupInterface interface {
	Create(ctx context.Context, thingGroup *v1alpha1.ThingGroup, opts v1.CreateOptions) (*v1alpha1.ThingGroup, error)
	Update(ctx context.Context, thingGroup *v1alpha1.ThingGroup, opts v1.UpdateOptions) (*v1alpha1.ThingGroup, error)
	UpdateStatus(ctx context.Context, thingGroup *v1alpha1.ThingGroup, opts v1.UpdateOptions) (*v1alpha1.ThingGroup, 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.ThingGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ThingGroupList, 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.ThingGroup, err error)
	ThingGroupExpansion
}

ThingGroupInterface has methods to work with ThingGroup resources.

type ThingGroupMembershipExpansion added in v0.5.0

type ThingGroupMembershipExpansion interface{}

type ThingGroupMembershipInterface added in v0.5.0

type ThingGroupMembershipInterface interface {
	Create(ctx context.Context, thingGroupMembership *v1alpha1.ThingGroupMembership, opts v1.CreateOptions) (*v1alpha1.ThingGroupMembership, error)
	Update(ctx context.Context, thingGroupMembership *v1alpha1.ThingGroupMembership, opts v1.UpdateOptions) (*v1alpha1.ThingGroupMembership, error)
	UpdateStatus(ctx context.Context, thingGroupMembership *v1alpha1.ThingGroupMembership, opts v1.UpdateOptions) (*v1alpha1.ThingGroupMembership, 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.ThingGroupMembership, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ThingGroupMembershipList, 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.ThingGroupMembership, err error)
	ThingGroupMembershipExpansion
}

ThingGroupMembershipInterface has methods to work with ThingGroupMembership resources.

type ThingGroupMembershipsGetter added in v0.5.0

type ThingGroupMembershipsGetter interface {
	ThingGroupMemberships(namespace string) ThingGroupMembershipInterface
}

ThingGroupMembershipsGetter has a method to return a ThingGroupMembershipInterface. A group's client should implement this interface.

type ThingGroupsGetter added in v0.5.0

type ThingGroupsGetter interface {
	ThingGroups(namespace string) ThingGroupInterface
}

ThingGroupsGetter has a method to return a ThingGroupInterface. A group's client should implement this interface.

type ThingInterface

type ThingInterface interface {
	Create(ctx context.Context, thing *v1alpha1.Thing, opts v1.CreateOptions) (*v1alpha1.Thing, error)
	Update(ctx context.Context, thing *v1alpha1.Thing, opts v1.UpdateOptions) (*v1alpha1.Thing, error)
	UpdateStatus(ctx context.Context, thing *v1alpha1.Thing, opts v1.UpdateOptions) (*v1alpha1.Thing, 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.Thing, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ThingList, 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.Thing, err error)
	ThingExpansion
}

ThingInterface has methods to work with Thing resources.

type ThingPrincipalAttachmentExpansion

type ThingPrincipalAttachmentExpansion interface{}

type ThingPrincipalAttachmentInterface

type ThingPrincipalAttachmentInterface interface {
	Create(ctx context.Context, thingPrincipalAttachment *v1alpha1.ThingPrincipalAttachment, opts v1.CreateOptions) (*v1alpha1.ThingPrincipalAttachment, error)
	Update(ctx context.Context, thingPrincipalAttachment *v1alpha1.ThingPrincipalAttachment, opts v1.UpdateOptions) (*v1alpha1.ThingPrincipalAttachment, error)
	UpdateStatus(ctx context.Context, thingPrincipalAttachment *v1alpha1.ThingPrincipalAttachment, opts v1.UpdateOptions) (*v1alpha1.ThingPrincipalAttachment, 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.ThingPrincipalAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ThingPrincipalAttachmentList, 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.ThingPrincipalAttachment, err error)
	ThingPrincipalAttachmentExpansion
}

ThingPrincipalAttachmentInterface has methods to work with ThingPrincipalAttachment resources.

type ThingPrincipalAttachmentsGetter

type ThingPrincipalAttachmentsGetter interface {
	ThingPrincipalAttachments(namespace string) ThingPrincipalAttachmentInterface
}

ThingPrincipalAttachmentsGetter has a method to return a ThingPrincipalAttachmentInterface. A group's client should implement this interface.

type ThingTypeExpansion

type ThingTypeExpansion interface{}

type ThingTypeInterface

type ThingTypeInterface interface {
	Create(ctx context.Context, thingType *v1alpha1.ThingType, opts v1.CreateOptions) (*v1alpha1.ThingType, error)
	Update(ctx context.Context, thingType *v1alpha1.ThingType, opts v1.UpdateOptions) (*v1alpha1.ThingType, error)
	UpdateStatus(ctx context.Context, thingType *v1alpha1.ThingType, opts v1.UpdateOptions) (*v1alpha1.ThingType, 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.ThingType, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ThingTypeList, 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.ThingType, err error)
	ThingTypeExpansion
}

ThingTypeInterface has methods to work with ThingType resources.

type ThingTypesGetter

type ThingTypesGetter interface {
	ThingTypes(namespace string) ThingTypeInterface
}

ThingTypesGetter has a method to return a ThingTypeInterface. A group's client should implement this interface.

type ThingsGetter

type ThingsGetter interface {
	Things(namespace string) ThingInterface
}

ThingsGetter has a method to return a ThingInterface. A group's client should implement this interface.

type TopicRuleExpansion

type TopicRuleExpansion interface{}

type TopicRuleInterface

type TopicRuleInterface interface {
	Create(ctx context.Context, topicRule *v1alpha1.TopicRule, opts v1.CreateOptions) (*v1alpha1.TopicRule, error)
	Update(ctx context.Context, topicRule *v1alpha1.TopicRule, opts v1.UpdateOptions) (*v1alpha1.TopicRule, error)
	UpdateStatus(ctx context.Context, topicRule *v1alpha1.TopicRule, opts v1.UpdateOptions) (*v1alpha1.TopicRule, 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.TopicRule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TopicRuleList, 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.TopicRule, err error)
	TopicRuleExpansion
}

TopicRuleInterface has methods to work with TopicRule resources.

type TopicRulesGetter

type TopicRulesGetter interface {
	TopicRules(namespace string) TopicRuleInterface
}

TopicRulesGetter has a method to return a TopicRuleInterface. 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