fake

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: 10 Imported by: 0

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeApiKeys

type FakeApiKeys struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeApiKeys implements ApiKeyInterface

func (*FakeApiKeys) Create

func (c *FakeApiKeys) Create(ctx context.Context, apiKey *v1alpha1.ApiKey, opts v1.CreateOptions) (result *v1alpha1.ApiKey, err error)

Create takes the representation of a apiKey and creates it. Returns the server's representation of the apiKey, and an error, if there is any.

func (*FakeApiKeys) Delete

func (c *FakeApiKeys) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the apiKey and deletes it. Returns an error if one occurs.

func (*FakeApiKeys) DeleteCollection

func (c *FakeApiKeys) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeApiKeys) Get

func (c *FakeApiKeys) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ApiKey, err error)

Get takes name of the apiKey, and returns the corresponding apiKey object, and an error if there is any.

func (*FakeApiKeys) List

func (c *FakeApiKeys) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ApiKeyList, err error)

List takes label and field selectors, and returns the list of ApiKeys that match those selectors.

func (*FakeApiKeys) Patch

func (c *FakeApiKeys) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ApiKey, err error)

Patch applies the patch and returns the patched apiKey.

func (*FakeApiKeys) Update

func (c *FakeApiKeys) Update(ctx context.Context, apiKey *v1alpha1.ApiKey, opts v1.UpdateOptions) (result *v1alpha1.ApiKey, err error)

Update takes the representation of a apiKey and updates it. Returns the server's representation of the apiKey, and an error, if there is any.

func (*FakeApiKeys) UpdateStatus

func (c *FakeApiKeys) UpdateStatus(ctx context.Context, apiKey *v1alpha1.ApiKey, opts v1.UpdateOptions) (*v1alpha1.ApiKey, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeApiKeys) Watch

func (c *FakeApiKeys) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested apiKeys.

type FakeAuthTokens

type FakeAuthTokens struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeAuthTokens implements AuthTokenInterface

func (*FakeAuthTokens) Create

func (c *FakeAuthTokens) Create(ctx context.Context, authToken *v1alpha1.AuthToken, opts v1.CreateOptions) (result *v1alpha1.AuthToken, err error)

Create takes the representation of a authToken and creates it. Returns the server's representation of the authToken, and an error, if there is any.

func (*FakeAuthTokens) Delete

func (c *FakeAuthTokens) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the authToken and deletes it. Returns an error if one occurs.

func (*FakeAuthTokens) DeleteCollection

func (c *FakeAuthTokens) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeAuthTokens) Get

func (c *FakeAuthTokens) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.AuthToken, err error)

Get takes name of the authToken, and returns the corresponding authToken object, and an error if there is any.

func (*FakeAuthTokens) List

func (c *FakeAuthTokens) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.AuthTokenList, err error)

List takes label and field selectors, and returns the list of AuthTokens that match those selectors.

func (*FakeAuthTokens) Patch

func (c *FakeAuthTokens) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.AuthToken, err error)

Patch applies the patch and returns the patched authToken.

func (*FakeAuthTokens) Update

func (c *FakeAuthTokens) Update(ctx context.Context, authToken *v1alpha1.AuthToken, opts v1.UpdateOptions) (result *v1alpha1.AuthToken, err error)

Update takes the representation of a authToken and updates it. Returns the server's representation of the authToken, and an error, if there is any.

func (*FakeAuthTokens) UpdateStatus

func (c *FakeAuthTokens) UpdateStatus(ctx context.Context, authToken *v1alpha1.AuthToken, opts v1.UpdateOptions) (*v1alpha1.AuthToken, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeAuthTokens) Watch

Watch returns a watch.Interface that watches the requested authTokens.

type FakeAuthenticationPolicies

type FakeAuthenticationPolicies struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeAuthenticationPolicies implements AuthenticationPolicyInterface

func (*FakeAuthenticationPolicies) Create

Create takes the representation of a authenticationPolicy and creates it. Returns the server's representation of the authenticationPolicy, and an error, if there is any.

func (*FakeAuthenticationPolicies) Delete

Delete takes name of the authenticationPolicy and deletes it. Returns an error if one occurs.

func (*FakeAuthenticationPolicies) DeleteCollection

func (c *FakeAuthenticationPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeAuthenticationPolicies) Get

Get takes name of the authenticationPolicy, and returns the corresponding authenticationPolicy object, and an error if there is any.

func (*FakeAuthenticationPolicies) List

List takes label and field selectors, and returns the list of AuthenticationPolicies that match those selectors.

func (*FakeAuthenticationPolicies) Patch

func (c *FakeAuthenticationPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.AuthenticationPolicy, err error)

Patch applies the patch and returns the patched authenticationPolicy.

func (*FakeAuthenticationPolicies) Update

Update takes the representation of a authenticationPolicy and updates it. Returns the server's representation of the authenticationPolicy, and an error, if there is any.

func (*FakeAuthenticationPolicies) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeAuthenticationPolicies) Watch

Watch returns a watch.Interface that watches the requested authenticationPolicies.

type FakeCompartments

type FakeCompartments struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeCompartments implements CompartmentInterface

func (*FakeCompartments) Create

func (c *FakeCompartments) Create(ctx context.Context, compartment *v1alpha1.Compartment, opts v1.CreateOptions) (result *v1alpha1.Compartment, err error)

Create takes the representation of a compartment and creates it. Returns the server's representation of the compartment, and an error, if there is any.

func (*FakeCompartments) Delete

func (c *FakeCompartments) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the compartment and deletes it. Returns an error if one occurs.

func (*FakeCompartments) DeleteCollection

func (c *FakeCompartments) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeCompartments) Get

func (c *FakeCompartments) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Compartment, err error)

Get takes name of the compartment, and returns the corresponding compartment object, and an error if there is any.

func (*FakeCompartments) List

func (c *FakeCompartments) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.CompartmentList, err error)

List takes label and field selectors, and returns the list of Compartments that match those selectors.

func (*FakeCompartments) Patch

func (c *FakeCompartments) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Compartment, err error)

Patch applies the patch and returns the patched compartment.

func (*FakeCompartments) Update

func (c *FakeCompartments) Update(ctx context.Context, compartment *v1alpha1.Compartment, opts v1.UpdateOptions) (result *v1alpha1.Compartment, err error)

Update takes the representation of a compartment and updates it. Returns the server's representation of the compartment, and an error, if there is any.

func (*FakeCompartments) UpdateStatus

func (c *FakeCompartments) UpdateStatus(ctx context.Context, compartment *v1alpha1.Compartment, opts v1.UpdateOptions) (*v1alpha1.Compartment, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeCompartments) Watch

Watch returns a watch.Interface that watches the requested compartments.

type FakeCustomerSecretKeys

type FakeCustomerSecretKeys struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeCustomerSecretKeys implements CustomerSecretKeyInterface

func (*FakeCustomerSecretKeys) Create

func (c *FakeCustomerSecretKeys) Create(ctx context.Context, customerSecretKey *v1alpha1.CustomerSecretKey, opts v1.CreateOptions) (result *v1alpha1.CustomerSecretKey, err error)

Create takes the representation of a customerSecretKey and creates it. Returns the server's representation of the customerSecretKey, and an error, if there is any.

func (*FakeCustomerSecretKeys) Delete

func (c *FakeCustomerSecretKeys) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the customerSecretKey and deletes it. Returns an error if one occurs.

func (*FakeCustomerSecretKeys) DeleteCollection

func (c *FakeCustomerSecretKeys) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeCustomerSecretKeys) Get

func (c *FakeCustomerSecretKeys) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.CustomerSecretKey, err error)

Get takes name of the customerSecretKey, and returns the corresponding customerSecretKey object, and an error if there is any.

func (*FakeCustomerSecretKeys) List

List takes label and field selectors, and returns the list of CustomerSecretKeys that match those selectors.

func (*FakeCustomerSecretKeys) Patch

func (c *FakeCustomerSecretKeys) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.CustomerSecretKey, err error)

Patch applies the patch and returns the patched customerSecretKey.

func (*FakeCustomerSecretKeys) Update

func (c *FakeCustomerSecretKeys) Update(ctx context.Context, customerSecretKey *v1alpha1.CustomerSecretKey, opts v1.UpdateOptions) (result *v1alpha1.CustomerSecretKey, err error)

Update takes the representation of a customerSecretKey and updates it. Returns the server's representation of the customerSecretKey, and an error, if there is any.

func (*FakeCustomerSecretKeys) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeCustomerSecretKeys) Watch

Watch returns a watch.Interface that watches the requested customerSecretKeys.

type FakeDataPlaneGenerateScopedAccessTokens added in v0.5.0

type FakeDataPlaneGenerateScopedAccessTokens struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeDataPlaneGenerateScopedAccessTokens implements DataPlaneGenerateScopedAccessTokenInterface

func (*FakeDataPlaneGenerateScopedAccessTokens) Create added in v0.5.0

Create takes the representation of a dataPlaneGenerateScopedAccessToken and creates it. Returns the server's representation of the dataPlaneGenerateScopedAccessToken, and an error, if there is any.

func (*FakeDataPlaneGenerateScopedAccessTokens) Delete added in v0.5.0

Delete takes name of the dataPlaneGenerateScopedAccessToken and deletes it. Returns an error if one occurs.

func (*FakeDataPlaneGenerateScopedAccessTokens) DeleteCollection added in v0.5.0

DeleteCollection deletes a collection of objects.

func (*FakeDataPlaneGenerateScopedAccessTokens) Get added in v0.5.0

Get takes name of the dataPlaneGenerateScopedAccessToken, and returns the corresponding dataPlaneGenerateScopedAccessToken object, and an error if there is any.

func (*FakeDataPlaneGenerateScopedAccessTokens) List added in v0.5.0

List takes label and field selectors, and returns the list of DataPlaneGenerateScopedAccessTokens that match those selectors.

func (*FakeDataPlaneGenerateScopedAccessTokens) Patch added in v0.5.0

Patch applies the patch and returns the patched dataPlaneGenerateScopedAccessToken.

func (*FakeDataPlaneGenerateScopedAccessTokens) Update added in v0.5.0

Update takes the representation of a dataPlaneGenerateScopedAccessToken and updates it. Returns the server's representation of the dataPlaneGenerateScopedAccessToken, and an error, if there is any.

func (*FakeDataPlaneGenerateScopedAccessTokens) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataPlaneGenerateScopedAccessTokens) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested dataPlaneGenerateScopedAccessTokens.

type FakeDbCredentials added in v0.5.0

type FakeDbCredentials struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeDbCredentials implements DbCredentialInterface

func (*FakeDbCredentials) Create added in v0.5.0

func (c *FakeDbCredentials) Create(ctx context.Context, dbCredential *v1alpha1.DbCredential, opts v1.CreateOptions) (result *v1alpha1.DbCredential, err error)

Create takes the representation of a dbCredential and creates it. Returns the server's representation of the dbCredential, and an error, if there is any.

func (*FakeDbCredentials) Delete added in v0.5.0

func (c *FakeDbCredentials) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the dbCredential and deletes it. Returns an error if one occurs.

func (*FakeDbCredentials) DeleteCollection added in v0.5.0

func (c *FakeDbCredentials) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDbCredentials) Get added in v0.5.0

func (c *FakeDbCredentials) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.DbCredential, err error)

Get takes name of the dbCredential, and returns the corresponding dbCredential object, and an error if there is any.

func (*FakeDbCredentials) List added in v0.5.0

func (c *FakeDbCredentials) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.DbCredentialList, err error)

List takes label and field selectors, and returns the list of DbCredentials that match those selectors.

func (*FakeDbCredentials) Patch added in v0.5.0

func (c *FakeDbCredentials) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DbCredential, err error)

Patch applies the patch and returns the patched dbCredential.

func (*FakeDbCredentials) Update added in v0.5.0

func (c *FakeDbCredentials) Update(ctx context.Context, dbCredential *v1alpha1.DbCredential, opts v1.UpdateOptions) (result *v1alpha1.DbCredential, err error)

Update takes the representation of a dbCredential and updates it. Returns the server's representation of the dbCredential, and an error, if there is any.

func (*FakeDbCredentials) UpdateStatus added in v0.5.0

func (c *FakeDbCredentials) UpdateStatus(ctx context.Context, dbCredential *v1alpha1.DbCredential, opts v1.UpdateOptions) (*v1alpha1.DbCredential, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDbCredentials) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested dbCredentials.

type FakeDomainReplicationToRegions added in v0.5.0

type FakeDomainReplicationToRegions struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeDomainReplicationToRegions implements DomainReplicationToRegionInterface

func (*FakeDomainReplicationToRegions) Create added in v0.5.0

Create takes the representation of a domainReplicationToRegion and creates it. Returns the server's representation of the domainReplicationToRegion, and an error, if there is any.

func (*FakeDomainReplicationToRegions) Delete added in v0.5.0

Delete takes name of the domainReplicationToRegion and deletes it. Returns an error if one occurs.

func (*FakeDomainReplicationToRegions) DeleteCollection added in v0.5.0

func (c *FakeDomainReplicationToRegions) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDomainReplicationToRegions) Get added in v0.5.0

Get takes name of the domainReplicationToRegion, and returns the corresponding domainReplicationToRegion object, and an error if there is any.

func (*FakeDomainReplicationToRegions) List added in v0.5.0

List takes label and field selectors, and returns the list of DomainReplicationToRegions that match those selectors.

func (*FakeDomainReplicationToRegions) Patch added in v0.5.0

func (c *FakeDomainReplicationToRegions) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DomainReplicationToRegion, err error)

Patch applies the patch and returns the patched domainReplicationToRegion.

func (*FakeDomainReplicationToRegions) Update added in v0.5.0

Update takes the representation of a domainReplicationToRegion and updates it. Returns the server's representation of the domainReplicationToRegion, and an error, if there is any.

func (*FakeDomainReplicationToRegions) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDomainReplicationToRegions) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested domainReplicationToRegions.

type FakeDomains added in v0.5.0

type FakeDomains struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeDomains implements DomainInterface

func (*FakeDomains) Create added in v0.5.0

func (c *FakeDomains) Create(ctx context.Context, domain *v1alpha1.Domain, opts v1.CreateOptions) (result *v1alpha1.Domain, err error)

Create takes the representation of a domain and creates it. Returns the server's representation of the domain, and an error, if there is any.

func (*FakeDomains) Delete added in v0.5.0

func (c *FakeDomains) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the domain and deletes it. Returns an error if one occurs.

func (*FakeDomains) DeleteCollection added in v0.5.0

func (c *FakeDomains) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDomains) Get added in v0.5.0

func (c *FakeDomains) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Domain, err error)

Get takes name of the domain, and returns the corresponding domain object, and an error if there is any.

func (*FakeDomains) List added in v0.5.0

func (c *FakeDomains) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.DomainList, err error)

List takes label and field selectors, and returns the list of Domains that match those selectors.

func (*FakeDomains) Patch added in v0.5.0

func (c *FakeDomains) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Domain, err error)

Patch applies the patch and returns the patched domain.

func (*FakeDomains) Update added in v0.5.0

func (c *FakeDomains) Update(ctx context.Context, domain *v1alpha1.Domain, opts v1.UpdateOptions) (result *v1alpha1.Domain, err error)

Update takes the representation of a domain and updates it. Returns the server's representation of the domain, and an error, if there is any.

func (*FakeDomains) UpdateStatus added in v0.5.0

func (c *FakeDomains) UpdateStatus(ctx context.Context, domain *v1alpha1.Domain, opts v1.UpdateOptions) (*v1alpha1.Domain, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDomains) Watch added in v0.5.0

func (c *FakeDomains) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested domains.

type FakeDynamicGroups

type FakeDynamicGroups struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeDynamicGroups implements DynamicGroupInterface

func (*FakeDynamicGroups) Create

func (c *FakeDynamicGroups) Create(ctx context.Context, dynamicGroup *v1alpha1.DynamicGroup, opts v1.CreateOptions) (result *v1alpha1.DynamicGroup, err error)

Create takes the representation of a dynamicGroup and creates it. Returns the server's representation of the dynamicGroup, and an error, if there is any.

func (*FakeDynamicGroups) Delete

func (c *FakeDynamicGroups) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the dynamicGroup and deletes it. Returns an error if one occurs.

func (*FakeDynamicGroups) DeleteCollection

func (c *FakeDynamicGroups) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDynamicGroups) Get

func (c *FakeDynamicGroups) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.DynamicGroup, err error)

Get takes name of the dynamicGroup, and returns the corresponding dynamicGroup object, and an error if there is any.

func (*FakeDynamicGroups) List

func (c *FakeDynamicGroups) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.DynamicGroupList, err error)

List takes label and field selectors, and returns the list of DynamicGroups that match those selectors.

func (*FakeDynamicGroups) Patch

func (c *FakeDynamicGroups) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DynamicGroup, err error)

Patch applies the patch and returns the patched dynamicGroup.

func (*FakeDynamicGroups) Update

func (c *FakeDynamicGroups) Update(ctx context.Context, dynamicGroup *v1alpha1.DynamicGroup, opts v1.UpdateOptions) (result *v1alpha1.DynamicGroup, err error)

Update takes the representation of a dynamicGroup and updates it. Returns the server's representation of the dynamicGroup, and an error, if there is any.

func (*FakeDynamicGroups) UpdateStatus

func (c *FakeDynamicGroups) UpdateStatus(ctx context.Context, dynamicGroup *v1alpha1.DynamicGroup, opts v1.UpdateOptions) (*v1alpha1.DynamicGroup, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDynamicGroups) Watch

Watch returns a watch.Interface that watches the requested dynamicGroups.

type FakeGroups

type FakeGroups struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeGroups implements GroupInterface

func (*FakeGroups) Create

func (c *FakeGroups) Create(ctx context.Context, group *v1alpha1.Group, opts v1.CreateOptions) (result *v1alpha1.Group, err error)

Create takes the representation of a group and creates it. Returns the server's representation of the group, and an error, if there is any.

func (*FakeGroups) Delete

func (c *FakeGroups) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the group and deletes it. Returns an error if one occurs.

func (*FakeGroups) DeleteCollection

func (c *FakeGroups) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeGroups) Get

func (c *FakeGroups) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Group, err error)

Get takes name of the group, and returns the corresponding group object, and an error if there is any.

func (*FakeGroups) List

func (c *FakeGroups) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.GroupList, err error)

List takes label and field selectors, and returns the list of Groups that match those selectors.

func (*FakeGroups) Patch

func (c *FakeGroups) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Group, err error)

Patch applies the patch and returns the patched group.

func (*FakeGroups) Update

func (c *FakeGroups) Update(ctx context.Context, group *v1alpha1.Group, opts v1.UpdateOptions) (result *v1alpha1.Group, err error)

Update takes the representation of a group and updates it. Returns the server's representation of the group, and an error, if there is any.

func (*FakeGroups) UpdateStatus

func (c *FakeGroups) UpdateStatus(ctx context.Context, group *v1alpha1.Group, opts v1.UpdateOptions) (*v1alpha1.Group, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeGroups) Watch

func (c *FakeGroups) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested groups.

type FakeIdentityProviders

type FakeIdentityProviders struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeIdentityProviders implements IdentityProviderInterface

func (*FakeIdentityProviders) Create

func (c *FakeIdentityProviders) Create(ctx context.Context, identityProvider *v1alpha1.IdentityProvider, opts v1.CreateOptions) (result *v1alpha1.IdentityProvider, err error)

Create takes the representation of a identityProvider and creates it. Returns the server's representation of the identityProvider, and an error, if there is any.

func (*FakeIdentityProviders) Delete

func (c *FakeIdentityProviders) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the identityProvider and deletes it. Returns an error if one occurs.

func (*FakeIdentityProviders) DeleteCollection

func (c *FakeIdentityProviders) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIdentityProviders) Get

func (c *FakeIdentityProviders) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.IdentityProvider, err error)

Get takes name of the identityProvider, and returns the corresponding identityProvider object, and an error if there is any.

func (*FakeIdentityProviders) List

List takes label and field selectors, and returns the list of IdentityProviders that match those selectors.

func (*FakeIdentityProviders) Patch

func (c *FakeIdentityProviders) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IdentityProvider, err error)

Patch applies the patch and returns the patched identityProvider.

func (*FakeIdentityProviders) Update

func (c *FakeIdentityProviders) Update(ctx context.Context, identityProvider *v1alpha1.IdentityProvider, opts v1.UpdateOptions) (result *v1alpha1.IdentityProvider, err error)

Update takes the representation of a identityProvider and updates it. Returns the server's representation of the identityProvider, and an error, if there is any.

func (*FakeIdentityProviders) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIdentityProviders) Watch

Watch returns a watch.Interface that watches the requested identityProviders.

type FakeIdentityV1alpha1

type FakeIdentityV1alpha1 struct {
	*testing.Fake
}

func (*FakeIdentityV1alpha1) ApiKeys

func (c *FakeIdentityV1alpha1) ApiKeys(namespace string) v1alpha1.ApiKeyInterface

func (*FakeIdentityV1alpha1) AuthTokens

func (c *FakeIdentityV1alpha1) AuthTokens(namespace string) v1alpha1.AuthTokenInterface

func (*FakeIdentityV1alpha1) AuthenticationPolicies

func (c *FakeIdentityV1alpha1) AuthenticationPolicies(namespace string) v1alpha1.AuthenticationPolicyInterface

func (*FakeIdentityV1alpha1) Compartments

func (c *FakeIdentityV1alpha1) Compartments(namespace string) v1alpha1.CompartmentInterface

func (*FakeIdentityV1alpha1) CustomerSecretKeys

func (c *FakeIdentityV1alpha1) CustomerSecretKeys(namespace string) v1alpha1.CustomerSecretKeyInterface

func (*FakeIdentityV1alpha1) DataPlaneGenerateScopedAccessTokens added in v0.5.0

func (c *FakeIdentityV1alpha1) DataPlaneGenerateScopedAccessTokens(namespace string) v1alpha1.DataPlaneGenerateScopedAccessTokenInterface

func (*FakeIdentityV1alpha1) DbCredentials added in v0.5.0

func (c *FakeIdentityV1alpha1) DbCredentials(namespace string) v1alpha1.DbCredentialInterface

func (*FakeIdentityV1alpha1) DomainReplicationToRegions added in v0.5.0

func (c *FakeIdentityV1alpha1) DomainReplicationToRegions(namespace string) v1alpha1.DomainReplicationToRegionInterface

func (*FakeIdentityV1alpha1) Domains added in v0.5.0

func (c *FakeIdentityV1alpha1) Domains(namespace string) v1alpha1.DomainInterface

func (*FakeIdentityV1alpha1) DynamicGroups

func (c *FakeIdentityV1alpha1) DynamicGroups(namespace string) v1alpha1.DynamicGroupInterface

func (*FakeIdentityV1alpha1) Groups

func (c *FakeIdentityV1alpha1) Groups(namespace string) v1alpha1.GroupInterface

func (*FakeIdentityV1alpha1) IdentityProviders

func (c *FakeIdentityV1alpha1) IdentityProviders(namespace string) v1alpha1.IdentityProviderInterface

func (*FakeIdentityV1alpha1) IdpGroupMappings

func (c *FakeIdentityV1alpha1) IdpGroupMappings(namespace string) v1alpha1.IdpGroupMappingInterface

func (*FakeIdentityV1alpha1) ImportStandardTagsManagements added in v0.5.0

func (c *FakeIdentityV1alpha1) ImportStandardTagsManagements(namespace string) v1alpha1.ImportStandardTagsManagementInterface

func (*FakeIdentityV1alpha1) NetworkSources

func (c *FakeIdentityV1alpha1) NetworkSources(namespace string) v1alpha1.NetworkSourceInterface

func (*FakeIdentityV1alpha1) Policies

func (c *FakeIdentityV1alpha1) Policies(namespace string) v1alpha1.PolicyInterface

func (*FakeIdentityV1alpha1) RESTClient

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

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

func (*FakeIdentityV1alpha1) SmtpCredentials

func (c *FakeIdentityV1alpha1) SmtpCredentials(namespace string) v1alpha1.SmtpCredentialInterface

func (*FakeIdentityV1alpha1) SwiftPasswords

func (c *FakeIdentityV1alpha1) SwiftPasswords(namespace string) v1alpha1.SwiftPasswordInterface

func (*FakeIdentityV1alpha1) TagDefaults

func (c *FakeIdentityV1alpha1) TagDefaults(namespace string) v1alpha1.TagDefaultInterface

func (*FakeIdentityV1alpha1) Tagnamespaces

func (c *FakeIdentityV1alpha1) Tagnamespaces(namespace string) v1alpha1.TagnamespaceInterface

func (*FakeIdentityV1alpha1) Tags

func (c *FakeIdentityV1alpha1) Tags(namespace string) v1alpha1.TagInterface

func (*FakeIdentityV1alpha1) UiPasswords

func (c *FakeIdentityV1alpha1) UiPasswords(namespace string) v1alpha1.UiPasswordInterface

func (*FakeIdentityV1alpha1) UserCapabilitiesManagements

func (c *FakeIdentityV1alpha1) UserCapabilitiesManagements(namespace string) v1alpha1.UserCapabilitiesManagementInterface

func (*FakeIdentityV1alpha1) UserGroupMemberships

func (c *FakeIdentityV1alpha1) UserGroupMemberships(namespace string) v1alpha1.UserGroupMembershipInterface

func (*FakeIdentityV1alpha1) Users

func (c *FakeIdentityV1alpha1) Users(namespace string) v1alpha1.UserInterface

type FakeIdpGroupMappings

type FakeIdpGroupMappings struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeIdpGroupMappings implements IdpGroupMappingInterface

func (*FakeIdpGroupMappings) Create

func (c *FakeIdpGroupMappings) Create(ctx context.Context, idpGroupMapping *v1alpha1.IdpGroupMapping, opts v1.CreateOptions) (result *v1alpha1.IdpGroupMapping, err error)

Create takes the representation of a idpGroupMapping and creates it. Returns the server's representation of the idpGroupMapping, and an error, if there is any.

func (*FakeIdpGroupMappings) Delete

func (c *FakeIdpGroupMappings) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the idpGroupMapping and deletes it. Returns an error if one occurs.

func (*FakeIdpGroupMappings) DeleteCollection

func (c *FakeIdpGroupMappings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIdpGroupMappings) Get

func (c *FakeIdpGroupMappings) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.IdpGroupMapping, err error)

Get takes name of the idpGroupMapping, and returns the corresponding idpGroupMapping object, and an error if there is any.

func (*FakeIdpGroupMappings) List

List takes label and field selectors, and returns the list of IdpGroupMappings that match those selectors.

func (*FakeIdpGroupMappings) Patch

func (c *FakeIdpGroupMappings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IdpGroupMapping, err error)

Patch applies the patch and returns the patched idpGroupMapping.

func (*FakeIdpGroupMappings) Update

func (c *FakeIdpGroupMappings) Update(ctx context.Context, idpGroupMapping *v1alpha1.IdpGroupMapping, opts v1.UpdateOptions) (result *v1alpha1.IdpGroupMapping, err error)

Update takes the representation of a idpGroupMapping and updates it. Returns the server's representation of the idpGroupMapping, and an error, if there is any.

func (*FakeIdpGroupMappings) UpdateStatus

func (c *FakeIdpGroupMappings) UpdateStatus(ctx context.Context, idpGroupMapping *v1alpha1.IdpGroupMapping, opts v1.UpdateOptions) (*v1alpha1.IdpGroupMapping, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIdpGroupMappings) Watch

Watch returns a watch.Interface that watches the requested idpGroupMappings.

type FakeImportStandardTagsManagements added in v0.5.0

type FakeImportStandardTagsManagements struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeImportStandardTagsManagements implements ImportStandardTagsManagementInterface

func (*FakeImportStandardTagsManagements) Create added in v0.5.0

Create takes the representation of a importStandardTagsManagement and creates it. Returns the server's representation of the importStandardTagsManagement, and an error, if there is any.

func (*FakeImportStandardTagsManagements) Delete added in v0.5.0

Delete takes name of the importStandardTagsManagement and deletes it. Returns an error if one occurs.

func (*FakeImportStandardTagsManagements) DeleteCollection added in v0.5.0

func (c *FakeImportStandardTagsManagements) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeImportStandardTagsManagements) Get added in v0.5.0

Get takes name of the importStandardTagsManagement, and returns the corresponding importStandardTagsManagement object, and an error if there is any.

func (*FakeImportStandardTagsManagements) List added in v0.5.0

List takes label and field selectors, and returns the list of ImportStandardTagsManagements that match those selectors.

func (*FakeImportStandardTagsManagements) Patch added in v0.5.0

func (c *FakeImportStandardTagsManagements) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ImportStandardTagsManagement, err error)

Patch applies the patch and returns the patched importStandardTagsManagement.

func (*FakeImportStandardTagsManagements) Update added in v0.5.0

Update takes the representation of a importStandardTagsManagement and updates it. Returns the server's representation of the importStandardTagsManagement, and an error, if there is any.

func (*FakeImportStandardTagsManagements) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeImportStandardTagsManagements) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested importStandardTagsManagements.

type FakeNetworkSources

type FakeNetworkSources struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeNetworkSources implements NetworkSourceInterface

func (*FakeNetworkSources) Create

func (c *FakeNetworkSources) Create(ctx context.Context, networkSource *v1alpha1.NetworkSource, opts v1.CreateOptions) (result *v1alpha1.NetworkSource, err error)

Create takes the representation of a networkSource and creates it. Returns the server's representation of the networkSource, and an error, if there is any.

func (*FakeNetworkSources) Delete

func (c *FakeNetworkSources) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the networkSource and deletes it. Returns an error if one occurs.

func (*FakeNetworkSources) DeleteCollection

func (c *FakeNetworkSources) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeNetworkSources) Get

func (c *FakeNetworkSources) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.NetworkSource, err error)

Get takes name of the networkSource, and returns the corresponding networkSource object, and an error if there is any.

func (*FakeNetworkSources) List

func (c *FakeNetworkSources) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.NetworkSourceList, err error)

List takes label and field selectors, and returns the list of NetworkSources that match those selectors.

func (*FakeNetworkSources) Patch

func (c *FakeNetworkSources) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.NetworkSource, err error)

Patch applies the patch and returns the patched networkSource.

func (*FakeNetworkSources) Update

func (c *FakeNetworkSources) Update(ctx context.Context, networkSource *v1alpha1.NetworkSource, opts v1.UpdateOptions) (result *v1alpha1.NetworkSource, err error)

Update takes the representation of a networkSource and updates it. Returns the server's representation of the networkSource, and an error, if there is any.

func (*FakeNetworkSources) UpdateStatus

func (c *FakeNetworkSources) UpdateStatus(ctx context.Context, networkSource *v1alpha1.NetworkSource, opts v1.UpdateOptions) (*v1alpha1.NetworkSource, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeNetworkSources) Watch

Watch returns a watch.Interface that watches the requested networkSources.

type FakePolicies

type FakePolicies struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakePolicies implements PolicyInterface

func (*FakePolicies) Create

func (c *FakePolicies) Create(ctx context.Context, policy *v1alpha1.Policy, opts v1.CreateOptions) (result *v1alpha1.Policy, err error)

Create takes the representation of a policy and creates it. Returns the server's representation of the policy, and an error, if there is any.

func (*FakePolicies) Delete

func (c *FakePolicies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the policy and deletes it. Returns an error if one occurs.

func (*FakePolicies) DeleteCollection

func (c *FakePolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePolicies) Get

func (c *FakePolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Policy, err error)

Get takes name of the policy, and returns the corresponding policy object, and an error if there is any.

func (*FakePolicies) List

func (c *FakePolicies) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.PolicyList, err error)

List takes label and field selectors, and returns the list of Policies that match those selectors.

func (*FakePolicies) Patch

func (c *FakePolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Policy, err error)

Patch applies the patch and returns the patched policy.

func (*FakePolicies) Update

func (c *FakePolicies) Update(ctx context.Context, policy *v1alpha1.Policy, opts v1.UpdateOptions) (result *v1alpha1.Policy, err error)

Update takes the representation of a policy and updates it. Returns the server's representation of the policy, and an error, if there is any.

func (*FakePolicies) UpdateStatus

func (c *FakePolicies) UpdateStatus(ctx context.Context, policy *v1alpha1.Policy, opts v1.UpdateOptions) (*v1alpha1.Policy, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePolicies) Watch

func (c *FakePolicies) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested policies.

type FakeSmtpCredentials

type FakeSmtpCredentials struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeSmtpCredentials implements SmtpCredentialInterface

func (*FakeSmtpCredentials) Create

func (c *FakeSmtpCredentials) Create(ctx context.Context, smtpCredential *v1alpha1.SmtpCredential, opts v1.CreateOptions) (result *v1alpha1.SmtpCredential, err error)

Create takes the representation of a smtpCredential and creates it. Returns the server's representation of the smtpCredential, and an error, if there is any.

func (*FakeSmtpCredentials) Delete

func (c *FakeSmtpCredentials) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the smtpCredential and deletes it. Returns an error if one occurs.

func (*FakeSmtpCredentials) DeleteCollection

func (c *FakeSmtpCredentials) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSmtpCredentials) Get

func (c *FakeSmtpCredentials) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SmtpCredential, err error)

Get takes name of the smtpCredential, and returns the corresponding smtpCredential object, and an error if there is any.

func (*FakeSmtpCredentials) List

List takes label and field selectors, and returns the list of SmtpCredentials that match those selectors.

func (*FakeSmtpCredentials) Patch

func (c *FakeSmtpCredentials) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SmtpCredential, err error)

Patch applies the patch and returns the patched smtpCredential.

func (*FakeSmtpCredentials) Update

func (c *FakeSmtpCredentials) Update(ctx context.Context, smtpCredential *v1alpha1.SmtpCredential, opts v1.UpdateOptions) (result *v1alpha1.SmtpCredential, err error)

Update takes the representation of a smtpCredential and updates it. Returns the server's representation of the smtpCredential, and an error, if there is any.

func (*FakeSmtpCredentials) UpdateStatus

func (c *FakeSmtpCredentials) UpdateStatus(ctx context.Context, smtpCredential *v1alpha1.SmtpCredential, opts v1.UpdateOptions) (*v1alpha1.SmtpCredential, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSmtpCredentials) Watch

Watch returns a watch.Interface that watches the requested smtpCredentials.

type FakeSwiftPasswords

type FakeSwiftPasswords struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeSwiftPasswords implements SwiftPasswordInterface

func (*FakeSwiftPasswords) Create

func (c *FakeSwiftPasswords) Create(ctx context.Context, swiftPassword *v1alpha1.SwiftPassword, opts v1.CreateOptions) (result *v1alpha1.SwiftPassword, err error)

Create takes the representation of a swiftPassword and creates it. Returns the server's representation of the swiftPassword, and an error, if there is any.

func (*FakeSwiftPasswords) Delete

func (c *FakeSwiftPasswords) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the swiftPassword and deletes it. Returns an error if one occurs.

func (*FakeSwiftPasswords) DeleteCollection

func (c *FakeSwiftPasswords) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSwiftPasswords) Get

func (c *FakeSwiftPasswords) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SwiftPassword, err error)

Get takes name of the swiftPassword, and returns the corresponding swiftPassword object, and an error if there is any.

func (*FakeSwiftPasswords) List

func (c *FakeSwiftPasswords) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.SwiftPasswordList, err error)

List takes label and field selectors, and returns the list of SwiftPasswords that match those selectors.

func (*FakeSwiftPasswords) Patch

func (c *FakeSwiftPasswords) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SwiftPassword, err error)

Patch applies the patch and returns the patched swiftPassword.

func (*FakeSwiftPasswords) Update

func (c *FakeSwiftPasswords) Update(ctx context.Context, swiftPassword *v1alpha1.SwiftPassword, opts v1.UpdateOptions) (result *v1alpha1.SwiftPassword, err error)

Update takes the representation of a swiftPassword and updates it. Returns the server's representation of the swiftPassword, and an error, if there is any.

func (*FakeSwiftPasswords) UpdateStatus

func (c *FakeSwiftPasswords) UpdateStatus(ctx context.Context, swiftPassword *v1alpha1.SwiftPassword, opts v1.UpdateOptions) (*v1alpha1.SwiftPassword, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSwiftPasswords) Watch

Watch returns a watch.Interface that watches the requested swiftPasswords.

type FakeTagDefaults

type FakeTagDefaults struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeTagDefaults implements TagDefaultInterface

func (*FakeTagDefaults) Create

func (c *FakeTagDefaults) Create(ctx context.Context, tagDefault *v1alpha1.TagDefault, opts v1.CreateOptions) (result *v1alpha1.TagDefault, err error)

Create takes the representation of a tagDefault and creates it. Returns the server's representation of the tagDefault, and an error, if there is any.

func (*FakeTagDefaults) Delete

func (c *FakeTagDefaults) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the tagDefault and deletes it. Returns an error if one occurs.

func (*FakeTagDefaults) DeleteCollection

func (c *FakeTagDefaults) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTagDefaults) Get

func (c *FakeTagDefaults) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.TagDefault, err error)

Get takes name of the tagDefault, and returns the corresponding tagDefault object, and an error if there is any.

func (*FakeTagDefaults) List

func (c *FakeTagDefaults) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.TagDefaultList, err error)

List takes label and field selectors, and returns the list of TagDefaults that match those selectors.

func (*FakeTagDefaults) Patch

func (c *FakeTagDefaults) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TagDefault, err error)

Patch applies the patch and returns the patched tagDefault.

func (*FakeTagDefaults) Update

func (c *FakeTagDefaults) Update(ctx context.Context, tagDefault *v1alpha1.TagDefault, opts v1.UpdateOptions) (result *v1alpha1.TagDefault, err error)

Update takes the representation of a tagDefault and updates it. Returns the server's representation of the tagDefault, and an error, if there is any.

func (*FakeTagDefaults) UpdateStatus

func (c *FakeTagDefaults) UpdateStatus(ctx context.Context, tagDefault *v1alpha1.TagDefault, opts v1.UpdateOptions) (*v1alpha1.TagDefault, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTagDefaults) Watch

Watch returns a watch.Interface that watches the requested tagDefaults.

type FakeTagnamespaces

type FakeTagnamespaces struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeTagnamespaces implements TagnamespaceInterface

func (*FakeTagnamespaces) Create

func (c *FakeTagnamespaces) Create(ctx context.Context, tagnamespace *v1alpha1.Tagnamespace, opts v1.CreateOptions) (result *v1alpha1.Tagnamespace, err error)

Create takes the representation of a tagnamespace and creates it. Returns the server's representation of the tagnamespace, and an error, if there is any.

func (*FakeTagnamespaces) Delete

func (c *FakeTagnamespaces) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the tagnamespace and deletes it. Returns an error if one occurs.

func (*FakeTagnamespaces) DeleteCollection

func (c *FakeTagnamespaces) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTagnamespaces) Get

func (c *FakeTagnamespaces) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Tagnamespace, err error)

Get takes name of the tagnamespace, and returns the corresponding tagnamespace object, and an error if there is any.

func (*FakeTagnamespaces) List

func (c *FakeTagnamespaces) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.TagnamespaceList, err error)

List takes label and field selectors, and returns the list of Tagnamespaces that match those selectors.

func (*FakeTagnamespaces) Patch

func (c *FakeTagnamespaces) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Tagnamespace, err error)

Patch applies the patch and returns the patched tagnamespace.

func (*FakeTagnamespaces) Update

func (c *FakeTagnamespaces) Update(ctx context.Context, tagnamespace *v1alpha1.Tagnamespace, opts v1.UpdateOptions) (result *v1alpha1.Tagnamespace, err error)

Update takes the representation of a tagnamespace and updates it. Returns the server's representation of the tagnamespace, and an error, if there is any.

func (*FakeTagnamespaces) UpdateStatus

func (c *FakeTagnamespaces) UpdateStatus(ctx context.Context, tagnamespace *v1alpha1.Tagnamespace, opts v1.UpdateOptions) (*v1alpha1.Tagnamespace, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTagnamespaces) Watch

Watch returns a watch.Interface that watches the requested tagnamespaces.

type FakeTags

type FakeTags struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeTags implements TagInterface

func (*FakeTags) Create

func (c *FakeTags) Create(ctx context.Context, tag *v1alpha1.Tag, opts v1.CreateOptions) (result *v1alpha1.Tag, err error)

Create takes the representation of a tag and creates it. Returns the server's representation of the tag, and an error, if there is any.

func (*FakeTags) Delete

func (c *FakeTags) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the tag and deletes it. Returns an error if one occurs.

func (*FakeTags) DeleteCollection

func (c *FakeTags) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTags) Get

func (c *FakeTags) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Tag, err error)

Get takes name of the tag, and returns the corresponding tag object, and an error if there is any.

func (*FakeTags) List

func (c *FakeTags) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.TagList, err error)

List takes label and field selectors, and returns the list of Tags that match those selectors.

func (*FakeTags) Patch

func (c *FakeTags) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Tag, err error)

Patch applies the patch and returns the patched tag.

func (*FakeTags) Update

func (c *FakeTags) Update(ctx context.Context, tag *v1alpha1.Tag, opts v1.UpdateOptions) (result *v1alpha1.Tag, err error)

Update takes the representation of a tag and updates it. Returns the server's representation of the tag, and an error, if there is any.

func (*FakeTags) UpdateStatus

func (c *FakeTags) UpdateStatus(ctx context.Context, tag *v1alpha1.Tag, opts v1.UpdateOptions) (*v1alpha1.Tag, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTags) Watch

func (c *FakeTags) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested tags.

type FakeUiPasswords

type FakeUiPasswords struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeUiPasswords implements UiPasswordInterface

func (*FakeUiPasswords) Create

func (c *FakeUiPasswords) Create(ctx context.Context, uiPassword *v1alpha1.UiPassword, opts v1.CreateOptions) (result *v1alpha1.UiPassword, err error)

Create takes the representation of a uiPassword and creates it. Returns the server's representation of the uiPassword, and an error, if there is any.

func (*FakeUiPasswords) Delete

func (c *FakeUiPasswords) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the uiPassword and deletes it. Returns an error if one occurs.

func (*FakeUiPasswords) DeleteCollection

func (c *FakeUiPasswords) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeUiPasswords) Get

func (c *FakeUiPasswords) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.UiPassword, err error)

Get takes name of the uiPassword, and returns the corresponding uiPassword object, and an error if there is any.

func (*FakeUiPasswords) List

func (c *FakeUiPasswords) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.UiPasswordList, err error)

List takes label and field selectors, and returns the list of UiPasswords that match those selectors.

func (*FakeUiPasswords) Patch

func (c *FakeUiPasswords) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.UiPassword, err error)

Patch applies the patch and returns the patched uiPassword.

func (*FakeUiPasswords) Update

func (c *FakeUiPasswords) Update(ctx context.Context, uiPassword *v1alpha1.UiPassword, opts v1.UpdateOptions) (result *v1alpha1.UiPassword, err error)

Update takes the representation of a uiPassword and updates it. Returns the server's representation of the uiPassword, and an error, if there is any.

func (*FakeUiPasswords) UpdateStatus

func (c *FakeUiPasswords) UpdateStatus(ctx context.Context, uiPassword *v1alpha1.UiPassword, opts v1.UpdateOptions) (*v1alpha1.UiPassword, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeUiPasswords) Watch

Watch returns a watch.Interface that watches the requested uiPasswords.

type FakeUserCapabilitiesManagements

type FakeUserCapabilitiesManagements struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeUserCapabilitiesManagements implements UserCapabilitiesManagementInterface

func (*FakeUserCapabilitiesManagements) Create

Create takes the representation of a userCapabilitiesManagement and creates it. Returns the server's representation of the userCapabilitiesManagement, and an error, if there is any.

func (*FakeUserCapabilitiesManagements) Delete

Delete takes name of the userCapabilitiesManagement and deletes it. Returns an error if one occurs.

func (*FakeUserCapabilitiesManagements) DeleteCollection

func (c *FakeUserCapabilitiesManagements) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeUserCapabilitiesManagements) Get

Get takes name of the userCapabilitiesManagement, and returns the corresponding userCapabilitiesManagement object, and an error if there is any.

func (*FakeUserCapabilitiesManagements) List

List takes label and field selectors, and returns the list of UserCapabilitiesManagements that match those selectors.

func (*FakeUserCapabilitiesManagements) Patch

func (c *FakeUserCapabilitiesManagements) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.UserCapabilitiesManagement, err error)

Patch applies the patch and returns the patched userCapabilitiesManagement.

func (*FakeUserCapabilitiesManagements) Update

Update takes the representation of a userCapabilitiesManagement and updates it. Returns the server's representation of the userCapabilitiesManagement, and an error, if there is any.

func (*FakeUserCapabilitiesManagements) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeUserCapabilitiesManagements) Watch

Watch returns a watch.Interface that watches the requested userCapabilitiesManagements.

type FakeUserGroupMemberships

type FakeUserGroupMemberships struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeUserGroupMemberships implements UserGroupMembershipInterface

func (*FakeUserGroupMemberships) Create

func (c *FakeUserGroupMemberships) Create(ctx context.Context, userGroupMembership *v1alpha1.UserGroupMembership, opts v1.CreateOptions) (result *v1alpha1.UserGroupMembership, err error)

Create takes the representation of a userGroupMembership and creates it. Returns the server's representation of the userGroupMembership, and an error, if there is any.

func (*FakeUserGroupMemberships) Delete

Delete takes name of the userGroupMembership and deletes it. Returns an error if one occurs.

func (*FakeUserGroupMemberships) DeleteCollection

func (c *FakeUserGroupMemberships) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeUserGroupMemberships) Get

func (c *FakeUserGroupMemberships) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.UserGroupMembership, err error)

Get takes name of the userGroupMembership, and returns the corresponding userGroupMembership object, and an error if there is any.

func (*FakeUserGroupMemberships) List

List takes label and field selectors, and returns the list of UserGroupMemberships that match those selectors.

func (*FakeUserGroupMemberships) Patch

func (c *FakeUserGroupMemberships) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.UserGroupMembership, err error)

Patch applies the patch and returns the patched userGroupMembership.

func (*FakeUserGroupMemberships) Update

func (c *FakeUserGroupMemberships) Update(ctx context.Context, userGroupMembership *v1alpha1.UserGroupMembership, opts v1.UpdateOptions) (result *v1alpha1.UserGroupMembership, err error)

Update takes the representation of a userGroupMembership and updates it. Returns the server's representation of the userGroupMembership, and an error, if there is any.

func (*FakeUserGroupMemberships) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeUserGroupMemberships) Watch

Watch returns a watch.Interface that watches the requested userGroupMemberships.

type FakeUsers

type FakeUsers struct {
	Fake *FakeIdentityV1alpha1
	// contains filtered or unexported fields
}

FakeUsers implements UserInterface

func (*FakeUsers) Create

func (c *FakeUsers) Create(ctx context.Context, user *v1alpha1.User, opts v1.CreateOptions) (result *v1alpha1.User, err error)

Create takes the representation of a user and creates it. Returns the server's representation of the user, and an error, if there is any.

func (*FakeUsers) Delete

func (c *FakeUsers) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the user and deletes it. Returns an error if one occurs.

func (*FakeUsers) DeleteCollection

func (c *FakeUsers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeUsers) Get

func (c *FakeUsers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.User, err error)

Get takes name of the user, and returns the corresponding user object, and an error if there is any.

func (*FakeUsers) List

func (c *FakeUsers) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.UserList, err error)

List takes label and field selectors, and returns the list of Users that match those selectors.

func (*FakeUsers) Patch

func (c *FakeUsers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.User, err error)

Patch applies the patch and returns the patched user.

func (*FakeUsers) Update

func (c *FakeUsers) Update(ctx context.Context, user *v1alpha1.User, opts v1.UpdateOptions) (result *v1alpha1.User, err error)

Update takes the representation of a user and updates it. Returns the server's representation of the user, and an error, if there is any.

func (*FakeUsers) UpdateStatus

func (c *FakeUsers) UpdateStatus(ctx context.Context, user *v1alpha1.User, opts v1.UpdateOptions) (*v1alpha1.User, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeUsers) Watch

func (c *FakeUsers) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested users.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL