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 CloudV1alpha1Client

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

CloudV1alpha1Client is used to interact with features provided by the cloud.alicloud.kubeform.com group.

func New

New creates a new CloudV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CloudV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CloudV1alpha1Client

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

func (*CloudV1alpha1Client) ConnectNetworkAttachments

func (c *CloudV1alpha1Client) ConnectNetworkAttachments(namespace string) ConnectNetworkAttachmentInterface

func (*CloudV1alpha1Client) ConnectNetworkGrants

func (c *CloudV1alpha1Client) ConnectNetworkGrants(namespace string) ConnectNetworkGrantInterface

func (*CloudV1alpha1Client) ConnectNetworks

func (c *CloudV1alpha1Client) ConnectNetworks(namespace string) ConnectNetworkInterface

func (*CloudV1alpha1Client) FirewallControlPolicies added in v0.4.0

func (c *CloudV1alpha1Client) FirewallControlPolicies(namespace string) FirewallControlPolicyInterface

func (*CloudV1alpha1Client) FirewallControlPolicyOrders added in v0.4.0

func (c *CloudV1alpha1Client) FirewallControlPolicyOrders(namespace string) FirewallControlPolicyOrderInterface

func (*CloudV1alpha1Client) FirewallInstances added in v0.4.0

func (c *CloudV1alpha1Client) FirewallInstances(namespace string) FirewallInstanceInterface

func (*CloudV1alpha1Client) RESTClient

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

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

func (*CloudV1alpha1Client) SsoAccessAssignments added in v0.5.0

func (c *CloudV1alpha1Client) SsoAccessAssignments(namespace string) SsoAccessAssignmentInterface

func (*CloudV1alpha1Client) SsoAccessConfigurationProvisionings added in v0.5.0

func (c *CloudV1alpha1Client) SsoAccessConfigurationProvisionings(namespace string) SsoAccessConfigurationProvisioningInterface

func (*CloudV1alpha1Client) SsoAccessConfigurations added in v0.4.0

func (c *CloudV1alpha1Client) SsoAccessConfigurations(namespace string) SsoAccessConfigurationInterface

func (*CloudV1alpha1Client) SsoDirectories added in v0.4.0

func (c *CloudV1alpha1Client) SsoDirectories(namespace string) SsoDirectoryInterface

func (*CloudV1alpha1Client) SsoGroups added in v0.4.0

func (c *CloudV1alpha1Client) SsoGroups(namespace string) SsoGroupInterface

func (*CloudV1alpha1Client) SsoScimServerCredentials added in v0.4.0

func (c *CloudV1alpha1Client) SsoScimServerCredentials(namespace string) SsoScimServerCredentialInterface

func (*CloudV1alpha1Client) SsoUserAttachments added in v0.5.0

func (c *CloudV1alpha1Client) SsoUserAttachments(namespace string) SsoUserAttachmentInterface

func (*CloudV1alpha1Client) SsoUsers added in v0.4.0

func (c *CloudV1alpha1Client) SsoUsers(namespace string) SsoUserInterface

func (*CloudV1alpha1Client) StorageGatewayExpressSyncShareAttachments added in v0.5.0

func (c *CloudV1alpha1Client) StorageGatewayExpressSyncShareAttachments(namespace string) StorageGatewayExpressSyncShareAttachmentInterface

func (*CloudV1alpha1Client) StorageGatewayExpressSyncs added in v0.5.0

func (c *CloudV1alpha1Client) StorageGatewayExpressSyncs(namespace string) StorageGatewayExpressSyncInterface

func (*CloudV1alpha1Client) StorageGatewayGatewayBlockVolumes added in v0.5.0

func (c *CloudV1alpha1Client) StorageGatewayGatewayBlockVolumes(namespace string) StorageGatewayGatewayBlockVolumeInterface

func (*CloudV1alpha1Client) StorageGatewayGatewayCacheDisks added in v0.5.0

func (c *CloudV1alpha1Client) StorageGatewayGatewayCacheDisks(namespace string) StorageGatewayGatewayCacheDiskInterface

func (*CloudV1alpha1Client) StorageGatewayGatewayFileShares added in v0.5.0

func (c *CloudV1alpha1Client) StorageGatewayGatewayFileShares(namespace string) StorageGatewayGatewayFileShareInterface

func (*CloudV1alpha1Client) StorageGatewayGatewayLoggings added in v0.5.0

func (c *CloudV1alpha1Client) StorageGatewayGatewayLoggings(namespace string) StorageGatewayGatewayLoggingInterface

func (*CloudV1alpha1Client) StorageGatewayGatewaySmbUsers added in v0.5.0

func (c *CloudV1alpha1Client) StorageGatewayGatewaySmbUsers(namespace string) StorageGatewayGatewaySmbUserInterface

func (*CloudV1alpha1Client) StorageGatewayGateways added in v0.4.0

func (c *CloudV1alpha1Client) StorageGatewayGateways(namespace string) StorageGatewayGatewayInterface

func (*CloudV1alpha1Client) StorageGatewayStorageBundles

func (c *CloudV1alpha1Client) StorageGatewayStorageBundles(namespace string) StorageGatewayStorageBundleInterface

type ConnectNetworkAttachmentExpansion

type ConnectNetworkAttachmentExpansion interface{}

type ConnectNetworkAttachmentInterface

type ConnectNetworkAttachmentInterface interface {
	Create(ctx context.Context, connectNetworkAttachment *v1alpha1.ConnectNetworkAttachment, opts v1.CreateOptions) (*v1alpha1.ConnectNetworkAttachment, error)
	Update(ctx context.Context, connectNetworkAttachment *v1alpha1.ConnectNetworkAttachment, opts v1.UpdateOptions) (*v1alpha1.ConnectNetworkAttachment, error)
	UpdateStatus(ctx context.Context, connectNetworkAttachment *v1alpha1.ConnectNetworkAttachment, opts v1.UpdateOptions) (*v1alpha1.ConnectNetworkAttachment, 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.ConnectNetworkAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConnectNetworkAttachmentList, 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.ConnectNetworkAttachment, err error)
	ConnectNetworkAttachmentExpansion
}

ConnectNetworkAttachmentInterface has methods to work with ConnectNetworkAttachment resources.

type ConnectNetworkAttachmentsGetter

type ConnectNetworkAttachmentsGetter interface {
	ConnectNetworkAttachments(namespace string) ConnectNetworkAttachmentInterface
}

ConnectNetworkAttachmentsGetter has a method to return a ConnectNetworkAttachmentInterface. A group's client should implement this interface.

type ConnectNetworkExpansion

type ConnectNetworkExpansion interface{}

type ConnectNetworkGrantExpansion

type ConnectNetworkGrantExpansion interface{}

type ConnectNetworkGrantInterface

type ConnectNetworkGrantInterface interface {
	Create(ctx context.Context, connectNetworkGrant *v1alpha1.ConnectNetworkGrant, opts v1.CreateOptions) (*v1alpha1.ConnectNetworkGrant, error)
	Update(ctx context.Context, connectNetworkGrant *v1alpha1.ConnectNetworkGrant, opts v1.UpdateOptions) (*v1alpha1.ConnectNetworkGrant, error)
	UpdateStatus(ctx context.Context, connectNetworkGrant *v1alpha1.ConnectNetworkGrant, opts v1.UpdateOptions) (*v1alpha1.ConnectNetworkGrant, 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.ConnectNetworkGrant, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConnectNetworkGrantList, 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.ConnectNetworkGrant, err error)
	ConnectNetworkGrantExpansion
}

ConnectNetworkGrantInterface has methods to work with ConnectNetworkGrant resources.

type ConnectNetworkGrantsGetter

type ConnectNetworkGrantsGetter interface {
	ConnectNetworkGrants(namespace string) ConnectNetworkGrantInterface
}

ConnectNetworkGrantsGetter has a method to return a ConnectNetworkGrantInterface. A group's client should implement this interface.

type ConnectNetworkInterface

type ConnectNetworkInterface interface {
	Create(ctx context.Context, connectNetwork *v1alpha1.ConnectNetwork, opts v1.CreateOptions) (*v1alpha1.ConnectNetwork, error)
	Update(ctx context.Context, connectNetwork *v1alpha1.ConnectNetwork, opts v1.UpdateOptions) (*v1alpha1.ConnectNetwork, error)
	UpdateStatus(ctx context.Context, connectNetwork *v1alpha1.ConnectNetwork, opts v1.UpdateOptions) (*v1alpha1.ConnectNetwork, 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.ConnectNetwork, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConnectNetworkList, 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.ConnectNetwork, err error)
	ConnectNetworkExpansion
}

ConnectNetworkInterface has methods to work with ConnectNetwork resources.

type ConnectNetworksGetter

type ConnectNetworksGetter interface {
	ConnectNetworks(namespace string) ConnectNetworkInterface
}

ConnectNetworksGetter has a method to return a ConnectNetworkInterface. A group's client should implement this interface.

type FirewallControlPoliciesGetter added in v0.4.0

type FirewallControlPoliciesGetter interface {
	FirewallControlPolicies(namespace string) FirewallControlPolicyInterface
}

FirewallControlPoliciesGetter has a method to return a FirewallControlPolicyInterface. A group's client should implement this interface.

type FirewallControlPolicyExpansion added in v0.4.0

type FirewallControlPolicyExpansion interface{}

type FirewallControlPolicyInterface added in v0.4.0

type FirewallControlPolicyInterface interface {
	Create(ctx context.Context, firewallControlPolicy *v1alpha1.FirewallControlPolicy, opts v1.CreateOptions) (*v1alpha1.FirewallControlPolicy, error)
	Update(ctx context.Context, firewallControlPolicy *v1alpha1.FirewallControlPolicy, opts v1.UpdateOptions) (*v1alpha1.FirewallControlPolicy, error)
	UpdateStatus(ctx context.Context, firewallControlPolicy *v1alpha1.FirewallControlPolicy, opts v1.UpdateOptions) (*v1alpha1.FirewallControlPolicy, 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.FirewallControlPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FirewallControlPolicyList, 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.FirewallControlPolicy, err error)
	FirewallControlPolicyExpansion
}

FirewallControlPolicyInterface has methods to work with FirewallControlPolicy resources.

type FirewallControlPolicyOrderExpansion added in v0.4.0

type FirewallControlPolicyOrderExpansion interface{}

type FirewallControlPolicyOrderInterface added in v0.4.0

type FirewallControlPolicyOrderInterface interface {
	Create(ctx context.Context, firewallControlPolicyOrder *v1alpha1.FirewallControlPolicyOrder, opts v1.CreateOptions) (*v1alpha1.FirewallControlPolicyOrder, error)
	Update(ctx context.Context, firewallControlPolicyOrder *v1alpha1.FirewallControlPolicyOrder, opts v1.UpdateOptions) (*v1alpha1.FirewallControlPolicyOrder, error)
	UpdateStatus(ctx context.Context, firewallControlPolicyOrder *v1alpha1.FirewallControlPolicyOrder, opts v1.UpdateOptions) (*v1alpha1.FirewallControlPolicyOrder, 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.FirewallControlPolicyOrder, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FirewallControlPolicyOrderList, 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.FirewallControlPolicyOrder, err error)
	FirewallControlPolicyOrderExpansion
}

FirewallControlPolicyOrderInterface has methods to work with FirewallControlPolicyOrder resources.

type FirewallControlPolicyOrdersGetter added in v0.4.0

type FirewallControlPolicyOrdersGetter interface {
	FirewallControlPolicyOrders(namespace string) FirewallControlPolicyOrderInterface
}

FirewallControlPolicyOrdersGetter has a method to return a FirewallControlPolicyOrderInterface. A group's client should implement this interface.

type FirewallInstanceExpansion added in v0.4.0

type FirewallInstanceExpansion interface{}

type FirewallInstanceInterface added in v0.4.0

type FirewallInstanceInterface interface {
	Create(ctx context.Context, firewallInstance *v1alpha1.FirewallInstance, opts v1.CreateOptions) (*v1alpha1.FirewallInstance, error)
	Update(ctx context.Context, firewallInstance *v1alpha1.FirewallInstance, opts v1.UpdateOptions) (*v1alpha1.FirewallInstance, error)
	UpdateStatus(ctx context.Context, firewallInstance *v1alpha1.FirewallInstance, opts v1.UpdateOptions) (*v1alpha1.FirewallInstance, 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.FirewallInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FirewallInstanceList, 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.FirewallInstance, err error)
	FirewallInstanceExpansion
}

FirewallInstanceInterface has methods to work with FirewallInstance resources.

type FirewallInstancesGetter added in v0.4.0

type FirewallInstancesGetter interface {
	FirewallInstances(namespace string) FirewallInstanceInterface
}

FirewallInstancesGetter has a method to return a FirewallInstanceInterface. A group's client should implement this interface.

type SsoAccessAssignmentExpansion added in v0.5.0

type SsoAccessAssignmentExpansion interface{}

type SsoAccessAssignmentInterface added in v0.5.0

type SsoAccessAssignmentInterface interface {
	Create(ctx context.Context, ssoAccessAssignment *v1alpha1.SsoAccessAssignment, opts v1.CreateOptions) (*v1alpha1.SsoAccessAssignment, error)
	Update(ctx context.Context, ssoAccessAssignment *v1alpha1.SsoAccessAssignment, opts v1.UpdateOptions) (*v1alpha1.SsoAccessAssignment, error)
	UpdateStatus(ctx context.Context, ssoAccessAssignment *v1alpha1.SsoAccessAssignment, opts v1.UpdateOptions) (*v1alpha1.SsoAccessAssignment, 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.SsoAccessAssignment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SsoAccessAssignmentList, 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.SsoAccessAssignment, err error)
	SsoAccessAssignmentExpansion
}

SsoAccessAssignmentInterface has methods to work with SsoAccessAssignment resources.

type SsoAccessAssignmentsGetter added in v0.5.0

type SsoAccessAssignmentsGetter interface {
	SsoAccessAssignments(namespace string) SsoAccessAssignmentInterface
}

SsoAccessAssignmentsGetter has a method to return a SsoAccessAssignmentInterface. A group's client should implement this interface.

type SsoAccessConfigurationExpansion added in v0.4.0

type SsoAccessConfigurationExpansion interface{}

type SsoAccessConfigurationInterface added in v0.4.0

type SsoAccessConfigurationInterface interface {
	Create(ctx context.Context, ssoAccessConfiguration *v1alpha1.SsoAccessConfiguration, opts v1.CreateOptions) (*v1alpha1.SsoAccessConfiguration, error)
	Update(ctx context.Context, ssoAccessConfiguration *v1alpha1.SsoAccessConfiguration, opts v1.UpdateOptions) (*v1alpha1.SsoAccessConfiguration, error)
	UpdateStatus(ctx context.Context, ssoAccessConfiguration *v1alpha1.SsoAccessConfiguration, opts v1.UpdateOptions) (*v1alpha1.SsoAccessConfiguration, 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.SsoAccessConfiguration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SsoAccessConfigurationList, 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.SsoAccessConfiguration, err error)
	SsoAccessConfigurationExpansion
}

SsoAccessConfigurationInterface has methods to work with SsoAccessConfiguration resources.

type SsoAccessConfigurationProvisioningExpansion added in v0.5.0

type SsoAccessConfigurationProvisioningExpansion interface{}

type SsoAccessConfigurationProvisioningInterface added in v0.5.0

SsoAccessConfigurationProvisioningInterface has methods to work with SsoAccessConfigurationProvisioning resources.

type SsoAccessConfigurationProvisioningsGetter added in v0.5.0

type SsoAccessConfigurationProvisioningsGetter interface {
	SsoAccessConfigurationProvisionings(namespace string) SsoAccessConfigurationProvisioningInterface
}

SsoAccessConfigurationProvisioningsGetter has a method to return a SsoAccessConfigurationProvisioningInterface. A group's client should implement this interface.

type SsoAccessConfigurationsGetter added in v0.4.0

type SsoAccessConfigurationsGetter interface {
	SsoAccessConfigurations(namespace string) SsoAccessConfigurationInterface
}

SsoAccessConfigurationsGetter has a method to return a SsoAccessConfigurationInterface. A group's client should implement this interface.

type SsoDirectoriesGetter added in v0.4.0

type SsoDirectoriesGetter interface {
	SsoDirectories(namespace string) SsoDirectoryInterface
}

SsoDirectoriesGetter has a method to return a SsoDirectoryInterface. A group's client should implement this interface.

type SsoDirectoryExpansion added in v0.4.0

type SsoDirectoryExpansion interface{}

type SsoDirectoryInterface added in v0.4.0

type SsoDirectoryInterface interface {
	Create(ctx context.Context, ssoDirectory *v1alpha1.SsoDirectory, opts v1.CreateOptions) (*v1alpha1.SsoDirectory, error)
	Update(ctx context.Context, ssoDirectory *v1alpha1.SsoDirectory, opts v1.UpdateOptions) (*v1alpha1.SsoDirectory, error)
	UpdateStatus(ctx context.Context, ssoDirectory *v1alpha1.SsoDirectory, opts v1.UpdateOptions) (*v1alpha1.SsoDirectory, 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.SsoDirectory, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SsoDirectoryList, 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.SsoDirectory, err error)
	SsoDirectoryExpansion
}

SsoDirectoryInterface has methods to work with SsoDirectory resources.

type SsoGroupExpansion added in v0.4.0

type SsoGroupExpansion interface{}

type SsoGroupInterface added in v0.4.0

type SsoGroupInterface interface {
	Create(ctx context.Context, ssoGroup *v1alpha1.SsoGroup, opts v1.CreateOptions) (*v1alpha1.SsoGroup, error)
	Update(ctx context.Context, ssoGroup *v1alpha1.SsoGroup, opts v1.UpdateOptions) (*v1alpha1.SsoGroup, error)
	UpdateStatus(ctx context.Context, ssoGroup *v1alpha1.SsoGroup, opts v1.UpdateOptions) (*v1alpha1.SsoGroup, 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.SsoGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SsoGroupList, 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.SsoGroup, err error)
	SsoGroupExpansion
}

SsoGroupInterface has methods to work with SsoGroup resources.

type SsoGroupsGetter added in v0.4.0

type SsoGroupsGetter interface {
	SsoGroups(namespace string) SsoGroupInterface
}

SsoGroupsGetter has a method to return a SsoGroupInterface. A group's client should implement this interface.

type SsoScimServerCredentialExpansion added in v0.4.0

type SsoScimServerCredentialExpansion interface{}

type SsoScimServerCredentialInterface added in v0.4.0

type SsoScimServerCredentialInterface interface {
	Create(ctx context.Context, ssoScimServerCredential *v1alpha1.SsoScimServerCredential, opts v1.CreateOptions) (*v1alpha1.SsoScimServerCredential, error)
	Update(ctx context.Context, ssoScimServerCredential *v1alpha1.SsoScimServerCredential, opts v1.UpdateOptions) (*v1alpha1.SsoScimServerCredential, error)
	UpdateStatus(ctx context.Context, ssoScimServerCredential *v1alpha1.SsoScimServerCredential, opts v1.UpdateOptions) (*v1alpha1.SsoScimServerCredential, 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.SsoScimServerCredential, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SsoScimServerCredentialList, 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.SsoScimServerCredential, err error)
	SsoScimServerCredentialExpansion
}

SsoScimServerCredentialInterface has methods to work with SsoScimServerCredential resources.

type SsoScimServerCredentialsGetter added in v0.4.0

type SsoScimServerCredentialsGetter interface {
	SsoScimServerCredentials(namespace string) SsoScimServerCredentialInterface
}

SsoScimServerCredentialsGetter has a method to return a SsoScimServerCredentialInterface. A group's client should implement this interface.

type SsoUserAttachmentExpansion added in v0.5.0

type SsoUserAttachmentExpansion interface{}

type SsoUserAttachmentInterface added in v0.5.0

type SsoUserAttachmentInterface interface {
	Create(ctx context.Context, ssoUserAttachment *v1alpha1.SsoUserAttachment, opts v1.CreateOptions) (*v1alpha1.SsoUserAttachment, error)
	Update(ctx context.Context, ssoUserAttachment *v1alpha1.SsoUserAttachment, opts v1.UpdateOptions) (*v1alpha1.SsoUserAttachment, error)
	UpdateStatus(ctx context.Context, ssoUserAttachment *v1alpha1.SsoUserAttachment, opts v1.UpdateOptions) (*v1alpha1.SsoUserAttachment, 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.SsoUserAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SsoUserAttachmentList, 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.SsoUserAttachment, err error)
	SsoUserAttachmentExpansion
}

SsoUserAttachmentInterface has methods to work with SsoUserAttachment resources.

type SsoUserAttachmentsGetter added in v0.5.0

type SsoUserAttachmentsGetter interface {
	SsoUserAttachments(namespace string) SsoUserAttachmentInterface
}

SsoUserAttachmentsGetter has a method to return a SsoUserAttachmentInterface. A group's client should implement this interface.

type SsoUserExpansion added in v0.4.0

type SsoUserExpansion interface{}

type SsoUserInterface added in v0.4.0

type SsoUserInterface interface {
	Create(ctx context.Context, ssoUser *v1alpha1.SsoUser, opts v1.CreateOptions) (*v1alpha1.SsoUser, error)
	Update(ctx context.Context, ssoUser *v1alpha1.SsoUser, opts v1.UpdateOptions) (*v1alpha1.SsoUser, error)
	UpdateStatus(ctx context.Context, ssoUser *v1alpha1.SsoUser, opts v1.UpdateOptions) (*v1alpha1.SsoUser, 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.SsoUser, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SsoUserList, 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.SsoUser, err error)
	SsoUserExpansion
}

SsoUserInterface has methods to work with SsoUser resources.

type SsoUsersGetter added in v0.4.0

type SsoUsersGetter interface {
	SsoUsers(namespace string) SsoUserInterface
}

SsoUsersGetter has a method to return a SsoUserInterface. A group's client should implement this interface.

type StorageGatewayExpressSyncExpansion added in v0.5.0

type StorageGatewayExpressSyncExpansion interface{}

type StorageGatewayExpressSyncInterface added in v0.5.0

type StorageGatewayExpressSyncInterface interface {
	Create(ctx context.Context, storageGatewayExpressSync *v1alpha1.StorageGatewayExpressSync, opts v1.CreateOptions) (*v1alpha1.StorageGatewayExpressSync, error)
	Update(ctx context.Context, storageGatewayExpressSync *v1alpha1.StorageGatewayExpressSync, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayExpressSync, error)
	UpdateStatus(ctx context.Context, storageGatewayExpressSync *v1alpha1.StorageGatewayExpressSync, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayExpressSync, 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.StorageGatewayExpressSync, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StorageGatewayExpressSyncList, 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.StorageGatewayExpressSync, err error)
	StorageGatewayExpressSyncExpansion
}

StorageGatewayExpressSyncInterface has methods to work with StorageGatewayExpressSync resources.

type StorageGatewayExpressSyncShareAttachmentExpansion added in v0.5.0

type StorageGatewayExpressSyncShareAttachmentExpansion interface{}

type StorageGatewayExpressSyncShareAttachmentInterface added in v0.5.0

StorageGatewayExpressSyncShareAttachmentInterface has methods to work with StorageGatewayExpressSyncShareAttachment resources.

type StorageGatewayExpressSyncShareAttachmentsGetter added in v0.5.0

type StorageGatewayExpressSyncShareAttachmentsGetter interface {
	StorageGatewayExpressSyncShareAttachments(namespace string) StorageGatewayExpressSyncShareAttachmentInterface
}

StorageGatewayExpressSyncShareAttachmentsGetter has a method to return a StorageGatewayExpressSyncShareAttachmentInterface. A group's client should implement this interface.

type StorageGatewayExpressSyncsGetter added in v0.5.0

type StorageGatewayExpressSyncsGetter interface {
	StorageGatewayExpressSyncs(namespace string) StorageGatewayExpressSyncInterface
}

StorageGatewayExpressSyncsGetter has a method to return a StorageGatewayExpressSyncInterface. A group's client should implement this interface.

type StorageGatewayGatewayBlockVolumeExpansion added in v0.5.0

type StorageGatewayGatewayBlockVolumeExpansion interface{}

type StorageGatewayGatewayBlockVolumeInterface added in v0.5.0

StorageGatewayGatewayBlockVolumeInterface has methods to work with StorageGatewayGatewayBlockVolume resources.

type StorageGatewayGatewayBlockVolumesGetter added in v0.5.0

type StorageGatewayGatewayBlockVolumesGetter interface {
	StorageGatewayGatewayBlockVolumes(namespace string) StorageGatewayGatewayBlockVolumeInterface
}

StorageGatewayGatewayBlockVolumesGetter has a method to return a StorageGatewayGatewayBlockVolumeInterface. A group's client should implement this interface.

type StorageGatewayGatewayCacheDiskExpansion added in v0.5.0

type StorageGatewayGatewayCacheDiskExpansion interface{}

type StorageGatewayGatewayCacheDiskInterface added in v0.5.0

StorageGatewayGatewayCacheDiskInterface has methods to work with StorageGatewayGatewayCacheDisk resources.

type StorageGatewayGatewayCacheDisksGetter added in v0.5.0

type StorageGatewayGatewayCacheDisksGetter interface {
	StorageGatewayGatewayCacheDisks(namespace string) StorageGatewayGatewayCacheDiskInterface
}

StorageGatewayGatewayCacheDisksGetter has a method to return a StorageGatewayGatewayCacheDiskInterface. A group's client should implement this interface.

type StorageGatewayGatewayExpansion added in v0.4.0

type StorageGatewayGatewayExpansion interface{}

type StorageGatewayGatewayFileShareExpansion added in v0.5.0

type StorageGatewayGatewayFileShareExpansion interface{}

type StorageGatewayGatewayFileShareInterface added in v0.5.0

StorageGatewayGatewayFileShareInterface has methods to work with StorageGatewayGatewayFileShare resources.

type StorageGatewayGatewayFileSharesGetter added in v0.5.0

type StorageGatewayGatewayFileSharesGetter interface {
	StorageGatewayGatewayFileShares(namespace string) StorageGatewayGatewayFileShareInterface
}

StorageGatewayGatewayFileSharesGetter has a method to return a StorageGatewayGatewayFileShareInterface. A group's client should implement this interface.

type StorageGatewayGatewayInterface added in v0.4.0

type StorageGatewayGatewayInterface interface {
	Create(ctx context.Context, storageGatewayGateway *v1alpha1.StorageGatewayGateway, opts v1.CreateOptions) (*v1alpha1.StorageGatewayGateway, error)
	Update(ctx context.Context, storageGatewayGateway *v1alpha1.StorageGatewayGateway, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayGateway, error)
	UpdateStatus(ctx context.Context, storageGatewayGateway *v1alpha1.StorageGatewayGateway, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayGateway, 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.StorageGatewayGateway, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StorageGatewayGatewayList, 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.StorageGatewayGateway, err error)
	StorageGatewayGatewayExpansion
}

StorageGatewayGatewayInterface has methods to work with StorageGatewayGateway resources.

type StorageGatewayGatewayLoggingExpansion added in v0.5.0

type StorageGatewayGatewayLoggingExpansion interface{}

type StorageGatewayGatewayLoggingInterface added in v0.5.0

type StorageGatewayGatewayLoggingInterface interface {
	Create(ctx context.Context, storageGatewayGatewayLogging *v1alpha1.StorageGatewayGatewayLogging, opts v1.CreateOptions) (*v1alpha1.StorageGatewayGatewayLogging, error)
	Update(ctx context.Context, storageGatewayGatewayLogging *v1alpha1.StorageGatewayGatewayLogging, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayGatewayLogging, error)
	UpdateStatus(ctx context.Context, storageGatewayGatewayLogging *v1alpha1.StorageGatewayGatewayLogging, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayGatewayLogging, 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.StorageGatewayGatewayLogging, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StorageGatewayGatewayLoggingList, 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.StorageGatewayGatewayLogging, err error)
	StorageGatewayGatewayLoggingExpansion
}

StorageGatewayGatewayLoggingInterface has methods to work with StorageGatewayGatewayLogging resources.

type StorageGatewayGatewayLoggingsGetter added in v0.5.0

type StorageGatewayGatewayLoggingsGetter interface {
	StorageGatewayGatewayLoggings(namespace string) StorageGatewayGatewayLoggingInterface
}

StorageGatewayGatewayLoggingsGetter has a method to return a StorageGatewayGatewayLoggingInterface. A group's client should implement this interface.

type StorageGatewayGatewaySmbUserExpansion added in v0.5.0

type StorageGatewayGatewaySmbUserExpansion interface{}

type StorageGatewayGatewaySmbUserInterface added in v0.5.0

type StorageGatewayGatewaySmbUserInterface interface {
	Create(ctx context.Context, storageGatewayGatewaySmbUser *v1alpha1.StorageGatewayGatewaySmbUser, opts v1.CreateOptions) (*v1alpha1.StorageGatewayGatewaySmbUser, error)
	Update(ctx context.Context, storageGatewayGatewaySmbUser *v1alpha1.StorageGatewayGatewaySmbUser, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayGatewaySmbUser, error)
	UpdateStatus(ctx context.Context, storageGatewayGatewaySmbUser *v1alpha1.StorageGatewayGatewaySmbUser, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayGatewaySmbUser, 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.StorageGatewayGatewaySmbUser, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StorageGatewayGatewaySmbUserList, 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.StorageGatewayGatewaySmbUser, err error)
	StorageGatewayGatewaySmbUserExpansion
}

StorageGatewayGatewaySmbUserInterface has methods to work with StorageGatewayGatewaySmbUser resources.

type StorageGatewayGatewaySmbUsersGetter added in v0.5.0

type StorageGatewayGatewaySmbUsersGetter interface {
	StorageGatewayGatewaySmbUsers(namespace string) StorageGatewayGatewaySmbUserInterface
}

StorageGatewayGatewaySmbUsersGetter has a method to return a StorageGatewayGatewaySmbUserInterface. A group's client should implement this interface.

type StorageGatewayGatewaysGetter added in v0.4.0

type StorageGatewayGatewaysGetter interface {
	StorageGatewayGateways(namespace string) StorageGatewayGatewayInterface
}

StorageGatewayGatewaysGetter has a method to return a StorageGatewayGatewayInterface. A group's client should implement this interface.

type StorageGatewayStorageBundleExpansion

type StorageGatewayStorageBundleExpansion interface{}

type StorageGatewayStorageBundleInterface

type StorageGatewayStorageBundleInterface interface {
	Create(ctx context.Context, storageGatewayStorageBundle *v1alpha1.StorageGatewayStorageBundle, opts v1.CreateOptions) (*v1alpha1.StorageGatewayStorageBundle, error)
	Update(ctx context.Context, storageGatewayStorageBundle *v1alpha1.StorageGatewayStorageBundle, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayStorageBundle, error)
	UpdateStatus(ctx context.Context, storageGatewayStorageBundle *v1alpha1.StorageGatewayStorageBundle, opts v1.UpdateOptions) (*v1alpha1.StorageGatewayStorageBundle, 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.StorageGatewayStorageBundle, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StorageGatewayStorageBundleList, 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.StorageGatewayStorageBundle, err error)
	StorageGatewayStorageBundleExpansion
}

StorageGatewayStorageBundleInterface has methods to work with StorageGatewayStorageBundle resources.

type StorageGatewayStorageBundlesGetter

type StorageGatewayStorageBundlesGetter interface {
	StorageGatewayStorageBundles(namespace string) StorageGatewayStorageBundleInterface
}

StorageGatewayStorageBundlesGetter has a method to return a StorageGatewayStorageBundleInterface. 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