fake

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2020 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 FakeAccessContextManagerAccessLevels ¶ added in v0.2.0

type FakeAccessContextManagerAccessLevels struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeAccessContextManagerAccessLevels implements AccessContextManagerAccessLevelInterface

func (*FakeAccessContextManagerAccessLevels) Create ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessLevels) Delete ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessLevels) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeAccessContextManagerAccessLevels) Get ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessLevels) List ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessLevels) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched accessContextManagerAccessLevel.

func (*FakeAccessContextManagerAccessLevels) Update ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessLevels) UpdateStatus ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessLevels) Watch ¶ added in v0.2.0

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

type FakeAccessContextManagerAccessPolicies ¶ added in v0.2.0

type FakeAccessContextManagerAccessPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeAccessContextManagerAccessPolicies implements AccessContextManagerAccessPolicyInterface

func (*FakeAccessContextManagerAccessPolicies) Create ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessPolicies) Delete ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessPolicies) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeAccessContextManagerAccessPolicies) Get ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessPolicies) List ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessPolicies) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched accessContextManagerAccessPolicy.

func (*FakeAccessContextManagerAccessPolicies) Update ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessPolicies) UpdateStatus ¶ added in v0.2.0

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

func (*FakeAccessContextManagerAccessPolicies) Watch ¶ added in v0.2.0

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

type FakeAccessContextManagerServicePerimeters ¶ added in v0.2.0

type FakeAccessContextManagerServicePerimeters struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeAccessContextManagerServicePerimeters implements AccessContextManagerServicePerimeterInterface

func (*FakeAccessContextManagerServicePerimeters) Create ¶ added in v0.2.0

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

func (*FakeAccessContextManagerServicePerimeters) Delete ¶ added in v0.2.0

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

func (*FakeAccessContextManagerServicePerimeters) DeleteCollection ¶ added in v0.2.0

DeleteCollection deletes a collection of objects.

func (*FakeAccessContextManagerServicePerimeters) Get ¶ added in v0.2.0

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

func (*FakeAccessContextManagerServicePerimeters) List ¶ added in v0.2.0

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

func (*FakeAccessContextManagerServicePerimeters) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched accessContextManagerServicePerimeter.

func (*FakeAccessContextManagerServicePerimeters) Update ¶ added in v0.2.0

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

func (*FakeAccessContextManagerServicePerimeters) UpdateStatus ¶ added in v0.2.0

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

func (*FakeAccessContextManagerServicePerimeters) Watch ¶ added in v0.2.0

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

type FakeAppEngineApplications ¶

type FakeAppEngineApplications struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeAppEngineApplications implements AppEngineApplicationInterface

func (*FakeAppEngineApplications) Create ¶

func (c *FakeAppEngineApplications) Create(ctx context.Context, appEngineApplication *v1alpha1.AppEngineApplication, opts v1.CreateOptions) (result *v1alpha1.AppEngineApplication, err error)

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

func (*FakeAppEngineApplications) Delete ¶

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

func (*FakeAppEngineApplications) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeAppEngineApplications) Get ¶

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

func (*FakeAppEngineApplications) List ¶

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

func (*FakeAppEngineApplications) Patch ¶

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

Patch applies the patch and returns the patched appEngineApplication.

func (*FakeAppEngineApplications) Update ¶

func (c *FakeAppEngineApplications) Update(ctx context.Context, appEngineApplication *v1alpha1.AppEngineApplication, opts v1.UpdateOptions) (result *v1alpha1.AppEngineApplication, err error)

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

func (*FakeAppEngineApplications) UpdateStatus ¶

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

func (*FakeAppEngineApplications) Watch ¶

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

type FakeAppEngineDomainMappings ¶ added in v0.2.0

type FakeAppEngineDomainMappings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeAppEngineDomainMappings implements AppEngineDomainMappingInterface

func (*FakeAppEngineDomainMappings) Create ¶ added in v0.2.0

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

func (*FakeAppEngineDomainMappings) Delete ¶ added in v0.2.0

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

func (*FakeAppEngineDomainMappings) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeAppEngineDomainMappings) Get ¶ added in v0.2.0

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

func (*FakeAppEngineDomainMappings) List ¶ added in v0.2.0

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

func (*FakeAppEngineDomainMappings) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched appEngineDomainMapping.

func (*FakeAppEngineDomainMappings) Update ¶ added in v0.2.0

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

func (*FakeAppEngineDomainMappings) UpdateStatus ¶ added in v0.2.0

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

func (*FakeAppEngineDomainMappings) Watch ¶ added in v0.2.0

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

type FakeAppEngineFirewallRules ¶ added in v0.2.0

type FakeAppEngineFirewallRules struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeAppEngineFirewallRules implements AppEngineFirewallRuleInterface

func (*FakeAppEngineFirewallRules) Create ¶ added in v0.2.0

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

func (*FakeAppEngineFirewallRules) Delete ¶ added in v0.2.0

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

func (*FakeAppEngineFirewallRules) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeAppEngineFirewallRules) Get ¶ added in v0.2.0

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

func (*FakeAppEngineFirewallRules) List ¶ added in v0.2.0

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

func (*FakeAppEngineFirewallRules) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched appEngineFirewallRule.

func (*FakeAppEngineFirewallRules) Update ¶ added in v0.2.0

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

func (*FakeAppEngineFirewallRules) UpdateStatus ¶ added in v0.2.0

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

func (*FakeAppEngineFirewallRules) Watch ¶ added in v0.2.0

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

type FakeAppEngineStandardAppVersions ¶ added in v0.2.0

type FakeAppEngineStandardAppVersions struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeAppEngineStandardAppVersions implements AppEngineStandardAppVersionInterface

func (*FakeAppEngineStandardAppVersions) Create ¶ added in v0.2.0

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

func (*FakeAppEngineStandardAppVersions) Delete ¶ added in v0.2.0

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

func (*FakeAppEngineStandardAppVersions) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeAppEngineStandardAppVersions) Get ¶ added in v0.2.0

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

func (*FakeAppEngineStandardAppVersions) List ¶ added in v0.2.0

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

func (*FakeAppEngineStandardAppVersions) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched appEngineStandardAppVersion.

func (*FakeAppEngineStandardAppVersions) Update ¶ added in v0.2.0

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

func (*FakeAppEngineStandardAppVersions) UpdateStatus ¶ added in v0.2.0

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

func (*FakeAppEngineStandardAppVersions) Watch ¶ added in v0.2.0

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

type FakeBigqueryDataTransferConfigs ¶ added in v0.2.0

type FakeBigqueryDataTransferConfigs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigqueryDataTransferConfigs implements BigqueryDataTransferConfigInterface

func (*FakeBigqueryDataTransferConfigs) Create ¶ added in v0.2.0

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

func (*FakeBigqueryDataTransferConfigs) Delete ¶ added in v0.2.0

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

func (*FakeBigqueryDataTransferConfigs) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeBigqueryDataTransferConfigs) Get ¶ added in v0.2.0

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

func (*FakeBigqueryDataTransferConfigs) List ¶ added in v0.2.0

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

func (*FakeBigqueryDataTransferConfigs) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched bigqueryDataTransferConfig.

func (*FakeBigqueryDataTransferConfigs) Update ¶ added in v0.2.0

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

func (*FakeBigqueryDataTransferConfigs) UpdateStatus ¶ added in v0.2.0

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

func (*FakeBigqueryDataTransferConfigs) Watch ¶ added in v0.2.0

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

type FakeBigqueryDatasets ¶

type FakeBigqueryDatasets struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigqueryDatasets implements BigqueryDatasetInterface

func (*FakeBigqueryDatasets) Create ¶

func (c *FakeBigqueryDatasets) Create(ctx context.Context, bigqueryDataset *v1alpha1.BigqueryDataset, opts v1.CreateOptions) (result *v1alpha1.BigqueryDataset, err error)

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

func (*FakeBigqueryDatasets) Delete ¶

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

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

func (*FakeBigqueryDatasets) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeBigqueryDatasets) Get ¶

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

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

func (*FakeBigqueryDatasets) List ¶

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

func (*FakeBigqueryDatasets) Patch ¶

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

Patch applies the patch and returns the patched bigqueryDataset.

func (*FakeBigqueryDatasets) Update ¶

func (c *FakeBigqueryDatasets) Update(ctx context.Context, bigqueryDataset *v1alpha1.BigqueryDataset, opts v1.UpdateOptions) (result *v1alpha1.BigqueryDataset, err error)

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

func (*FakeBigqueryDatasets) UpdateStatus ¶

func (c *FakeBigqueryDatasets) UpdateStatus(ctx context.Context, bigqueryDataset *v1alpha1.BigqueryDataset, opts v1.UpdateOptions) (*v1alpha1.BigqueryDataset, error)

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

func (*FakeBigqueryDatasets) Watch ¶

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

type FakeBigqueryTables ¶

type FakeBigqueryTables struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigqueryTables implements BigqueryTableInterface

func (*FakeBigqueryTables) Create ¶

func (c *FakeBigqueryTables) Create(ctx context.Context, bigqueryTable *v1alpha1.BigqueryTable, opts v1.CreateOptions) (result *v1alpha1.BigqueryTable, err error)

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

func (*FakeBigqueryTables) Delete ¶

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

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

func (*FakeBigqueryTables) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeBigqueryTables) Get ¶

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

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

func (*FakeBigqueryTables) List ¶

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

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

func (*FakeBigqueryTables) Patch ¶

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

Patch applies the patch and returns the patched bigqueryTable.

func (*FakeBigqueryTables) Update ¶

func (c *FakeBigqueryTables) Update(ctx context.Context, bigqueryTable *v1alpha1.BigqueryTable, opts v1.UpdateOptions) (result *v1alpha1.BigqueryTable, err error)

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

func (*FakeBigqueryTables) UpdateStatus ¶

func (c *FakeBigqueryTables) UpdateStatus(ctx context.Context, bigqueryTable *v1alpha1.BigqueryTable, opts v1.UpdateOptions) (*v1alpha1.BigqueryTable, error)

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

func (*FakeBigqueryTables) Watch ¶

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

type FakeBigtableAppProfiles ¶ added in v0.2.0

type FakeBigtableAppProfiles struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigtableAppProfiles implements BigtableAppProfileInterface

func (*FakeBigtableAppProfiles) Create ¶ added in v0.2.0

func (c *FakeBigtableAppProfiles) Create(ctx context.Context, bigtableAppProfile *v1alpha1.BigtableAppProfile, opts v1.CreateOptions) (result *v1alpha1.BigtableAppProfile, err error)

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

func (*FakeBigtableAppProfiles) Delete ¶ added in v0.2.0

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

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

func (*FakeBigtableAppProfiles) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeBigtableAppProfiles) Get ¶ added in v0.2.0

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

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

func (*FakeBigtableAppProfiles) List ¶ added in v0.2.0

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

func (*FakeBigtableAppProfiles) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched bigtableAppProfile.

func (*FakeBigtableAppProfiles) Update ¶ added in v0.2.0

func (c *FakeBigtableAppProfiles) Update(ctx context.Context, bigtableAppProfile *v1alpha1.BigtableAppProfile, opts v1.UpdateOptions) (result *v1alpha1.BigtableAppProfile, err error)

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

func (*FakeBigtableAppProfiles) UpdateStatus ¶ added in v0.2.0

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

func (*FakeBigtableAppProfiles) Watch ¶ added in v0.2.0

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

type FakeBigtableGcPolicies ¶ added in v0.2.0

type FakeBigtableGcPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigtableGcPolicies implements BigtableGcPolicyInterface

func (*FakeBigtableGcPolicies) Create ¶ added in v0.2.0

func (c *FakeBigtableGcPolicies) Create(ctx context.Context, bigtableGcPolicy *v1alpha1.BigtableGcPolicy, opts v1.CreateOptions) (result *v1alpha1.BigtableGcPolicy, err error)

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

func (*FakeBigtableGcPolicies) Delete ¶ added in v0.2.0

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

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

func (*FakeBigtableGcPolicies) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeBigtableGcPolicies) Get ¶ added in v0.2.0

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

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

func (*FakeBigtableGcPolicies) List ¶ added in v0.2.0

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

func (*FakeBigtableGcPolicies) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched bigtableGcPolicy.

func (*FakeBigtableGcPolicies) Update ¶ added in v0.2.0

func (c *FakeBigtableGcPolicies) Update(ctx context.Context, bigtableGcPolicy *v1alpha1.BigtableGcPolicy, opts v1.UpdateOptions) (result *v1alpha1.BigtableGcPolicy, err error)

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

func (*FakeBigtableGcPolicies) UpdateStatus ¶ added in v0.2.0

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

func (*FakeBigtableGcPolicies) Watch ¶ added in v0.2.0

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

type FakeBigtableInstanceIamBindings ¶ added in v0.2.0

type FakeBigtableInstanceIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigtableInstanceIamBindings implements BigtableInstanceIamBindingInterface

func (*FakeBigtableInstanceIamBindings) Create ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamBindings) Delete ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamBindings) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeBigtableInstanceIamBindings) Get ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamBindings) List ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamBindings) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched bigtableInstanceIamBinding.

func (*FakeBigtableInstanceIamBindings) Update ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamBindings) UpdateStatus ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamBindings) Watch ¶ added in v0.2.0

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

type FakeBigtableInstanceIamMembers ¶ added in v0.2.0

type FakeBigtableInstanceIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigtableInstanceIamMembers implements BigtableInstanceIamMemberInterface

func (*FakeBigtableInstanceIamMembers) Create ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamMembers) Delete ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamMembers) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeBigtableInstanceIamMembers) Get ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamMembers) List ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamMembers) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched bigtableInstanceIamMember.

func (*FakeBigtableInstanceIamMembers) Update ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamMembers) UpdateStatus ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamMembers) Watch ¶ added in v0.2.0

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

type FakeBigtableInstanceIamPolicies ¶ added in v0.2.0

type FakeBigtableInstanceIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigtableInstanceIamPolicies implements BigtableInstanceIamPolicyInterface

func (*FakeBigtableInstanceIamPolicies) Create ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamPolicies) Delete ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamPolicies) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeBigtableInstanceIamPolicies) Get ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamPolicies) List ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamPolicies) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched bigtableInstanceIamPolicy.

func (*FakeBigtableInstanceIamPolicies) Update ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamPolicies) UpdateStatus ¶ added in v0.2.0

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

func (*FakeBigtableInstanceIamPolicies) Watch ¶ added in v0.2.0

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

type FakeBigtableInstances ¶

type FakeBigtableInstances struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigtableInstances implements BigtableInstanceInterface

func (*FakeBigtableInstances) Create ¶

func (c *FakeBigtableInstances) Create(ctx context.Context, bigtableInstance *v1alpha1.BigtableInstance, opts v1.CreateOptions) (result *v1alpha1.BigtableInstance, err error)

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

func (*FakeBigtableInstances) Delete ¶

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

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

func (*FakeBigtableInstances) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeBigtableInstances) Get ¶

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

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

func (*FakeBigtableInstances) List ¶

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

func (*FakeBigtableInstances) Patch ¶

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

Patch applies the patch and returns the patched bigtableInstance.

func (*FakeBigtableInstances) Update ¶

func (c *FakeBigtableInstances) Update(ctx context.Context, bigtableInstance *v1alpha1.BigtableInstance, opts v1.UpdateOptions) (result *v1alpha1.BigtableInstance, err error)

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

func (*FakeBigtableInstances) UpdateStatus ¶

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

func (*FakeBigtableInstances) Watch ¶

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

type FakeBigtableTables ¶

type FakeBigtableTables struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBigtableTables implements BigtableTableInterface

func (*FakeBigtableTables) Create ¶

func (c *FakeBigtableTables) Create(ctx context.Context, bigtableTable *v1alpha1.BigtableTable, opts v1.CreateOptions) (result *v1alpha1.BigtableTable, err error)

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

func (*FakeBigtableTables) Delete ¶

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

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

func (*FakeBigtableTables) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeBigtableTables) Get ¶

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

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

func (*FakeBigtableTables) List ¶

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

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

func (*FakeBigtableTables) Patch ¶

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

Patch applies the patch and returns the patched bigtableTable.

func (*FakeBigtableTables) Update ¶

func (c *FakeBigtableTables) Update(ctx context.Context, bigtableTable *v1alpha1.BigtableTable, opts v1.UpdateOptions) (result *v1alpha1.BigtableTable, err error)

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

func (*FakeBigtableTables) UpdateStatus ¶

func (c *FakeBigtableTables) UpdateStatus(ctx context.Context, bigtableTable *v1alpha1.BigtableTable, opts v1.UpdateOptions) (*v1alpha1.BigtableTable, error)

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

func (*FakeBigtableTables) Watch ¶

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

type FakeBillingAccountIamBindings ¶

type FakeBillingAccountIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBillingAccountIamBindings implements BillingAccountIamBindingInterface

func (*FakeBillingAccountIamBindings) Create ¶

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

func (*FakeBillingAccountIamBindings) Delete ¶

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

func (*FakeBillingAccountIamBindings) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeBillingAccountIamBindings) Get ¶

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

func (*FakeBillingAccountIamBindings) List ¶

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

func (*FakeBillingAccountIamBindings) Patch ¶

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

Patch applies the patch and returns the patched billingAccountIamBinding.

func (*FakeBillingAccountIamBindings) Update ¶

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

func (*FakeBillingAccountIamBindings) UpdateStatus ¶

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

func (*FakeBillingAccountIamBindings) Watch ¶

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

type FakeBillingAccountIamMembers ¶

type FakeBillingAccountIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBillingAccountIamMembers implements BillingAccountIamMemberInterface

func (*FakeBillingAccountIamMembers) Create ¶

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

func (*FakeBillingAccountIamMembers) Delete ¶

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

func (*FakeBillingAccountIamMembers) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeBillingAccountIamMembers) Get ¶

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

func (*FakeBillingAccountIamMembers) List ¶

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

func (*FakeBillingAccountIamMembers) Patch ¶

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

Patch applies the patch and returns the patched billingAccountIamMember.

func (*FakeBillingAccountIamMembers) Update ¶

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

func (*FakeBillingAccountIamMembers) UpdateStatus ¶

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

func (*FakeBillingAccountIamMembers) Watch ¶

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

type FakeBillingAccountIamPolicies ¶

type FakeBillingAccountIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBillingAccountIamPolicies implements BillingAccountIamPolicyInterface

func (*FakeBillingAccountIamPolicies) Create ¶

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

func (*FakeBillingAccountIamPolicies) Delete ¶

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

func (*FakeBillingAccountIamPolicies) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeBillingAccountIamPolicies) Get ¶

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

func (*FakeBillingAccountIamPolicies) List ¶

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

func (*FakeBillingAccountIamPolicies) Patch ¶

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

Patch applies the patch and returns the patched billingAccountIamPolicy.

func (*FakeBillingAccountIamPolicies) Update ¶

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

func (*FakeBillingAccountIamPolicies) UpdateStatus ¶

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

func (*FakeBillingAccountIamPolicies) Watch ¶

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

type FakeBinaryAuthorizationAttestorIamBindings ¶ added in v0.2.0

type FakeBinaryAuthorizationAttestorIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBinaryAuthorizationAttestorIamBindings implements BinaryAuthorizationAttestorIamBindingInterface

func (*FakeBinaryAuthorizationAttestorIamBindings) Create ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamBindings) Delete ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamBindings) DeleteCollection ¶ added in v0.2.0

DeleteCollection deletes a collection of objects.

func (*FakeBinaryAuthorizationAttestorIamBindings) Get ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamBindings) List ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamBindings) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched binaryAuthorizationAttestorIamBinding.

func (*FakeBinaryAuthorizationAttestorIamBindings) Update ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamBindings) UpdateStatus ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamBindings) Watch ¶ added in v0.2.0

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

type FakeBinaryAuthorizationAttestorIamMembers ¶ added in v0.2.0

type FakeBinaryAuthorizationAttestorIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBinaryAuthorizationAttestorIamMembers implements BinaryAuthorizationAttestorIamMemberInterface

func (*FakeBinaryAuthorizationAttestorIamMembers) Create ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamMembers) Delete ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamMembers) DeleteCollection ¶ added in v0.2.0

DeleteCollection deletes a collection of objects.

func (*FakeBinaryAuthorizationAttestorIamMembers) Get ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamMembers) List ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamMembers) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched binaryAuthorizationAttestorIamMember.

func (*FakeBinaryAuthorizationAttestorIamMembers) Update ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamMembers) UpdateStatus ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamMembers) Watch ¶ added in v0.2.0

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

type FakeBinaryAuthorizationAttestorIamPolicies ¶ added in v0.2.0

type FakeBinaryAuthorizationAttestorIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBinaryAuthorizationAttestorIamPolicies implements BinaryAuthorizationAttestorIamPolicyInterface

func (*FakeBinaryAuthorizationAttestorIamPolicies) Create ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamPolicies) Delete ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamPolicies) DeleteCollection ¶ added in v0.2.0

DeleteCollection deletes a collection of objects.

func (*FakeBinaryAuthorizationAttestorIamPolicies) Get ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamPolicies) List ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamPolicies) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched binaryAuthorizationAttestorIamPolicy.

func (*FakeBinaryAuthorizationAttestorIamPolicies) Update ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamPolicies) UpdateStatus ¶ added in v0.2.0

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

func (*FakeBinaryAuthorizationAttestorIamPolicies) Watch ¶ added in v0.2.0

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

type FakeBinaryAuthorizationAttestors ¶

type FakeBinaryAuthorizationAttestors struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBinaryAuthorizationAttestors implements BinaryAuthorizationAttestorInterface

func (*FakeBinaryAuthorizationAttestors) Create ¶

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

func (*FakeBinaryAuthorizationAttestors) Delete ¶

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

func (*FakeBinaryAuthorizationAttestors) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeBinaryAuthorizationAttestors) Get ¶

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

func (*FakeBinaryAuthorizationAttestors) List ¶

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

func (*FakeBinaryAuthorizationAttestors) Patch ¶

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

Patch applies the patch and returns the patched binaryAuthorizationAttestor.

func (*FakeBinaryAuthorizationAttestors) Update ¶

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

func (*FakeBinaryAuthorizationAttestors) UpdateStatus ¶

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

func (*FakeBinaryAuthorizationAttestors) Watch ¶

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

type FakeBinaryAuthorizationPolicies ¶

type FakeBinaryAuthorizationPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeBinaryAuthorizationPolicies implements BinaryAuthorizationPolicyInterface

func (*FakeBinaryAuthorizationPolicies) Create ¶

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

func (*FakeBinaryAuthorizationPolicies) Delete ¶

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

func (*FakeBinaryAuthorizationPolicies) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeBinaryAuthorizationPolicies) Get ¶

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

func (*FakeBinaryAuthorizationPolicies) List ¶

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

func (*FakeBinaryAuthorizationPolicies) Patch ¶

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

Patch applies the patch and returns the patched binaryAuthorizationPolicy.

func (*FakeBinaryAuthorizationPolicies) Update ¶

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

func (*FakeBinaryAuthorizationPolicies) UpdateStatus ¶

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

func (*FakeBinaryAuthorizationPolicies) Watch ¶

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

type FakeCloudSchedulerJobs ¶ added in v0.2.0

type FakeCloudSchedulerJobs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeCloudSchedulerJobs implements CloudSchedulerJobInterface

func (*FakeCloudSchedulerJobs) Create ¶ added in v0.2.0

func (c *FakeCloudSchedulerJobs) Create(ctx context.Context, cloudSchedulerJob *v1alpha1.CloudSchedulerJob, opts v1.CreateOptions) (result *v1alpha1.CloudSchedulerJob, err error)

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

func (*FakeCloudSchedulerJobs) Delete ¶ added in v0.2.0

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

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

func (*FakeCloudSchedulerJobs) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudSchedulerJobs) Get ¶ added in v0.2.0

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

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

func (*FakeCloudSchedulerJobs) List ¶ added in v0.2.0

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

func (*FakeCloudSchedulerJobs) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched cloudSchedulerJob.

func (*FakeCloudSchedulerJobs) Update ¶ added in v0.2.0

func (c *FakeCloudSchedulerJobs) Update(ctx context.Context, cloudSchedulerJob *v1alpha1.CloudSchedulerJob, opts v1.UpdateOptions) (result *v1alpha1.CloudSchedulerJob, err error)

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

func (*FakeCloudSchedulerJobs) UpdateStatus ¶ added in v0.2.0

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

func (*FakeCloudSchedulerJobs) Watch ¶ added in v0.2.0

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

type FakeCloudbuildTriggers ¶

type FakeCloudbuildTriggers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeCloudbuildTriggers implements CloudbuildTriggerInterface

func (*FakeCloudbuildTriggers) Create ¶

func (c *FakeCloudbuildTriggers) Create(ctx context.Context, cloudbuildTrigger *v1alpha1.CloudbuildTrigger, opts v1.CreateOptions) (result *v1alpha1.CloudbuildTrigger, err error)

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

func (*FakeCloudbuildTriggers) Delete ¶

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

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

func (*FakeCloudbuildTriggers) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudbuildTriggers) Get ¶

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

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

func (*FakeCloudbuildTriggers) List ¶

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

func (*FakeCloudbuildTriggers) Patch ¶

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

Patch applies the patch and returns the patched cloudbuildTrigger.

func (*FakeCloudbuildTriggers) Update ¶

func (c *FakeCloudbuildTriggers) Update(ctx context.Context, cloudbuildTrigger *v1alpha1.CloudbuildTrigger, opts v1.UpdateOptions) (result *v1alpha1.CloudbuildTrigger, err error)

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

func (*FakeCloudbuildTriggers) UpdateStatus ¶

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

func (*FakeCloudbuildTriggers) Watch ¶

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

type FakeCloudfunctionsFunctionIamBindings ¶ added in v0.2.0

type FakeCloudfunctionsFunctionIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeCloudfunctionsFunctionIamBindings implements CloudfunctionsFunctionIamBindingInterface

func (*FakeCloudfunctionsFunctionIamBindings) Create ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamBindings) Delete ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamBindings) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudfunctionsFunctionIamBindings) Get ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamBindings) List ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamBindings) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched cloudfunctionsFunctionIamBinding.

func (*FakeCloudfunctionsFunctionIamBindings) Update ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamBindings) UpdateStatus ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamBindings) Watch ¶ added in v0.2.0

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

type FakeCloudfunctionsFunctionIamMembers ¶ added in v0.2.0

type FakeCloudfunctionsFunctionIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeCloudfunctionsFunctionIamMembers implements CloudfunctionsFunctionIamMemberInterface

func (*FakeCloudfunctionsFunctionIamMembers) Create ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamMembers) Delete ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamMembers) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudfunctionsFunctionIamMembers) Get ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamMembers) List ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamMembers) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched cloudfunctionsFunctionIamMember.

func (*FakeCloudfunctionsFunctionIamMembers) Update ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamMembers) UpdateStatus ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamMembers) Watch ¶ added in v0.2.0

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

type FakeCloudfunctionsFunctionIamPolicies ¶ added in v0.2.0

type FakeCloudfunctionsFunctionIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeCloudfunctionsFunctionIamPolicies implements CloudfunctionsFunctionIamPolicyInterface

func (*FakeCloudfunctionsFunctionIamPolicies) Create ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamPolicies) Delete ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamPolicies) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudfunctionsFunctionIamPolicies) Get ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamPolicies) List ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamPolicies) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched cloudfunctionsFunctionIamPolicy.

func (*FakeCloudfunctionsFunctionIamPolicies) Update ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamPolicies) UpdateStatus ¶ added in v0.2.0

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

func (*FakeCloudfunctionsFunctionIamPolicies) Watch ¶ added in v0.2.0

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

type FakeCloudfunctionsFunctions ¶

type FakeCloudfunctionsFunctions struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeCloudfunctionsFunctions implements CloudfunctionsFunctionInterface

func (*FakeCloudfunctionsFunctions) Create ¶

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

func (*FakeCloudfunctionsFunctions) Delete ¶

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

func (*FakeCloudfunctionsFunctions) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudfunctionsFunctions) Get ¶

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

func (*FakeCloudfunctionsFunctions) List ¶

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

func (*FakeCloudfunctionsFunctions) Patch ¶

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

Patch applies the patch and returns the patched cloudfunctionsFunction.

func (*FakeCloudfunctionsFunctions) Update ¶

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

func (*FakeCloudfunctionsFunctions) UpdateStatus ¶

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

func (*FakeCloudfunctionsFunctions) Watch ¶

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

type FakeCloudiotRegistries ¶

type FakeCloudiotRegistries struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeCloudiotRegistries implements CloudiotRegistryInterface

func (*FakeCloudiotRegistries) Create ¶

func (c *FakeCloudiotRegistries) Create(ctx context.Context, cloudiotRegistry *v1alpha1.CloudiotRegistry, opts v1.CreateOptions) (result *v1alpha1.CloudiotRegistry, err error)

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

func (*FakeCloudiotRegistries) Delete ¶

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

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

func (*FakeCloudiotRegistries) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeCloudiotRegistries) Get ¶

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

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

func (*FakeCloudiotRegistries) List ¶

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

func (*FakeCloudiotRegistries) Patch ¶

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

Patch applies the patch and returns the patched cloudiotRegistry.

func (*FakeCloudiotRegistries) Update ¶

func (c *FakeCloudiotRegistries) Update(ctx context.Context, cloudiotRegistry *v1alpha1.CloudiotRegistry, opts v1.UpdateOptions) (result *v1alpha1.CloudiotRegistry, err error)

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

func (*FakeCloudiotRegistries) UpdateStatus ¶

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

func (*FakeCloudiotRegistries) Watch ¶

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

type FakeComposerEnvironments ¶

type FakeComposerEnvironments struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComposerEnvironments implements ComposerEnvironmentInterface

func (*FakeComposerEnvironments) Create ¶

func (c *FakeComposerEnvironments) Create(ctx context.Context, composerEnvironment *v1alpha1.ComposerEnvironment, opts v1.CreateOptions) (result *v1alpha1.ComposerEnvironment, err error)

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

func (*FakeComposerEnvironments) Delete ¶

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

func (*FakeComposerEnvironments) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComposerEnvironments) Get ¶

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

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

func (*FakeComposerEnvironments) List ¶

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

func (*FakeComposerEnvironments) Patch ¶

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

Patch applies the patch and returns the patched composerEnvironment.

func (*FakeComposerEnvironments) Update ¶

func (c *FakeComposerEnvironments) Update(ctx context.Context, composerEnvironment *v1alpha1.ComposerEnvironment, opts v1.UpdateOptions) (result *v1alpha1.ComposerEnvironment, err error)

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

func (*FakeComposerEnvironments) UpdateStatus ¶

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

func (*FakeComposerEnvironments) Watch ¶

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

type FakeComputeAddresses ¶

type FakeComputeAddresses struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeAddresses implements ComputeAddressInterface

func (*FakeComputeAddresses) Create ¶

func (c *FakeComputeAddresses) Create(ctx context.Context, computeAddress *v1alpha1.ComputeAddress, opts v1.CreateOptions) (result *v1alpha1.ComputeAddress, err error)

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

func (*FakeComputeAddresses) Delete ¶

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

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

func (*FakeComputeAddresses) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeAddresses) Get ¶

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

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

func (*FakeComputeAddresses) List ¶

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

func (*FakeComputeAddresses) Patch ¶

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

Patch applies the patch and returns the patched computeAddress.

func (*FakeComputeAddresses) Update ¶

func (c *FakeComputeAddresses) Update(ctx context.Context, computeAddress *v1alpha1.ComputeAddress, opts v1.UpdateOptions) (result *v1alpha1.ComputeAddress, err error)

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

func (*FakeComputeAddresses) UpdateStatus ¶

func (c *FakeComputeAddresses) UpdateStatus(ctx context.Context, computeAddress *v1alpha1.ComputeAddress, opts v1.UpdateOptions) (*v1alpha1.ComputeAddress, error)

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

func (*FakeComputeAddresses) Watch ¶

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

type FakeComputeAttachedDisks ¶

type FakeComputeAttachedDisks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeAttachedDisks implements ComputeAttachedDiskInterface

func (*FakeComputeAttachedDisks) Create ¶

func (c *FakeComputeAttachedDisks) Create(ctx context.Context, computeAttachedDisk *v1alpha1.ComputeAttachedDisk, opts v1.CreateOptions) (result *v1alpha1.ComputeAttachedDisk, err error)

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

func (*FakeComputeAttachedDisks) Delete ¶

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

func (*FakeComputeAttachedDisks) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeAttachedDisks) Get ¶

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

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

func (*FakeComputeAttachedDisks) List ¶

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

func (*FakeComputeAttachedDisks) Patch ¶

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

Patch applies the patch and returns the patched computeAttachedDisk.

func (*FakeComputeAttachedDisks) Update ¶

func (c *FakeComputeAttachedDisks) Update(ctx context.Context, computeAttachedDisk *v1alpha1.ComputeAttachedDisk, opts v1.UpdateOptions) (result *v1alpha1.ComputeAttachedDisk, err error)

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

func (*FakeComputeAttachedDisks) UpdateStatus ¶

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

func (*FakeComputeAttachedDisks) Watch ¶

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

type FakeComputeAutoscalers ¶

type FakeComputeAutoscalers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeAutoscalers implements ComputeAutoscalerInterface

func (*FakeComputeAutoscalers) Create ¶

func (c *FakeComputeAutoscalers) Create(ctx context.Context, computeAutoscaler *v1alpha1.ComputeAutoscaler, opts v1.CreateOptions) (result *v1alpha1.ComputeAutoscaler, err error)

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

func (*FakeComputeAutoscalers) Delete ¶

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

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

func (*FakeComputeAutoscalers) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeAutoscalers) Get ¶

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

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

func (*FakeComputeAutoscalers) List ¶

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

func (*FakeComputeAutoscalers) Patch ¶

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

Patch applies the patch and returns the patched computeAutoscaler.

func (*FakeComputeAutoscalers) Update ¶

func (c *FakeComputeAutoscalers) Update(ctx context.Context, computeAutoscaler *v1alpha1.ComputeAutoscaler, opts v1.UpdateOptions) (result *v1alpha1.ComputeAutoscaler, err error)

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

func (*FakeComputeAutoscalers) UpdateStatus ¶

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

func (*FakeComputeAutoscalers) Watch ¶

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

type FakeComputeBackendBucketSignedURLKeys ¶ added in v0.2.0

type FakeComputeBackendBucketSignedURLKeys struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeBackendBucketSignedURLKeys implements ComputeBackendBucketSignedURLKeyInterface

func (*FakeComputeBackendBucketSignedURLKeys) Create ¶ added in v0.2.0

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

func (*FakeComputeBackendBucketSignedURLKeys) Delete ¶ added in v0.2.0

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

func (*FakeComputeBackendBucketSignedURLKeys) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeBackendBucketSignedURLKeys) Get ¶ added in v0.2.0

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

func (*FakeComputeBackendBucketSignedURLKeys) List ¶ added in v0.2.0

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

func (*FakeComputeBackendBucketSignedURLKeys) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched computeBackendBucketSignedURLKey.

func (*FakeComputeBackendBucketSignedURLKeys) Update ¶ added in v0.2.0

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

func (*FakeComputeBackendBucketSignedURLKeys) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeBackendBucketSignedURLKeys) Watch ¶ added in v0.2.0

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

type FakeComputeBackendBuckets ¶

type FakeComputeBackendBuckets struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeBackendBuckets implements ComputeBackendBucketInterface

func (*FakeComputeBackendBuckets) Create ¶

func (c *FakeComputeBackendBuckets) Create(ctx context.Context, computeBackendBucket *v1alpha1.ComputeBackendBucket, opts v1.CreateOptions) (result *v1alpha1.ComputeBackendBucket, err error)

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

func (*FakeComputeBackendBuckets) Delete ¶

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

func (*FakeComputeBackendBuckets) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeBackendBuckets) Get ¶

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

func (*FakeComputeBackendBuckets) List ¶

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

func (*FakeComputeBackendBuckets) Patch ¶

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

Patch applies the patch and returns the patched computeBackendBucket.

func (*FakeComputeBackendBuckets) Update ¶

func (c *FakeComputeBackendBuckets) Update(ctx context.Context, computeBackendBucket *v1alpha1.ComputeBackendBucket, opts v1.UpdateOptions) (result *v1alpha1.ComputeBackendBucket, err error)

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

func (*FakeComputeBackendBuckets) UpdateStatus ¶

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

func (*FakeComputeBackendBuckets) Watch ¶

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

type FakeComputeBackendServiceSignedURLKeys ¶ added in v0.2.0

type FakeComputeBackendServiceSignedURLKeys struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeBackendServiceSignedURLKeys implements ComputeBackendServiceSignedURLKeyInterface

func (*FakeComputeBackendServiceSignedURLKeys) Create ¶ added in v0.2.0

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

func (*FakeComputeBackendServiceSignedURLKeys) Delete ¶ added in v0.2.0

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

func (*FakeComputeBackendServiceSignedURLKeys) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeBackendServiceSignedURLKeys) Get ¶ added in v0.2.0

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

func (*FakeComputeBackendServiceSignedURLKeys) List ¶ added in v0.2.0

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

func (*FakeComputeBackendServiceSignedURLKeys) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched computeBackendServiceSignedURLKey.

func (*FakeComputeBackendServiceSignedURLKeys) Update ¶ added in v0.2.0

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

func (*FakeComputeBackendServiceSignedURLKeys) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeBackendServiceSignedURLKeys) Watch ¶ added in v0.2.0

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

type FakeComputeBackendServices ¶

type FakeComputeBackendServices struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeBackendServices implements ComputeBackendServiceInterface

func (*FakeComputeBackendServices) Create ¶

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

func (*FakeComputeBackendServices) Delete ¶

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

func (*FakeComputeBackendServices) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeBackendServices) Get ¶

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

func (*FakeComputeBackendServices) List ¶

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

func (*FakeComputeBackendServices) Patch ¶

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

Patch applies the patch and returns the patched computeBackendService.

func (*FakeComputeBackendServices) Update ¶

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

func (*FakeComputeBackendServices) UpdateStatus ¶

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

func (*FakeComputeBackendServices) Watch ¶

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

type FakeComputeDiskResourcePolicyAttachments ¶ added in v0.2.0

type FakeComputeDiskResourcePolicyAttachments struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeDiskResourcePolicyAttachments implements ComputeDiskResourcePolicyAttachmentInterface

func (*FakeComputeDiskResourcePolicyAttachments) Create ¶ added in v0.2.0

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

func (*FakeComputeDiskResourcePolicyAttachments) Delete ¶ added in v0.2.0

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

func (*FakeComputeDiskResourcePolicyAttachments) DeleteCollection ¶ added in v0.2.0

DeleteCollection deletes a collection of objects.

func (*FakeComputeDiskResourcePolicyAttachments) Get ¶ added in v0.2.0

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

func (*FakeComputeDiskResourcePolicyAttachments) List ¶ added in v0.2.0

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

func (*FakeComputeDiskResourcePolicyAttachments) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched computeDiskResourcePolicyAttachment.

func (*FakeComputeDiskResourcePolicyAttachments) Update ¶ added in v0.2.0

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

func (*FakeComputeDiskResourcePolicyAttachments) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeDiskResourcePolicyAttachments) Watch ¶ added in v0.2.0

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

type FakeComputeDisks ¶

type FakeComputeDisks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeDisks implements ComputeDiskInterface

func (*FakeComputeDisks) Create ¶

func (c *FakeComputeDisks) Create(ctx context.Context, computeDisk *v1alpha1.ComputeDisk, opts v1.CreateOptions) (result *v1alpha1.ComputeDisk, err error)

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

func (*FakeComputeDisks) Delete ¶

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

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

func (*FakeComputeDisks) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeDisks) Get ¶

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

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

func (*FakeComputeDisks) List ¶

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

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

func (*FakeComputeDisks) Patch ¶

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

Patch applies the patch and returns the patched computeDisk.

func (*FakeComputeDisks) Update ¶

func (c *FakeComputeDisks) Update(ctx context.Context, computeDisk *v1alpha1.ComputeDisk, opts v1.UpdateOptions) (result *v1alpha1.ComputeDisk, err error)

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

func (*FakeComputeDisks) UpdateStatus ¶

func (c *FakeComputeDisks) UpdateStatus(ctx context.Context, computeDisk *v1alpha1.ComputeDisk, opts v1.UpdateOptions) (*v1alpha1.ComputeDisk, error)

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

func (*FakeComputeDisks) Watch ¶

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

type FakeComputeFirewalls ¶

type FakeComputeFirewalls struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeFirewalls implements ComputeFirewallInterface

func (*FakeComputeFirewalls) Create ¶

func (c *FakeComputeFirewalls) Create(ctx context.Context, computeFirewall *v1alpha1.ComputeFirewall, opts v1.CreateOptions) (result *v1alpha1.ComputeFirewall, err error)

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

func (*FakeComputeFirewalls) Delete ¶

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

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

func (*FakeComputeFirewalls) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeFirewalls) Get ¶

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

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

func (*FakeComputeFirewalls) List ¶

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

func (*FakeComputeFirewalls) Patch ¶

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

Patch applies the patch and returns the patched computeFirewall.

func (*FakeComputeFirewalls) Update ¶

func (c *FakeComputeFirewalls) Update(ctx context.Context, computeFirewall *v1alpha1.ComputeFirewall, opts v1.UpdateOptions) (result *v1alpha1.ComputeFirewall, err error)

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

func (*FakeComputeFirewalls) UpdateStatus ¶

func (c *FakeComputeFirewalls) UpdateStatus(ctx context.Context, computeFirewall *v1alpha1.ComputeFirewall, opts v1.UpdateOptions) (*v1alpha1.ComputeFirewall, error)

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

func (*FakeComputeFirewalls) Watch ¶

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

type FakeComputeForwardingRules ¶

type FakeComputeForwardingRules struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeForwardingRules implements ComputeForwardingRuleInterface

func (*FakeComputeForwardingRules) Create ¶

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

func (*FakeComputeForwardingRules) Delete ¶

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

func (*FakeComputeForwardingRules) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeForwardingRules) Get ¶

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

func (*FakeComputeForwardingRules) List ¶

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

func (*FakeComputeForwardingRules) Patch ¶

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

Patch applies the patch and returns the patched computeForwardingRule.

func (*FakeComputeForwardingRules) Update ¶

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

func (*FakeComputeForwardingRules) UpdateStatus ¶

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

func (*FakeComputeForwardingRules) Watch ¶

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

type FakeComputeGlobalAddresses ¶

type FakeComputeGlobalAddresses struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeGlobalAddresses implements ComputeGlobalAddressInterface

func (*FakeComputeGlobalAddresses) Create ¶

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

func (*FakeComputeGlobalAddresses) Delete ¶

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

func (*FakeComputeGlobalAddresses) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeGlobalAddresses) Get ¶

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

func (*FakeComputeGlobalAddresses) List ¶

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

func (*FakeComputeGlobalAddresses) Patch ¶

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

Patch applies the patch and returns the patched computeGlobalAddress.

func (*FakeComputeGlobalAddresses) Update ¶

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

func (*FakeComputeGlobalAddresses) UpdateStatus ¶

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

func (*FakeComputeGlobalAddresses) Watch ¶

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

type FakeComputeGlobalForwardingRules ¶

type FakeComputeGlobalForwardingRules struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeGlobalForwardingRules implements ComputeGlobalForwardingRuleInterface

func (*FakeComputeGlobalForwardingRules) Create ¶

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

func (*FakeComputeGlobalForwardingRules) Delete ¶

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

func (*FakeComputeGlobalForwardingRules) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeGlobalForwardingRules) Get ¶

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

func (*FakeComputeGlobalForwardingRules) List ¶

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

func (*FakeComputeGlobalForwardingRules) Patch ¶

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

Patch applies the patch and returns the patched computeGlobalForwardingRule.

func (*FakeComputeGlobalForwardingRules) Update ¶

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

func (*FakeComputeGlobalForwardingRules) UpdateStatus ¶

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

func (*FakeComputeGlobalForwardingRules) Watch ¶

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

type FakeComputeHTTPHealthChecks ¶ added in v0.0.2

type FakeComputeHTTPHealthChecks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeHTTPHealthChecks implements ComputeHTTPHealthCheckInterface

func (*FakeComputeHTTPHealthChecks) Create ¶ added in v0.0.2

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

func (*FakeComputeHTTPHealthChecks) Delete ¶ added in v0.0.2

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

func (*FakeComputeHTTPHealthChecks) DeleteCollection ¶ added in v0.0.2

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeHTTPHealthChecks) Get ¶ added in v0.0.2

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

func (*FakeComputeHTTPHealthChecks) List ¶ added in v0.0.2

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

func (*FakeComputeHTTPHealthChecks) Patch ¶ added in v0.0.2

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

Patch applies the patch and returns the patched computeHTTPHealthCheck.

func (*FakeComputeHTTPHealthChecks) Update ¶ added in v0.0.2

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

func (*FakeComputeHTTPHealthChecks) UpdateStatus ¶ added in v0.0.2

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

func (*FakeComputeHTTPHealthChecks) Watch ¶ added in v0.0.2

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

type FakeComputeHTTPSHealthChecks ¶ added in v0.0.2

type FakeComputeHTTPSHealthChecks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeHTTPSHealthChecks implements ComputeHTTPSHealthCheckInterface

func (*FakeComputeHTTPSHealthChecks) Create ¶ added in v0.0.2

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

func (*FakeComputeHTTPSHealthChecks) Delete ¶ added in v0.0.2

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

func (*FakeComputeHTTPSHealthChecks) DeleteCollection ¶ added in v0.0.2

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeHTTPSHealthChecks) Get ¶ added in v0.0.2

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

func (*FakeComputeHTTPSHealthChecks) List ¶ added in v0.0.2

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

func (*FakeComputeHTTPSHealthChecks) Patch ¶ added in v0.0.2

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

Patch applies the patch and returns the patched computeHTTPSHealthCheck.

func (*FakeComputeHTTPSHealthChecks) Update ¶ added in v0.0.2

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

func (*FakeComputeHTTPSHealthChecks) UpdateStatus ¶ added in v0.0.2

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

func (*FakeComputeHTTPSHealthChecks) Watch ¶ added in v0.0.2

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

type FakeComputeHealthChecks ¶

type FakeComputeHealthChecks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeHealthChecks implements ComputeHealthCheckInterface

func (*FakeComputeHealthChecks) Create ¶

func (c *FakeComputeHealthChecks) Create(ctx context.Context, computeHealthCheck *v1alpha1.ComputeHealthCheck, opts v1.CreateOptions) (result *v1alpha1.ComputeHealthCheck, err error)

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

func (*FakeComputeHealthChecks) Delete ¶

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

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

func (*FakeComputeHealthChecks) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeHealthChecks) Get ¶

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

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

func (*FakeComputeHealthChecks) List ¶

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

func (*FakeComputeHealthChecks) Patch ¶

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

Patch applies the patch and returns the patched computeHealthCheck.

func (*FakeComputeHealthChecks) Update ¶

func (c *FakeComputeHealthChecks) Update(ctx context.Context, computeHealthCheck *v1alpha1.ComputeHealthCheck, opts v1.UpdateOptions) (result *v1alpha1.ComputeHealthCheck, err error)

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

func (*FakeComputeHealthChecks) UpdateStatus ¶

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

func (*FakeComputeHealthChecks) Watch ¶

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

type FakeComputeImages ¶

type FakeComputeImages struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeImages implements ComputeImageInterface

func (*FakeComputeImages) Create ¶

func (c *FakeComputeImages) Create(ctx context.Context, computeImage *v1alpha1.ComputeImage, opts v1.CreateOptions) (result *v1alpha1.ComputeImage, err error)

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

func (*FakeComputeImages) Delete ¶

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

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

func (*FakeComputeImages) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeImages) Get ¶

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

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

func (*FakeComputeImages) List ¶

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

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

func (*FakeComputeImages) Patch ¶

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

Patch applies the patch and returns the patched computeImage.

func (*FakeComputeImages) Update ¶

func (c *FakeComputeImages) Update(ctx context.Context, computeImage *v1alpha1.ComputeImage, opts v1.UpdateOptions) (result *v1alpha1.ComputeImage, err error)

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

func (*FakeComputeImages) UpdateStatus ¶

func (c *FakeComputeImages) UpdateStatus(ctx context.Context, computeImage *v1alpha1.ComputeImage, opts v1.UpdateOptions) (*v1alpha1.ComputeImage, error)

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

func (*FakeComputeImages) Watch ¶

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

type FakeComputeInstanceFromTemplates ¶

type FakeComputeInstanceFromTemplates struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeInstanceFromTemplates implements ComputeInstanceFromTemplateInterface

func (*FakeComputeInstanceFromTemplates) Create ¶

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

func (*FakeComputeInstanceFromTemplates) Delete ¶

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

func (*FakeComputeInstanceFromTemplates) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceFromTemplates) Get ¶

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

func (*FakeComputeInstanceFromTemplates) List ¶

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

func (*FakeComputeInstanceFromTemplates) Patch ¶

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

Patch applies the patch and returns the patched computeInstanceFromTemplate.

func (*FakeComputeInstanceFromTemplates) Update ¶

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

func (*FakeComputeInstanceFromTemplates) UpdateStatus ¶

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

func (*FakeComputeInstanceFromTemplates) Watch ¶

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

type FakeComputeInstanceGroupManagers ¶

type FakeComputeInstanceGroupManagers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeInstanceGroupManagers implements ComputeInstanceGroupManagerInterface

func (*FakeComputeInstanceGroupManagers) Create ¶

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

func (*FakeComputeInstanceGroupManagers) Delete ¶

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

func (*FakeComputeInstanceGroupManagers) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceGroupManagers) Get ¶

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

func (*FakeComputeInstanceGroupManagers) List ¶

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

func (*FakeComputeInstanceGroupManagers) Patch ¶

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

Patch applies the patch and returns the patched computeInstanceGroupManager.

func (*FakeComputeInstanceGroupManagers) Update ¶

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

func (*FakeComputeInstanceGroupManagers) UpdateStatus ¶

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

func (*FakeComputeInstanceGroupManagers) Watch ¶

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

type FakeComputeInstanceGroups ¶

type FakeComputeInstanceGroups struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeInstanceGroups implements ComputeInstanceGroupInterface

func (*FakeComputeInstanceGroups) Create ¶

func (c *FakeComputeInstanceGroups) Create(ctx context.Context, computeInstanceGroup *v1alpha1.ComputeInstanceGroup, opts v1.CreateOptions) (result *v1alpha1.ComputeInstanceGroup, err error)

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

func (*FakeComputeInstanceGroups) Delete ¶

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

func (*FakeComputeInstanceGroups) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceGroups) Get ¶

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

func (*FakeComputeInstanceGroups) List ¶

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

func (*FakeComputeInstanceGroups) Patch ¶

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

Patch applies the patch and returns the patched computeInstanceGroup.

func (*FakeComputeInstanceGroups) Update ¶

func (c *FakeComputeInstanceGroups) Update(ctx context.Context, computeInstanceGroup *v1alpha1.ComputeInstanceGroup, opts v1.UpdateOptions) (result *v1alpha1.ComputeInstanceGroup, err error)

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

func (*FakeComputeInstanceGroups) UpdateStatus ¶

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

func (*FakeComputeInstanceGroups) Watch ¶

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

type FakeComputeInstanceIamBindings ¶ added in v0.2.0

type FakeComputeInstanceIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeInstanceIamBindings implements ComputeInstanceIamBindingInterface

func (*FakeComputeInstanceIamBindings) Create ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamBindings) Delete ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamBindings) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceIamBindings) Get ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamBindings) List ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamBindings) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched computeInstanceIamBinding.

func (*FakeComputeInstanceIamBindings) Update ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamBindings) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamBindings) Watch ¶ added in v0.2.0

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

type FakeComputeInstanceIamMembers ¶ added in v0.2.0

type FakeComputeInstanceIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeInstanceIamMembers implements ComputeInstanceIamMemberInterface

func (*FakeComputeInstanceIamMembers) Create ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamMembers) Delete ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamMembers) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceIamMembers) Get ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamMembers) List ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamMembers) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched computeInstanceIamMember.

func (*FakeComputeInstanceIamMembers) Update ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamMembers) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamMembers) Watch ¶ added in v0.2.0

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

type FakeComputeInstanceIamPolicies ¶ added in v0.2.0

type FakeComputeInstanceIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeInstanceIamPolicies implements ComputeInstanceIamPolicyInterface

func (*FakeComputeInstanceIamPolicies) Create ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamPolicies) Delete ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamPolicies) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceIamPolicies) Get ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamPolicies) List ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamPolicies) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched computeInstanceIamPolicy.

func (*FakeComputeInstanceIamPolicies) Update ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamPolicies) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeInstanceIamPolicies) Watch ¶ added in v0.2.0

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

type FakeComputeInstanceTemplates ¶

type FakeComputeInstanceTemplates struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeInstanceTemplates implements ComputeInstanceTemplateInterface

func (*FakeComputeInstanceTemplates) Create ¶

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

func (*FakeComputeInstanceTemplates) Delete ¶

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

func (*FakeComputeInstanceTemplates) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstanceTemplates) Get ¶

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

func (*FakeComputeInstanceTemplates) List ¶

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

func (*FakeComputeInstanceTemplates) Patch ¶

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

Patch applies the patch and returns the patched computeInstanceTemplate.

func (*FakeComputeInstanceTemplates) Update ¶

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

func (*FakeComputeInstanceTemplates) UpdateStatus ¶

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

func (*FakeComputeInstanceTemplates) Watch ¶

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

type FakeComputeInstances ¶

type FakeComputeInstances struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeInstances implements ComputeInstanceInterface

func (*FakeComputeInstances) Create ¶

func (c *FakeComputeInstances) Create(ctx context.Context, computeInstance *v1alpha1.ComputeInstance, opts v1.CreateOptions) (result *v1alpha1.ComputeInstance, err error)

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

func (*FakeComputeInstances) Delete ¶

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

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

func (*FakeComputeInstances) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInstances) Get ¶

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

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

func (*FakeComputeInstances) List ¶

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

func (*FakeComputeInstances) Patch ¶

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

Patch applies the patch and returns the patched computeInstance.

func (*FakeComputeInstances) Update ¶

func (c *FakeComputeInstances) Update(ctx context.Context, computeInstance *v1alpha1.ComputeInstance, opts v1.UpdateOptions) (result *v1alpha1.ComputeInstance, err error)

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

func (*FakeComputeInstances) UpdateStatus ¶

func (c *FakeComputeInstances) UpdateStatus(ctx context.Context, computeInstance *v1alpha1.ComputeInstance, opts v1.UpdateOptions) (*v1alpha1.ComputeInstance, error)

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

func (*FakeComputeInstances) Watch ¶

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

type FakeComputeInterconnectAttachments ¶

type FakeComputeInterconnectAttachments struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeInterconnectAttachments implements ComputeInterconnectAttachmentInterface

func (*FakeComputeInterconnectAttachments) Create ¶

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

func (*FakeComputeInterconnectAttachments) Delete ¶

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

func (*FakeComputeInterconnectAttachments) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeInterconnectAttachments) Get ¶

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

func (*FakeComputeInterconnectAttachments) List ¶

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

func (*FakeComputeInterconnectAttachments) Patch ¶

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

Patch applies the patch and returns the patched computeInterconnectAttachment.

func (*FakeComputeInterconnectAttachments) Update ¶

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

func (*FakeComputeInterconnectAttachments) UpdateStatus ¶

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

func (*FakeComputeInterconnectAttachments) Watch ¶

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

type FakeComputeNetworkEndpointGroups ¶ added in v0.2.0

type FakeComputeNetworkEndpointGroups struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeNetworkEndpointGroups implements ComputeNetworkEndpointGroupInterface

func (*FakeComputeNetworkEndpointGroups) Create ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpointGroups) Delete ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpointGroups) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNetworkEndpointGroups) Get ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpointGroups) List ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpointGroups) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched computeNetworkEndpointGroup.

func (*FakeComputeNetworkEndpointGroups) Update ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpointGroups) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpointGroups) Watch ¶ added in v0.2.0

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

type FakeComputeNetworkEndpoints ¶ added in v0.2.0

type FakeComputeNetworkEndpoints struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeNetworkEndpoints implements ComputeNetworkEndpointInterface

func (*FakeComputeNetworkEndpoints) Create ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpoints) Delete ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpoints) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNetworkEndpoints) Get ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpoints) List ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpoints) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched computeNetworkEndpoint.

func (*FakeComputeNetworkEndpoints) Update ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpoints) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeNetworkEndpoints) Watch ¶ added in v0.2.0

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

type FakeComputeNetworkPeerings ¶

type FakeComputeNetworkPeerings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeNetworkPeerings implements ComputeNetworkPeeringInterface

func (*FakeComputeNetworkPeerings) Create ¶

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

func (*FakeComputeNetworkPeerings) Delete ¶

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

func (*FakeComputeNetworkPeerings) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNetworkPeerings) Get ¶

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

func (*FakeComputeNetworkPeerings) List ¶

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

func (*FakeComputeNetworkPeerings) Patch ¶

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

Patch applies the patch and returns the patched computeNetworkPeering.

func (*FakeComputeNetworkPeerings) Update ¶

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

func (*FakeComputeNetworkPeerings) UpdateStatus ¶

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

func (*FakeComputeNetworkPeerings) Watch ¶

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

type FakeComputeNetworks ¶

type FakeComputeNetworks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeNetworks implements ComputeNetworkInterface

func (*FakeComputeNetworks) Create ¶

func (c *FakeComputeNetworks) Create(ctx context.Context, computeNetwork *v1alpha1.ComputeNetwork, opts v1.CreateOptions) (result *v1alpha1.ComputeNetwork, err error)

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

func (*FakeComputeNetworks) Delete ¶

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

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

func (*FakeComputeNetworks) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNetworks) Get ¶

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

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

func (*FakeComputeNetworks) List ¶

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

func (*FakeComputeNetworks) Patch ¶

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

Patch applies the patch and returns the patched computeNetwork.

func (*FakeComputeNetworks) Update ¶

func (c *FakeComputeNetworks) Update(ctx context.Context, computeNetwork *v1alpha1.ComputeNetwork, opts v1.UpdateOptions) (result *v1alpha1.ComputeNetwork, err error)

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

func (*FakeComputeNetworks) UpdateStatus ¶

func (c *FakeComputeNetworks) UpdateStatus(ctx context.Context, computeNetwork *v1alpha1.ComputeNetwork, opts v1.UpdateOptions) (*v1alpha1.ComputeNetwork, error)

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

func (*FakeComputeNetworks) Watch ¶

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

type FakeComputeNodeGroups ¶ added in v0.2.0

type FakeComputeNodeGroups struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeNodeGroups implements ComputeNodeGroupInterface

func (*FakeComputeNodeGroups) Create ¶ added in v0.2.0

func (c *FakeComputeNodeGroups) Create(ctx context.Context, computeNodeGroup *v1alpha1.ComputeNodeGroup, opts v1.CreateOptions) (result *v1alpha1.ComputeNodeGroup, err error)

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

func (*FakeComputeNodeGroups) Delete ¶ added in v0.2.0

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

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

func (*FakeComputeNodeGroups) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNodeGroups) Get ¶ added in v0.2.0

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

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

func (*FakeComputeNodeGroups) List ¶ added in v0.2.0

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

func (*FakeComputeNodeGroups) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched computeNodeGroup.

func (*FakeComputeNodeGroups) Update ¶ added in v0.2.0

func (c *FakeComputeNodeGroups) Update(ctx context.Context, computeNodeGroup *v1alpha1.ComputeNodeGroup, opts v1.UpdateOptions) (result *v1alpha1.ComputeNodeGroup, err error)

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

func (*FakeComputeNodeGroups) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeNodeGroups) Watch ¶ added in v0.2.0

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

type FakeComputeNodeTemplates ¶ added in v0.2.0

type FakeComputeNodeTemplates struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeNodeTemplates implements ComputeNodeTemplateInterface

func (*FakeComputeNodeTemplates) Create ¶ added in v0.2.0

func (c *FakeComputeNodeTemplates) Create(ctx context.Context, computeNodeTemplate *v1alpha1.ComputeNodeTemplate, opts v1.CreateOptions) (result *v1alpha1.ComputeNodeTemplate, err error)

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

func (*FakeComputeNodeTemplates) Delete ¶ added in v0.2.0

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

func (*FakeComputeNodeTemplates) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeNodeTemplates) Get ¶ added in v0.2.0

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

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

func (*FakeComputeNodeTemplates) List ¶ added in v0.2.0

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

func (*FakeComputeNodeTemplates) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched computeNodeTemplate.

func (*FakeComputeNodeTemplates) Update ¶ added in v0.2.0

func (c *FakeComputeNodeTemplates) Update(ctx context.Context, computeNodeTemplate *v1alpha1.ComputeNodeTemplate, opts v1.UpdateOptions) (result *v1alpha1.ComputeNodeTemplate, err error)

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

func (*FakeComputeNodeTemplates) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeNodeTemplates) Watch ¶ added in v0.2.0

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

type FakeComputeProjectDefaultNetworkTiers ¶ added in v0.2.0

type FakeComputeProjectDefaultNetworkTiers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeProjectDefaultNetworkTiers implements ComputeProjectDefaultNetworkTierInterface

func (*FakeComputeProjectDefaultNetworkTiers) Create ¶ added in v0.2.0

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

func (*FakeComputeProjectDefaultNetworkTiers) Delete ¶ added in v0.2.0

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

func (*FakeComputeProjectDefaultNetworkTiers) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeProjectDefaultNetworkTiers) Get ¶ added in v0.2.0

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

func (*FakeComputeProjectDefaultNetworkTiers) List ¶ added in v0.2.0

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

func (*FakeComputeProjectDefaultNetworkTiers) Patch ¶ added in v0.2.0

Patch applies the patch and returns the patched computeProjectDefaultNetworkTier.

func (*FakeComputeProjectDefaultNetworkTiers) Update ¶ added in v0.2.0

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

func (*FakeComputeProjectDefaultNetworkTiers) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeProjectDefaultNetworkTiers) Watch ¶ added in v0.2.0

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

type FakeComputeProjectMetadataItems ¶

type FakeComputeProjectMetadataItems struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeProjectMetadataItems implements ComputeProjectMetadataItemInterface

func (*FakeComputeProjectMetadataItems) Create ¶

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

func (*FakeComputeProjectMetadataItems) Delete ¶

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

func (*FakeComputeProjectMetadataItems) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeProjectMetadataItems) Get ¶

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

func (*FakeComputeProjectMetadataItems) List ¶

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

func (*FakeComputeProjectMetadataItems) Patch ¶

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

Patch applies the patch and returns the patched computeProjectMetadataItem.

func (*FakeComputeProjectMetadataItems) Update ¶

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

func (*FakeComputeProjectMetadataItems) UpdateStatus ¶

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

func (*FakeComputeProjectMetadataItems) Watch ¶

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

type FakeComputeProjectMetadatas ¶

type FakeComputeProjectMetadatas struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeProjectMetadatas implements ComputeProjectMetadataInterface

func (*FakeComputeProjectMetadatas) Create ¶

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

func (*FakeComputeProjectMetadatas) Delete ¶

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

func (*FakeComputeProjectMetadatas) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeProjectMetadatas) Get ¶

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

func (*FakeComputeProjectMetadatas) List ¶

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

func (*FakeComputeProjectMetadatas) Patch ¶

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

Patch applies the patch and returns the patched computeProjectMetadata.

func (*FakeComputeProjectMetadatas) Update ¶

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

func (*FakeComputeProjectMetadatas) UpdateStatus ¶

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

func (*FakeComputeProjectMetadatas) Watch ¶

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

type FakeComputeRegionAutoscalers ¶

type FakeComputeRegionAutoscalers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeRegionAutoscalers implements ComputeRegionAutoscalerInterface

func (*FakeComputeRegionAutoscalers) Create ¶

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

func (*FakeComputeRegionAutoscalers) Delete ¶

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

func (*FakeComputeRegionAutoscalers) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRegionAutoscalers) Get ¶

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

func (*FakeComputeRegionAutoscalers) List ¶

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

func (*FakeComputeRegionAutoscalers) Patch ¶

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

Patch applies the patch and returns the patched computeRegionAutoscaler.

func (*FakeComputeRegionAutoscalers) Update ¶

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

func (*FakeComputeRegionAutoscalers) UpdateStatus ¶

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

func (*FakeComputeRegionAutoscalers) Watch ¶

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

type FakeComputeRegionBackendServices ¶

type FakeComputeRegionBackendServices struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeRegionBackendServices implements ComputeRegionBackendServiceInterface

func (*FakeComputeRegionBackendServices) Create ¶

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

func (*FakeComputeRegionBackendServices) Delete ¶

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

func (*FakeComputeRegionBackendServices) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRegionBackendServices) Get ¶

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

func (*FakeComputeRegionBackendServices) List ¶

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

func (*FakeComputeRegionBackendServices) Patch ¶

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

Patch applies the patch and returns the patched computeRegionBackendService.

func (*FakeComputeRegionBackendServices) Update ¶

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

func (*FakeComputeRegionBackendServices) UpdateStatus ¶

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

func (*FakeComputeRegionBackendServices) Watch ¶

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

type FakeComputeRegionDisks ¶

type FakeComputeRegionDisks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeRegionDisks implements ComputeRegionDiskInterface

func (*FakeComputeRegionDisks) Create ¶

func (c *FakeComputeRegionDisks) Create(ctx context.Context, computeRegionDisk *v1alpha1.ComputeRegionDisk, opts v1.CreateOptions) (result *v1alpha1.ComputeRegionDisk, err error)

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

func (*FakeComputeRegionDisks) Delete ¶

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

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

func (*FakeComputeRegionDisks) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRegionDisks) Get ¶

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

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

func (*FakeComputeRegionDisks) List ¶

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

func (*FakeComputeRegionDisks) Patch ¶

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

Patch applies the patch and returns the patched computeRegionDisk.

func (*FakeComputeRegionDisks) Update ¶

func (c *FakeComputeRegionDisks) Update(ctx context.Context, computeRegionDisk *v1alpha1.ComputeRegionDisk, opts v1.UpdateOptions) (result *v1alpha1.ComputeRegionDisk, err error)

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

func (*FakeComputeRegionDisks) UpdateStatus ¶

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

func (*FakeComputeRegionDisks) Watch ¶

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

type FakeComputeRegionInstanceGroupManagers ¶

type FakeComputeRegionInstanceGroupManagers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeRegionInstanceGroupManagers implements ComputeRegionInstanceGroupManagerInterface

func (*FakeComputeRegionInstanceGroupManagers) Create ¶

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

func (*FakeComputeRegionInstanceGroupManagers) Delete ¶

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

func (*FakeComputeRegionInstanceGroupManagers) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRegionInstanceGroupManagers) Get ¶

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

func (*FakeComputeRegionInstanceGroupManagers) List ¶

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

func (*FakeComputeRegionInstanceGroupManagers) Patch ¶

Patch applies the patch and returns the patched computeRegionInstanceGroupManager.

func (*FakeComputeRegionInstanceGroupManagers) Update ¶

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

func (*FakeComputeRegionInstanceGroupManagers) UpdateStatus ¶

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

func (*FakeComputeRegionInstanceGroupManagers) Watch ¶

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

type FakeComputeReservations ¶ added in v0.2.0

type FakeComputeReservations struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeReservations implements ComputeReservationInterface

func (*FakeComputeReservations) Create ¶ added in v0.2.0

func (c *FakeComputeReservations) Create(ctx context.Context, computeReservation *v1alpha1.ComputeReservation, opts v1.CreateOptions) (result *v1alpha1.ComputeReservation, err error)

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

func (*FakeComputeReservations) Delete ¶ added in v0.2.0

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

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

func (*FakeComputeReservations) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeReservations) Get ¶ added in v0.2.0

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

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

func (*FakeComputeReservations) List ¶ added in v0.2.0

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

func (*FakeComputeReservations) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched computeReservation.

func (*FakeComputeReservations) Update ¶ added in v0.2.0

func (c *FakeComputeReservations) Update(ctx context.Context, computeReservation *v1alpha1.ComputeReservation, opts v1.UpdateOptions) (result *v1alpha1.ComputeReservation, err error)

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

func (*FakeComputeReservations) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeReservations) Watch ¶ added in v0.2.0

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

type FakeComputeResourcePolicies ¶ added in v0.2.0

type FakeComputeResourcePolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeResourcePolicies implements ComputeResourcePolicyInterface

func (*FakeComputeResourcePolicies) Create ¶ added in v0.2.0

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

func (*FakeComputeResourcePolicies) Delete ¶ added in v0.2.0

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

func (*FakeComputeResourcePolicies) DeleteCollection ¶ added in v0.2.0

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeResourcePolicies) Get ¶ added in v0.2.0

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

func (*FakeComputeResourcePolicies) List ¶ added in v0.2.0

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

func (*FakeComputeResourcePolicies) Patch ¶ added in v0.2.0

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

Patch applies the patch and returns the patched computeResourcePolicy.

func (*FakeComputeResourcePolicies) Update ¶ added in v0.2.0

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

func (*FakeComputeResourcePolicies) UpdateStatus ¶ added in v0.2.0

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

func (*FakeComputeResourcePolicies) Watch ¶ added in v0.2.0

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

type FakeComputeRouterInterfaces ¶

type FakeComputeRouterInterfaces struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeRouterInterfaces implements ComputeRouterInterfaceInterface

func (*FakeComputeRouterInterfaces) Create ¶

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

func (*FakeComputeRouterInterfaces) Delete ¶

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

func (*FakeComputeRouterInterfaces) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRouterInterfaces) Get ¶

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

func (*FakeComputeRouterInterfaces) List ¶

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

func (*FakeComputeRouterInterfaces) Patch ¶

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

Patch applies the patch and returns the patched computeRouterInterface.

func (*FakeComputeRouterInterfaces) Update ¶

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

func (*FakeComputeRouterInterfaces) UpdateStatus ¶

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

func (*FakeComputeRouterInterfaces) Watch ¶

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

type FakeComputeRouterNATs ¶ added in v0.0.2

type FakeComputeRouterNATs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeRouterNATs implements ComputeRouterNATInterface

func (*FakeComputeRouterNATs) Create ¶ added in v0.0.2

func (c *FakeComputeRouterNATs) Create(ctx context.Context, computeRouterNAT *v1alpha1.ComputeRouterNAT, opts v1.CreateOptions) (result *v1alpha1.ComputeRouterNAT, err error)

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

func (*FakeComputeRouterNATs) Delete ¶ added in v0.0.2

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

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

func (*FakeComputeRouterNATs) DeleteCollection ¶ added in v0.0.2

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRouterNATs) Get ¶ added in v0.0.2

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

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

func (*FakeComputeRouterNATs) List ¶ added in v0.0.2

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

func (*FakeComputeRouterNATs) Patch ¶ added in v0.0.2

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

Patch applies the patch and returns the patched computeRouterNAT.

func (*FakeComputeRouterNATs) Update ¶ added in v0.0.2

func (c *FakeComputeRouterNATs) Update(ctx context.Context, computeRouterNAT *v1alpha1.ComputeRouterNAT, opts v1.UpdateOptions) (result *v1alpha1.ComputeRouterNAT, err error)

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

func (*FakeComputeRouterNATs) UpdateStatus ¶ added in v0.0.2

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

func (*FakeComputeRouterNATs) Watch ¶ added in v0.0.2

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

type FakeComputeRouterPeers ¶

type FakeComputeRouterPeers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeRouterPeers implements ComputeRouterPeerInterface

func (*FakeComputeRouterPeers) Create ¶

func (c *FakeComputeRouterPeers) Create(ctx context.Context, computeRouterPeer *v1alpha1.ComputeRouterPeer, opts v1.CreateOptions) (result *v1alpha1.ComputeRouterPeer, err error)

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

func (*FakeComputeRouterPeers) Delete ¶

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

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

func (*FakeComputeRouterPeers) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRouterPeers) Get ¶

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

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

func (*FakeComputeRouterPeers) List ¶

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

func (*FakeComputeRouterPeers) Patch ¶

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

Patch applies the patch and returns the patched computeRouterPeer.

func (*FakeComputeRouterPeers) Update ¶

func (c *FakeComputeRouterPeers) Update(ctx context.Context, computeRouterPeer *v1alpha1.ComputeRouterPeer, opts v1.UpdateOptions) (result *v1alpha1.ComputeRouterPeer, err error)

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

func (*FakeComputeRouterPeers) UpdateStatus ¶

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

func (*FakeComputeRouterPeers) Watch ¶

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

type FakeComputeRouters ¶

type FakeComputeRouters struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeRouters implements ComputeRouterInterface

func (*FakeComputeRouters) Create ¶

func (c *FakeComputeRouters) Create(ctx context.Context, computeRouter *v1alpha1.ComputeRouter, opts v1.CreateOptions) (result *v1alpha1.ComputeRouter, err error)

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

func (*FakeComputeRouters) Delete ¶

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

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

func (*FakeComputeRouters) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRouters) Get ¶

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

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

func (*FakeComputeRouters) List ¶

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

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

func (*FakeComputeRouters) Patch ¶

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

Patch applies the patch and returns the patched computeRouter.

func (*FakeComputeRouters) Update ¶

func (c *FakeComputeRouters) Update(ctx context.Context, computeRouter *v1alpha1.ComputeRouter, opts v1.UpdateOptions) (result *v1alpha1.ComputeRouter, err error)

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

func (*FakeComputeRouters) UpdateStatus ¶

func (c *FakeComputeRouters) UpdateStatus(ctx context.Context, computeRouter *v1alpha1.ComputeRouter, opts v1.UpdateOptions) (*v1alpha1.ComputeRouter, error)

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

func (*FakeComputeRouters) Watch ¶

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

type FakeComputeRoutes ¶

type FakeComputeRoutes struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeRoutes implements ComputeRouteInterface

func (*FakeComputeRoutes) Create ¶

func (c *FakeComputeRoutes) Create(ctx context.Context, computeRoute *v1alpha1.ComputeRoute, opts v1.CreateOptions) (result *v1alpha1.ComputeRoute, err error)

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

func (*FakeComputeRoutes) Delete ¶

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

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

func (*FakeComputeRoutes) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeRoutes) Get ¶

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

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

func (*FakeComputeRoutes) List ¶

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

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

func (*FakeComputeRoutes) Patch ¶

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

Patch applies the patch and returns the patched computeRoute.

func (*FakeComputeRoutes) Update ¶

func (c *FakeComputeRoutes) Update(ctx context.Context, computeRoute *v1alpha1.ComputeRoute, opts v1.UpdateOptions) (result *v1alpha1.ComputeRoute, err error)

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

func (*FakeComputeRoutes) UpdateStatus ¶

func (c *FakeComputeRoutes) UpdateStatus(ctx context.Context, computeRoute *v1alpha1.ComputeRoute, opts v1.UpdateOptions) (*v1alpha1.ComputeRoute, error)

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

func (*FakeComputeRoutes) Watch ¶

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

type FakeComputeSSLCertificates ¶ added in v0.0.3

type FakeComputeSSLCertificates struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSSLCertificates implements ComputeSSLCertificateInterface

func (*FakeComputeSSLCertificates) Create ¶ added in v0.0.3

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

func (*FakeComputeSSLCertificates) Delete ¶ added in v0.0.3

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

func (*FakeComputeSSLCertificates) DeleteCollection ¶ added in v0.0.3

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSSLCertificates) Get ¶ added in v0.0.3

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

func (*FakeComputeSSLCertificates) List ¶ added in v0.0.3

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

func (*FakeComputeSSLCertificates) Patch ¶ added in v0.0.3

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

Patch applies the patch and returns the patched computeSSLCertificate.

func (*FakeComputeSSLCertificates) Update ¶ added in v0.0.3

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

func (*FakeComputeSSLCertificates) UpdateStatus ¶ added in v0.0.3

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

func (*FakeComputeSSLCertificates) Watch ¶ added in v0.0.3

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

type FakeComputeSSLPolicies ¶ added in v0.0.3

type FakeComputeSSLPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSSLPolicies implements ComputeSSLPolicyInterface

func (*FakeComputeSSLPolicies) Create ¶ added in v0.0.3

func (c *FakeComputeSSLPolicies) Create(ctx context.Context, computeSSLPolicy *v1alpha1.ComputeSSLPolicy, opts v1.CreateOptions) (result *v1alpha1.ComputeSSLPolicy, err error)

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

func (*FakeComputeSSLPolicies) Delete ¶ added in v0.0.3

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

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

func (*FakeComputeSSLPolicies) DeleteCollection ¶ added in v0.0.3

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSSLPolicies) Get ¶ added in v0.0.3

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

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

func (*FakeComputeSSLPolicies) List ¶ added in v0.0.3

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

func (*FakeComputeSSLPolicies) Patch ¶ added in v0.0.3

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

Patch applies the patch and returns the patched computeSSLPolicy.

func (*FakeComputeSSLPolicies) Update ¶ added in v0.0.3

func (c *FakeComputeSSLPolicies) Update(ctx context.Context, computeSSLPolicy *v1alpha1.ComputeSSLPolicy, opts v1.UpdateOptions) (result *v1alpha1.ComputeSSLPolicy, err error)

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

func (*FakeComputeSSLPolicies) UpdateStatus ¶ added in v0.0.3

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

func (*FakeComputeSSLPolicies) Watch ¶ added in v0.0.3

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

type FakeComputeSecurityPolicies ¶

type FakeComputeSecurityPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSecurityPolicies implements ComputeSecurityPolicyInterface

func (*FakeComputeSecurityPolicies) Create ¶

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

func (*FakeComputeSecurityPolicies) Delete ¶

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

func (*FakeComputeSecurityPolicies) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSecurityPolicies) Get ¶

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

func (*FakeComputeSecurityPolicies) List ¶

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

func (*FakeComputeSecurityPolicies) Patch ¶

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

Patch applies the patch and returns the patched computeSecurityPolicy.

func (*FakeComputeSecurityPolicies) Update ¶

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

func (*FakeComputeSecurityPolicies) UpdateStatus ¶

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

func (*FakeComputeSecurityPolicies) Watch ¶

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

type FakeComputeSharedVpcHostProjects ¶

type FakeComputeSharedVpcHostProjects struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSharedVpcHostProjects implements ComputeSharedVpcHostProjectInterface

func (*FakeComputeSharedVpcHostProjects) Create ¶

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

func (*FakeComputeSharedVpcHostProjects) Delete ¶

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

func (*FakeComputeSharedVpcHostProjects) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSharedVpcHostProjects) Get ¶

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

func (*FakeComputeSharedVpcHostProjects) List ¶

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

func (*FakeComputeSharedVpcHostProjects) Patch ¶

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

Patch applies the patch and returns the patched computeSharedVpcHostProject.

func (*FakeComputeSharedVpcHostProjects) Update ¶

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

func (*FakeComputeSharedVpcHostProjects) UpdateStatus ¶

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

func (*FakeComputeSharedVpcHostProjects) Watch ¶

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

type FakeComputeSharedVpcServiceProjects ¶

type FakeComputeSharedVpcServiceProjects struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSharedVpcServiceProjects implements ComputeSharedVpcServiceProjectInterface

func (*FakeComputeSharedVpcServiceProjects) Create ¶

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

func (*FakeComputeSharedVpcServiceProjects) Delete ¶

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

func (*FakeComputeSharedVpcServiceProjects) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSharedVpcServiceProjects) Get ¶

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

func (*FakeComputeSharedVpcServiceProjects) List ¶

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

func (*FakeComputeSharedVpcServiceProjects) Patch ¶

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

Patch applies the patch and returns the patched computeSharedVpcServiceProject.

func (*FakeComputeSharedVpcServiceProjects) Update ¶

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

func (*FakeComputeSharedVpcServiceProjects) UpdateStatus ¶

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

func (*FakeComputeSharedVpcServiceProjects) Watch ¶

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

type FakeComputeSnapshots ¶

type FakeComputeSnapshots struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSnapshots implements ComputeSnapshotInterface

func (*FakeComputeSnapshots) Create ¶

func (c *FakeComputeSnapshots) Create(ctx context.Context, computeSnapshot *v1alpha1.ComputeSnapshot, opts v1.CreateOptions) (result *v1alpha1.ComputeSnapshot, err error)

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

func (*FakeComputeSnapshots) Delete ¶

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

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

func (*FakeComputeSnapshots) DeleteCollection ¶

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

DeleteCollection deletes a collection of objects.

func (*FakeComputeSnapshots) Get ¶

func (c *FakeComputeSnapshots) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ComputeSnapshot, err error)

Get takes name of the computeSnapshot, and returns the corresponding computeSnapshot object, and an error if there is any.

func (*FakeComputeSnapshots) List ¶

List takes label and field selectors, and returns the list of ComputeSnapshots that match those selectors.

func (*FakeComputeSnapshots) Patch ¶

func (c *FakeComputeSnapshots) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeSnapshot, err error)

Patch applies the patch and returns the patched computeSnapshot.

func (*FakeComputeSnapshots) Update ¶

func (c *FakeComputeSnapshots) Update(ctx context.Context, computeSnapshot *v1alpha1.ComputeSnapshot, opts v1.UpdateOptions) (result *v1alpha1.ComputeSnapshot, err error)

Update takes the representation of a computeSnapshot and updates it. Returns the server's representation of the computeSnapshot, and an error, if there is any.

func (*FakeComputeSnapshots) UpdateStatus ¶

func (c *FakeComputeSnapshots) UpdateStatus(ctx context.Context, computeSnapshot *v1alpha1.ComputeSnapshot, opts v1.UpdateOptions) (*v1alpha1.ComputeSnapshot, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeSnapshots) Watch ¶

Watch returns a watch.Interface that watches the requested computeSnapshots.

type FakeComputeSubnetworkIamBindings ¶

type FakeComputeSubnetworkIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSubnetworkIamBindings implements ComputeSubnetworkIamBindingInterface

func (*FakeComputeSubnetworkIamBindings) Create ¶

Create takes the representation of a computeSubnetworkIamBinding and creates it. Returns the server's representation of the computeSubnetworkIamBinding, and an error, if there is any.

func (*FakeComputeSubnetworkIamBindings) Delete ¶

Delete takes name of the computeSubnetworkIamBinding and deletes it. Returns an error if one occurs.

func (*FakeComputeSubnetworkIamBindings) DeleteCollection ¶

func (c *FakeComputeSubnetworkIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeSubnetworkIamBindings) Get ¶

Get takes name of the computeSubnetworkIamBinding, and returns the corresponding computeSubnetworkIamBinding object, and an error if there is any.

func (*FakeComputeSubnetworkIamBindings) List ¶

List takes label and field selectors, and returns the list of ComputeSubnetworkIamBindings that match those selectors.

func (*FakeComputeSubnetworkIamBindings) Patch ¶

func (c *FakeComputeSubnetworkIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeSubnetworkIamBinding, err error)

Patch applies the patch and returns the patched computeSubnetworkIamBinding.

func (*FakeComputeSubnetworkIamBindings) Update ¶

Update takes the representation of a computeSubnetworkIamBinding and updates it. Returns the server's representation of the computeSubnetworkIamBinding, and an error, if there is any.

func (*FakeComputeSubnetworkIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeSubnetworkIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested computeSubnetworkIamBindings.

type FakeComputeSubnetworkIamMembers ¶

type FakeComputeSubnetworkIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSubnetworkIamMembers implements ComputeSubnetworkIamMemberInterface

func (*FakeComputeSubnetworkIamMembers) Create ¶

Create takes the representation of a computeSubnetworkIamMember and creates it. Returns the server's representation of the computeSubnetworkIamMember, and an error, if there is any.

func (*FakeComputeSubnetworkIamMembers) Delete ¶

Delete takes name of the computeSubnetworkIamMember and deletes it. Returns an error if one occurs.

func (*FakeComputeSubnetworkIamMembers) DeleteCollection ¶

func (c *FakeComputeSubnetworkIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeSubnetworkIamMembers) Get ¶

Get takes name of the computeSubnetworkIamMember, and returns the corresponding computeSubnetworkIamMember object, and an error if there is any.

func (*FakeComputeSubnetworkIamMembers) List ¶

List takes label and field selectors, and returns the list of ComputeSubnetworkIamMembers that match those selectors.

func (*FakeComputeSubnetworkIamMembers) Patch ¶

func (c *FakeComputeSubnetworkIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeSubnetworkIamMember, err error)

Patch applies the patch and returns the patched computeSubnetworkIamMember.

func (*FakeComputeSubnetworkIamMembers) Update ¶

Update takes the representation of a computeSubnetworkIamMember and updates it. Returns the server's representation of the computeSubnetworkIamMember, and an error, if there is any.

func (*FakeComputeSubnetworkIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeSubnetworkIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested computeSubnetworkIamMembers.

type FakeComputeSubnetworkIamPolicies ¶

type FakeComputeSubnetworkIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSubnetworkIamPolicies implements ComputeSubnetworkIamPolicyInterface

func (*FakeComputeSubnetworkIamPolicies) Create ¶

Create takes the representation of a computeSubnetworkIamPolicy and creates it. Returns the server's representation of the computeSubnetworkIamPolicy, and an error, if there is any.

func (*FakeComputeSubnetworkIamPolicies) Delete ¶

Delete takes name of the computeSubnetworkIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeComputeSubnetworkIamPolicies) DeleteCollection ¶

func (c *FakeComputeSubnetworkIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeSubnetworkIamPolicies) Get ¶

Get takes name of the computeSubnetworkIamPolicy, and returns the corresponding computeSubnetworkIamPolicy object, and an error if there is any.

func (*FakeComputeSubnetworkIamPolicies) List ¶

List takes label and field selectors, and returns the list of ComputeSubnetworkIamPolicies that match those selectors.

func (*FakeComputeSubnetworkIamPolicies) Patch ¶

func (c *FakeComputeSubnetworkIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeSubnetworkIamPolicy, err error)

Patch applies the patch and returns the patched computeSubnetworkIamPolicy.

func (*FakeComputeSubnetworkIamPolicies) Update ¶

Update takes the representation of a computeSubnetworkIamPolicy and updates it. Returns the server's representation of the computeSubnetworkIamPolicy, and an error, if there is any.

func (*FakeComputeSubnetworkIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeSubnetworkIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested computeSubnetworkIamPolicies.

type FakeComputeSubnetworks ¶

type FakeComputeSubnetworks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeSubnetworks implements ComputeSubnetworkInterface

func (*FakeComputeSubnetworks) Create ¶

func (c *FakeComputeSubnetworks) Create(ctx context.Context, computeSubnetwork *v1alpha1.ComputeSubnetwork, opts v1.CreateOptions) (result *v1alpha1.ComputeSubnetwork, err error)

Create takes the representation of a computeSubnetwork and creates it. Returns the server's representation of the computeSubnetwork, and an error, if there is any.

func (*FakeComputeSubnetworks) Delete ¶

func (c *FakeComputeSubnetworks) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the computeSubnetwork and deletes it. Returns an error if one occurs.

func (*FakeComputeSubnetworks) DeleteCollection ¶

func (c *FakeComputeSubnetworks) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeSubnetworks) Get ¶

func (c *FakeComputeSubnetworks) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ComputeSubnetwork, err error)

Get takes name of the computeSubnetwork, and returns the corresponding computeSubnetwork object, and an error if there is any.

func (*FakeComputeSubnetworks) List ¶

List takes label and field selectors, and returns the list of ComputeSubnetworks that match those selectors.

func (*FakeComputeSubnetworks) Patch ¶

func (c *FakeComputeSubnetworks) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeSubnetwork, err error)

Patch applies the patch and returns the patched computeSubnetwork.

func (*FakeComputeSubnetworks) Update ¶

func (c *FakeComputeSubnetworks) Update(ctx context.Context, computeSubnetwork *v1alpha1.ComputeSubnetwork, opts v1.UpdateOptions) (result *v1alpha1.ComputeSubnetwork, err error)

Update takes the representation of a computeSubnetwork and updates it. Returns the server's representation of the computeSubnetwork, and an error, if there is any.

func (*FakeComputeSubnetworks) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeSubnetworks) Watch ¶

Watch returns a watch.Interface that watches the requested computeSubnetworks.

type FakeComputeTargetHTTPProxies ¶ added in v0.0.2

type FakeComputeTargetHTTPProxies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeTargetHTTPProxies implements ComputeTargetHTTPProxyInterface

func (*FakeComputeTargetHTTPProxies) Create ¶ added in v0.0.2

Create takes the representation of a computeTargetHTTPProxy and creates it. Returns the server's representation of the computeTargetHTTPProxy, and an error, if there is any.

func (*FakeComputeTargetHTTPProxies) Delete ¶ added in v0.0.2

Delete takes name of the computeTargetHTTPProxy and deletes it. Returns an error if one occurs.

func (*FakeComputeTargetHTTPProxies) DeleteCollection ¶ added in v0.0.2

func (c *FakeComputeTargetHTTPProxies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetHTTPProxies) Get ¶ added in v0.0.2

Get takes name of the computeTargetHTTPProxy, and returns the corresponding computeTargetHTTPProxy object, and an error if there is any.

func (*FakeComputeTargetHTTPProxies) List ¶ added in v0.0.2

List takes label and field selectors, and returns the list of ComputeTargetHTTPProxies that match those selectors.

func (*FakeComputeTargetHTTPProxies) Patch ¶ added in v0.0.2

func (c *FakeComputeTargetHTTPProxies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeTargetHTTPProxy, err error)

Patch applies the patch and returns the patched computeTargetHTTPProxy.

func (*FakeComputeTargetHTTPProxies) Update ¶ added in v0.0.2

Update takes the representation of a computeTargetHTTPProxy and updates it. Returns the server's representation of the computeTargetHTTPProxy, and an error, if there is any.

func (*FakeComputeTargetHTTPProxies) UpdateStatus ¶ added in v0.0.2

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeTargetHTTPProxies) Watch ¶ added in v0.0.2

Watch returns a watch.Interface that watches the requested computeTargetHTTPProxies.

type FakeComputeTargetHTTPSProxies ¶ added in v0.0.2

type FakeComputeTargetHTTPSProxies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeTargetHTTPSProxies implements ComputeTargetHTTPSProxyInterface

func (*FakeComputeTargetHTTPSProxies) Create ¶ added in v0.0.2

Create takes the representation of a computeTargetHTTPSProxy and creates it. Returns the server's representation of the computeTargetHTTPSProxy, and an error, if there is any.

func (*FakeComputeTargetHTTPSProxies) Delete ¶ added in v0.0.2

Delete takes name of the computeTargetHTTPSProxy and deletes it. Returns an error if one occurs.

func (*FakeComputeTargetHTTPSProxies) DeleteCollection ¶ added in v0.0.2

func (c *FakeComputeTargetHTTPSProxies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetHTTPSProxies) Get ¶ added in v0.0.2

Get takes name of the computeTargetHTTPSProxy, and returns the corresponding computeTargetHTTPSProxy object, and an error if there is any.

func (*FakeComputeTargetHTTPSProxies) List ¶ added in v0.0.2

List takes label and field selectors, and returns the list of ComputeTargetHTTPSProxies that match those selectors.

func (*FakeComputeTargetHTTPSProxies) Patch ¶ added in v0.0.2

func (c *FakeComputeTargetHTTPSProxies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeTargetHTTPSProxy, err error)

Patch applies the patch and returns the patched computeTargetHTTPSProxy.

func (*FakeComputeTargetHTTPSProxies) Update ¶ added in v0.0.2

Update takes the representation of a computeTargetHTTPSProxy and updates it. Returns the server's representation of the computeTargetHTTPSProxy, and an error, if there is any.

func (*FakeComputeTargetHTTPSProxies) UpdateStatus ¶ added in v0.0.2

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeTargetHTTPSProxies) Watch ¶ added in v0.0.2

Watch returns a watch.Interface that watches the requested computeTargetHTTPSProxies.

type FakeComputeTargetInstances ¶ added in v0.2.0

type FakeComputeTargetInstances struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeTargetInstances implements ComputeTargetInstanceInterface

func (*FakeComputeTargetInstances) Create ¶ added in v0.2.0

Create takes the representation of a computeTargetInstance and creates it. Returns the server's representation of the computeTargetInstance, and an error, if there is any.

func (*FakeComputeTargetInstances) Delete ¶ added in v0.2.0

Delete takes name of the computeTargetInstance and deletes it. Returns an error if one occurs.

func (*FakeComputeTargetInstances) DeleteCollection ¶ added in v0.2.0

func (c *FakeComputeTargetInstances) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetInstances) Get ¶ added in v0.2.0

Get takes name of the computeTargetInstance, and returns the corresponding computeTargetInstance object, and an error if there is any.

func (*FakeComputeTargetInstances) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of ComputeTargetInstances that match those selectors.

func (*FakeComputeTargetInstances) Patch ¶ added in v0.2.0

func (c *FakeComputeTargetInstances) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeTargetInstance, err error)

Patch applies the patch and returns the patched computeTargetInstance.

func (*FakeComputeTargetInstances) Update ¶ added in v0.2.0

Update takes the representation of a computeTargetInstance and updates it. Returns the server's representation of the computeTargetInstance, and an error, if there is any.

func (*FakeComputeTargetInstances) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeTargetInstances) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested computeTargetInstances.

type FakeComputeTargetPools ¶

type FakeComputeTargetPools struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeTargetPools implements ComputeTargetPoolInterface

func (*FakeComputeTargetPools) Create ¶

func (c *FakeComputeTargetPools) Create(ctx context.Context, computeTargetPool *v1alpha1.ComputeTargetPool, opts v1.CreateOptions) (result *v1alpha1.ComputeTargetPool, err error)

Create takes the representation of a computeTargetPool and creates it. Returns the server's representation of the computeTargetPool, and an error, if there is any.

func (*FakeComputeTargetPools) Delete ¶

func (c *FakeComputeTargetPools) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the computeTargetPool and deletes it. Returns an error if one occurs.

func (*FakeComputeTargetPools) DeleteCollection ¶

func (c *FakeComputeTargetPools) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetPools) Get ¶

func (c *FakeComputeTargetPools) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ComputeTargetPool, err error)

Get takes name of the computeTargetPool, and returns the corresponding computeTargetPool object, and an error if there is any.

func (*FakeComputeTargetPools) List ¶

List takes label and field selectors, and returns the list of ComputeTargetPools that match those selectors.

func (*FakeComputeTargetPools) Patch ¶

func (c *FakeComputeTargetPools) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeTargetPool, err error)

Patch applies the patch and returns the patched computeTargetPool.

func (*FakeComputeTargetPools) Update ¶

func (c *FakeComputeTargetPools) Update(ctx context.Context, computeTargetPool *v1alpha1.ComputeTargetPool, opts v1.UpdateOptions) (result *v1alpha1.ComputeTargetPool, err error)

Update takes the representation of a computeTargetPool and updates it. Returns the server's representation of the computeTargetPool, and an error, if there is any.

func (*FakeComputeTargetPools) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeTargetPools) Watch ¶

Watch returns a watch.Interface that watches the requested computeTargetPools.

type FakeComputeTargetSSLProxies ¶ added in v0.0.3

type FakeComputeTargetSSLProxies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeTargetSSLProxies implements ComputeTargetSSLProxyInterface

func (*FakeComputeTargetSSLProxies) Create ¶ added in v0.0.3

Create takes the representation of a computeTargetSSLProxy and creates it. Returns the server's representation of the computeTargetSSLProxy, and an error, if there is any.

func (*FakeComputeTargetSSLProxies) Delete ¶ added in v0.0.3

Delete takes name of the computeTargetSSLProxy and deletes it. Returns an error if one occurs.

func (*FakeComputeTargetSSLProxies) DeleteCollection ¶ added in v0.0.3

func (c *FakeComputeTargetSSLProxies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetSSLProxies) Get ¶ added in v0.0.3

Get takes name of the computeTargetSSLProxy, and returns the corresponding computeTargetSSLProxy object, and an error if there is any.

func (*FakeComputeTargetSSLProxies) List ¶ added in v0.0.3

List takes label and field selectors, and returns the list of ComputeTargetSSLProxies that match those selectors.

func (*FakeComputeTargetSSLProxies) Patch ¶ added in v0.0.3

func (c *FakeComputeTargetSSLProxies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeTargetSSLProxy, err error)

Patch applies the patch and returns the patched computeTargetSSLProxy.

func (*FakeComputeTargetSSLProxies) Update ¶ added in v0.0.3

Update takes the representation of a computeTargetSSLProxy and updates it. Returns the server's representation of the computeTargetSSLProxy, and an error, if there is any.

func (*FakeComputeTargetSSLProxies) UpdateStatus ¶ added in v0.0.3

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeTargetSSLProxies) Watch ¶ added in v0.0.3

Watch returns a watch.Interface that watches the requested computeTargetSSLProxies.

type FakeComputeTargetTcpProxies ¶

type FakeComputeTargetTcpProxies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeTargetTcpProxies implements ComputeTargetTcpProxyInterface

func (*FakeComputeTargetTcpProxies) Create ¶

Create takes the representation of a computeTargetTcpProxy and creates it. Returns the server's representation of the computeTargetTcpProxy, and an error, if there is any.

func (*FakeComputeTargetTcpProxies) Delete ¶

Delete takes name of the computeTargetTcpProxy and deletes it. Returns an error if one occurs.

func (*FakeComputeTargetTcpProxies) DeleteCollection ¶

func (c *FakeComputeTargetTcpProxies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeTargetTcpProxies) Get ¶

Get takes name of the computeTargetTcpProxy, and returns the corresponding computeTargetTcpProxy object, and an error if there is any.

func (*FakeComputeTargetTcpProxies) List ¶

List takes label and field selectors, and returns the list of ComputeTargetTcpProxies that match those selectors.

func (*FakeComputeTargetTcpProxies) Patch ¶

func (c *FakeComputeTargetTcpProxies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeTargetTcpProxy, err error)

Patch applies the patch and returns the patched computeTargetTcpProxy.

func (*FakeComputeTargetTcpProxies) Update ¶

Update takes the representation of a computeTargetTcpProxy and updates it. Returns the server's representation of the computeTargetTcpProxy, and an error, if there is any.

func (*FakeComputeTargetTcpProxies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeTargetTcpProxies) Watch ¶

Watch returns a watch.Interface that watches the requested computeTargetTcpProxies.

type FakeComputeURLMaps ¶ added in v0.0.2

type FakeComputeURLMaps struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeURLMaps implements ComputeURLMapInterface

func (*FakeComputeURLMaps) Create ¶ added in v0.0.2

func (c *FakeComputeURLMaps) Create(ctx context.Context, computeURLMap *v1alpha1.ComputeURLMap, opts v1.CreateOptions) (result *v1alpha1.ComputeURLMap, err error)

Create takes the representation of a computeURLMap and creates it. Returns the server's representation of the computeURLMap, and an error, if there is any.

func (*FakeComputeURLMaps) Delete ¶ added in v0.0.2

func (c *FakeComputeURLMaps) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the computeURLMap and deletes it. Returns an error if one occurs.

func (*FakeComputeURLMaps) DeleteCollection ¶ added in v0.0.2

func (c *FakeComputeURLMaps) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeURLMaps) Get ¶ added in v0.0.2

func (c *FakeComputeURLMaps) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ComputeURLMap, err error)

Get takes name of the computeURLMap, and returns the corresponding computeURLMap object, and an error if there is any.

func (*FakeComputeURLMaps) List ¶ added in v0.0.2

func (c *FakeComputeURLMaps) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ComputeURLMapList, err error)

List takes label and field selectors, and returns the list of ComputeURLMaps that match those selectors.

func (*FakeComputeURLMaps) Patch ¶ added in v0.0.2

func (c *FakeComputeURLMaps) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeURLMap, err error)

Patch applies the patch and returns the patched computeURLMap.

func (*FakeComputeURLMaps) Update ¶ added in v0.0.2

func (c *FakeComputeURLMaps) Update(ctx context.Context, computeURLMap *v1alpha1.ComputeURLMap, opts v1.UpdateOptions) (result *v1alpha1.ComputeURLMap, err error)

Update takes the representation of a computeURLMap and updates it. Returns the server's representation of the computeURLMap, and an error, if there is any.

func (*FakeComputeURLMaps) UpdateStatus ¶ added in v0.0.2

func (c *FakeComputeURLMaps) UpdateStatus(ctx context.Context, computeURLMap *v1alpha1.ComputeURLMap, opts v1.UpdateOptions) (*v1alpha1.ComputeURLMap, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeURLMaps) Watch ¶ added in v0.0.2

Watch returns a watch.Interface that watches the requested computeURLMaps.

type FakeComputeVPNGateways ¶ added in v0.0.2

type FakeComputeVPNGateways struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeVPNGateways implements ComputeVPNGatewayInterface

func (*FakeComputeVPNGateways) Create ¶ added in v0.0.2

func (c *FakeComputeVPNGateways) Create(ctx context.Context, computeVPNGateway *v1alpha1.ComputeVPNGateway, opts v1.CreateOptions) (result *v1alpha1.ComputeVPNGateway, err error)

Create takes the representation of a computeVPNGateway and creates it. Returns the server's representation of the computeVPNGateway, and an error, if there is any.

func (*FakeComputeVPNGateways) Delete ¶ added in v0.0.2

func (c *FakeComputeVPNGateways) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the computeVPNGateway and deletes it. Returns an error if one occurs.

func (*FakeComputeVPNGateways) DeleteCollection ¶ added in v0.0.2

func (c *FakeComputeVPNGateways) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeVPNGateways) Get ¶ added in v0.0.2

func (c *FakeComputeVPNGateways) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ComputeVPNGateway, err error)

Get takes name of the computeVPNGateway, and returns the corresponding computeVPNGateway object, and an error if there is any.

func (*FakeComputeVPNGateways) List ¶ added in v0.0.2

List takes label and field selectors, and returns the list of ComputeVPNGateways that match those selectors.

func (*FakeComputeVPNGateways) Patch ¶ added in v0.0.2

func (c *FakeComputeVPNGateways) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeVPNGateway, err error)

Patch applies the patch and returns the patched computeVPNGateway.

func (*FakeComputeVPNGateways) Update ¶ added in v0.0.2

func (c *FakeComputeVPNGateways) Update(ctx context.Context, computeVPNGateway *v1alpha1.ComputeVPNGateway, opts v1.UpdateOptions) (result *v1alpha1.ComputeVPNGateway, err error)

Update takes the representation of a computeVPNGateway and updates it. Returns the server's representation of the computeVPNGateway, and an error, if there is any.

func (*FakeComputeVPNGateways) UpdateStatus ¶ added in v0.0.2

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeVPNGateways) Watch ¶ added in v0.0.2

Watch returns a watch.Interface that watches the requested computeVPNGateways.

type FakeComputeVPNTunnels ¶ added in v0.0.2

type FakeComputeVPNTunnels struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeComputeVPNTunnels implements ComputeVPNTunnelInterface

func (*FakeComputeVPNTunnels) Create ¶ added in v0.0.2

func (c *FakeComputeVPNTunnels) Create(ctx context.Context, computeVPNTunnel *v1alpha1.ComputeVPNTunnel, opts v1.CreateOptions) (result *v1alpha1.ComputeVPNTunnel, err error)

Create takes the representation of a computeVPNTunnel and creates it. Returns the server's representation of the computeVPNTunnel, and an error, if there is any.

func (*FakeComputeVPNTunnels) Delete ¶ added in v0.0.2

func (c *FakeComputeVPNTunnels) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the computeVPNTunnel and deletes it. Returns an error if one occurs.

func (*FakeComputeVPNTunnels) DeleteCollection ¶ added in v0.0.2

func (c *FakeComputeVPNTunnels) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeComputeVPNTunnels) Get ¶ added in v0.0.2

func (c *FakeComputeVPNTunnels) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ComputeVPNTunnel, err error)

Get takes name of the computeVPNTunnel, and returns the corresponding computeVPNTunnel object, and an error if there is any.

func (*FakeComputeVPNTunnels) List ¶ added in v0.0.2

List takes label and field selectors, and returns the list of ComputeVPNTunnels that match those selectors.

func (*FakeComputeVPNTunnels) Patch ¶ added in v0.0.2

func (c *FakeComputeVPNTunnels) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComputeVPNTunnel, err error)

Patch applies the patch and returns the patched computeVPNTunnel.

func (*FakeComputeVPNTunnels) Update ¶ added in v0.0.2

func (c *FakeComputeVPNTunnels) Update(ctx context.Context, computeVPNTunnel *v1alpha1.ComputeVPNTunnel, opts v1.UpdateOptions) (result *v1alpha1.ComputeVPNTunnel, err error)

Update takes the representation of a computeVPNTunnel and updates it. Returns the server's representation of the computeVPNTunnel, and an error, if there is any.

func (*FakeComputeVPNTunnels) UpdateStatus ¶ added in v0.0.2

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeComputeVPNTunnels) Watch ¶ added in v0.0.2

Watch returns a watch.Interface that watches the requested computeVPNTunnels.

type FakeContainerAnalysisNotes ¶

type FakeContainerAnalysisNotes struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeContainerAnalysisNotes implements ContainerAnalysisNoteInterface

func (*FakeContainerAnalysisNotes) Create ¶

Create takes the representation of a containerAnalysisNote and creates it. Returns the server's representation of the containerAnalysisNote, and an error, if there is any.

func (*FakeContainerAnalysisNotes) Delete ¶

Delete takes name of the containerAnalysisNote and deletes it. Returns an error if one occurs.

func (*FakeContainerAnalysisNotes) DeleteCollection ¶

func (c *FakeContainerAnalysisNotes) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeContainerAnalysisNotes) Get ¶

Get takes name of the containerAnalysisNote, and returns the corresponding containerAnalysisNote object, and an error if there is any.

func (*FakeContainerAnalysisNotes) List ¶

List takes label and field selectors, and returns the list of ContainerAnalysisNotes that match those selectors.

func (*FakeContainerAnalysisNotes) Patch ¶

func (c *FakeContainerAnalysisNotes) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ContainerAnalysisNote, err error)

Patch applies the patch and returns the patched containerAnalysisNote.

func (*FakeContainerAnalysisNotes) Update ¶

Update takes the representation of a containerAnalysisNote and updates it. Returns the server's representation of the containerAnalysisNote, and an error, if there is any.

func (*FakeContainerAnalysisNotes) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeContainerAnalysisNotes) Watch ¶

Watch returns a watch.Interface that watches the requested containerAnalysisNotes.

type FakeContainerClusters ¶

type FakeContainerClusters struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeContainerClusters implements ContainerClusterInterface

func (*FakeContainerClusters) Create ¶

func (c *FakeContainerClusters) Create(ctx context.Context, containerCluster *v1alpha1.ContainerCluster, opts v1.CreateOptions) (result *v1alpha1.ContainerCluster, err error)

Create takes the representation of a containerCluster and creates it. Returns the server's representation of the containerCluster, and an error, if there is any.

func (*FakeContainerClusters) Delete ¶

func (c *FakeContainerClusters) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the containerCluster and deletes it. Returns an error if one occurs.

func (*FakeContainerClusters) DeleteCollection ¶

func (c *FakeContainerClusters) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeContainerClusters) Get ¶

func (c *FakeContainerClusters) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ContainerCluster, err error)

Get takes name of the containerCluster, and returns the corresponding containerCluster object, and an error if there is any.

func (*FakeContainerClusters) List ¶

List takes label and field selectors, and returns the list of ContainerClusters that match those selectors.

func (*FakeContainerClusters) Patch ¶

func (c *FakeContainerClusters) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ContainerCluster, err error)

Patch applies the patch and returns the patched containerCluster.

func (*FakeContainerClusters) Update ¶

func (c *FakeContainerClusters) Update(ctx context.Context, containerCluster *v1alpha1.ContainerCluster, opts v1.UpdateOptions) (result *v1alpha1.ContainerCluster, err error)

Update takes the representation of a containerCluster and updates it. Returns the server's representation of the containerCluster, and an error, if there is any.

func (*FakeContainerClusters) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeContainerClusters) Watch ¶

Watch returns a watch.Interface that watches the requested containerClusters.

type FakeContainerNodePools ¶

type FakeContainerNodePools struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeContainerNodePools implements ContainerNodePoolInterface

func (*FakeContainerNodePools) Create ¶

func (c *FakeContainerNodePools) Create(ctx context.Context, containerNodePool *v1alpha1.ContainerNodePool, opts v1.CreateOptions) (result *v1alpha1.ContainerNodePool, err error)

Create takes the representation of a containerNodePool and creates it. Returns the server's representation of the containerNodePool, and an error, if there is any.

func (*FakeContainerNodePools) Delete ¶

func (c *FakeContainerNodePools) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the containerNodePool and deletes it. Returns an error if one occurs.

func (*FakeContainerNodePools) DeleteCollection ¶

func (c *FakeContainerNodePools) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeContainerNodePools) Get ¶

func (c *FakeContainerNodePools) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ContainerNodePool, err error)

Get takes name of the containerNodePool, and returns the corresponding containerNodePool object, and an error if there is any.

func (*FakeContainerNodePools) List ¶

List takes label and field selectors, and returns the list of ContainerNodePools that match those selectors.

func (*FakeContainerNodePools) Patch ¶

func (c *FakeContainerNodePools) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ContainerNodePool, err error)

Patch applies the patch and returns the patched containerNodePool.

func (*FakeContainerNodePools) Update ¶

func (c *FakeContainerNodePools) Update(ctx context.Context, containerNodePool *v1alpha1.ContainerNodePool, opts v1.UpdateOptions) (result *v1alpha1.ContainerNodePool, err error)

Update takes the representation of a containerNodePool and updates it. Returns the server's representation of the containerNodePool, and an error, if there is any.

func (*FakeContainerNodePools) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeContainerNodePools) Watch ¶

Watch returns a watch.Interface that watches the requested containerNodePools.

type FakeDataflowJobs ¶

type FakeDataflowJobs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDataflowJobs implements DataflowJobInterface

func (*FakeDataflowJobs) Create ¶

func (c *FakeDataflowJobs) Create(ctx context.Context, dataflowJob *v1alpha1.DataflowJob, opts v1.CreateOptions) (result *v1alpha1.DataflowJob, err error)

Create takes the representation of a dataflowJob and creates it. Returns the server's representation of the dataflowJob, and an error, if there is any.

func (*FakeDataflowJobs) Delete ¶

func (c *FakeDataflowJobs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the dataflowJob and deletes it. Returns an error if one occurs.

func (*FakeDataflowJobs) DeleteCollection ¶

func (c *FakeDataflowJobs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDataflowJobs) Get ¶

func (c *FakeDataflowJobs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.DataflowJob, err error)

Get takes name of the dataflowJob, and returns the corresponding dataflowJob object, and an error if there is any.

func (*FakeDataflowJobs) List ¶

func (c *FakeDataflowJobs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.DataflowJobList, err error)

List takes label and field selectors, and returns the list of DataflowJobs that match those selectors.

func (*FakeDataflowJobs) Patch ¶

func (c *FakeDataflowJobs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataflowJob, err error)

Patch applies the patch and returns the patched dataflowJob.

func (*FakeDataflowJobs) Update ¶

func (c *FakeDataflowJobs) Update(ctx context.Context, dataflowJob *v1alpha1.DataflowJob, opts v1.UpdateOptions) (result *v1alpha1.DataflowJob, err error)

Update takes the representation of a dataflowJob and updates it. Returns the server's representation of the dataflowJob, and an error, if there is any.

func (*FakeDataflowJobs) UpdateStatus ¶

func (c *FakeDataflowJobs) UpdateStatus(ctx context.Context, dataflowJob *v1alpha1.DataflowJob, opts v1.UpdateOptions) (*v1alpha1.DataflowJob, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataflowJobs) Watch ¶

Watch returns a watch.Interface that watches the requested dataflowJobs.

type FakeDataprocClusterIamBindings ¶ added in v0.2.0

type FakeDataprocClusterIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDataprocClusterIamBindings implements DataprocClusterIamBindingInterface

func (*FakeDataprocClusterIamBindings) Create ¶ added in v0.2.0

Create takes the representation of a dataprocClusterIamBinding and creates it. Returns the server's representation of the dataprocClusterIamBinding, and an error, if there is any.

func (*FakeDataprocClusterIamBindings) Delete ¶ added in v0.2.0

Delete takes name of the dataprocClusterIamBinding and deletes it. Returns an error if one occurs.

func (*FakeDataprocClusterIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeDataprocClusterIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDataprocClusterIamBindings) Get ¶ added in v0.2.0

Get takes name of the dataprocClusterIamBinding, and returns the corresponding dataprocClusterIamBinding object, and an error if there is any.

func (*FakeDataprocClusterIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of DataprocClusterIamBindings that match those selectors.

func (*FakeDataprocClusterIamBindings) Patch ¶ added in v0.2.0

func (c *FakeDataprocClusterIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataprocClusterIamBinding, err error)

Patch applies the patch and returns the patched dataprocClusterIamBinding.

func (*FakeDataprocClusterIamBindings) Update ¶ added in v0.2.0

Update takes the representation of a dataprocClusterIamBinding and updates it. Returns the server's representation of the dataprocClusterIamBinding, and an error, if there is any.

func (*FakeDataprocClusterIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataprocClusterIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested dataprocClusterIamBindings.

type FakeDataprocClusterIamMembers ¶ added in v0.2.0

type FakeDataprocClusterIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDataprocClusterIamMembers implements DataprocClusterIamMemberInterface

func (*FakeDataprocClusterIamMembers) Create ¶ added in v0.2.0

Create takes the representation of a dataprocClusterIamMember and creates it. Returns the server's representation of the dataprocClusterIamMember, and an error, if there is any.

func (*FakeDataprocClusterIamMembers) Delete ¶ added in v0.2.0

Delete takes name of the dataprocClusterIamMember and deletes it. Returns an error if one occurs.

func (*FakeDataprocClusterIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeDataprocClusterIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDataprocClusterIamMembers) Get ¶ added in v0.2.0

Get takes name of the dataprocClusterIamMember, and returns the corresponding dataprocClusterIamMember object, and an error if there is any.

func (*FakeDataprocClusterIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of DataprocClusterIamMembers that match those selectors.

func (*FakeDataprocClusterIamMembers) Patch ¶ added in v0.2.0

func (c *FakeDataprocClusterIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataprocClusterIamMember, err error)

Patch applies the patch and returns the patched dataprocClusterIamMember.

func (*FakeDataprocClusterIamMembers) Update ¶ added in v0.2.0

Update takes the representation of a dataprocClusterIamMember and updates it. Returns the server's representation of the dataprocClusterIamMember, and an error, if there is any.

func (*FakeDataprocClusterIamMembers) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataprocClusterIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested dataprocClusterIamMembers.

type FakeDataprocClusterIamPolicies ¶ added in v0.2.0

type FakeDataprocClusterIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDataprocClusterIamPolicies implements DataprocClusterIamPolicyInterface

func (*FakeDataprocClusterIamPolicies) Create ¶ added in v0.2.0

Create takes the representation of a dataprocClusterIamPolicy and creates it. Returns the server's representation of the dataprocClusterIamPolicy, and an error, if there is any.

func (*FakeDataprocClusterIamPolicies) Delete ¶ added in v0.2.0

Delete takes name of the dataprocClusterIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeDataprocClusterIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeDataprocClusterIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDataprocClusterIamPolicies) Get ¶ added in v0.2.0

Get takes name of the dataprocClusterIamPolicy, and returns the corresponding dataprocClusterIamPolicy object, and an error if there is any.

func (*FakeDataprocClusterIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of DataprocClusterIamPolicies that match those selectors.

func (*FakeDataprocClusterIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeDataprocClusterIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataprocClusterIamPolicy, err error)

Patch applies the patch and returns the patched dataprocClusterIamPolicy.

func (*FakeDataprocClusterIamPolicies) Update ¶ added in v0.2.0

Update takes the representation of a dataprocClusterIamPolicy and updates it. Returns the server's representation of the dataprocClusterIamPolicy, and an error, if there is any.

func (*FakeDataprocClusterIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataprocClusterIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested dataprocClusterIamPolicies.

type FakeDataprocClusters ¶

type FakeDataprocClusters struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDataprocClusters implements DataprocClusterInterface

func (*FakeDataprocClusters) Create ¶

func (c *FakeDataprocClusters) Create(ctx context.Context, dataprocCluster *v1alpha1.DataprocCluster, opts v1.CreateOptions) (result *v1alpha1.DataprocCluster, err error)

Create takes the representation of a dataprocCluster and creates it. Returns the server's representation of the dataprocCluster, and an error, if there is any.

func (*FakeDataprocClusters) Delete ¶

func (c *FakeDataprocClusters) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the dataprocCluster and deletes it. Returns an error if one occurs.

func (*FakeDataprocClusters) DeleteCollection ¶

func (c *FakeDataprocClusters) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDataprocClusters) Get ¶

func (c *FakeDataprocClusters) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.DataprocCluster, err error)

Get takes name of the dataprocCluster, and returns the corresponding dataprocCluster object, and an error if there is any.

func (*FakeDataprocClusters) List ¶

List takes label and field selectors, and returns the list of DataprocClusters that match those selectors.

func (*FakeDataprocClusters) Patch ¶

func (c *FakeDataprocClusters) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataprocCluster, err error)

Patch applies the patch and returns the patched dataprocCluster.

func (*FakeDataprocClusters) Update ¶

func (c *FakeDataprocClusters) Update(ctx context.Context, dataprocCluster *v1alpha1.DataprocCluster, opts v1.UpdateOptions) (result *v1alpha1.DataprocCluster, err error)

Update takes the representation of a dataprocCluster and updates it. Returns the server's representation of the dataprocCluster, and an error, if there is any.

func (*FakeDataprocClusters) UpdateStatus ¶

func (c *FakeDataprocClusters) UpdateStatus(ctx context.Context, dataprocCluster *v1alpha1.DataprocCluster, opts v1.UpdateOptions) (*v1alpha1.DataprocCluster, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataprocClusters) Watch ¶

Watch returns a watch.Interface that watches the requested dataprocClusters.

type FakeDataprocJobIamBindings ¶ added in v0.2.0

type FakeDataprocJobIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDataprocJobIamBindings implements DataprocJobIamBindingInterface

func (*FakeDataprocJobIamBindings) Create ¶ added in v0.2.0

Create takes the representation of a dataprocJobIamBinding and creates it. Returns the server's representation of the dataprocJobIamBinding, and an error, if there is any.

func (*FakeDataprocJobIamBindings) Delete ¶ added in v0.2.0

Delete takes name of the dataprocJobIamBinding and deletes it. Returns an error if one occurs.

func (*FakeDataprocJobIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeDataprocJobIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDataprocJobIamBindings) Get ¶ added in v0.2.0

Get takes name of the dataprocJobIamBinding, and returns the corresponding dataprocJobIamBinding object, and an error if there is any.

func (*FakeDataprocJobIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of DataprocJobIamBindings that match those selectors.

func (*FakeDataprocJobIamBindings) Patch ¶ added in v0.2.0

func (c *FakeDataprocJobIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataprocJobIamBinding, err error)

Patch applies the patch and returns the patched dataprocJobIamBinding.

func (*FakeDataprocJobIamBindings) Update ¶ added in v0.2.0

Update takes the representation of a dataprocJobIamBinding and updates it. Returns the server's representation of the dataprocJobIamBinding, and an error, if there is any.

func (*FakeDataprocJobIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataprocJobIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested dataprocJobIamBindings.

type FakeDataprocJobIamMembers ¶ added in v0.2.0

type FakeDataprocJobIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDataprocJobIamMembers implements DataprocJobIamMemberInterface

func (*FakeDataprocJobIamMembers) Create ¶ added in v0.2.0

func (c *FakeDataprocJobIamMembers) Create(ctx context.Context, dataprocJobIamMember *v1alpha1.DataprocJobIamMember, opts v1.CreateOptions) (result *v1alpha1.DataprocJobIamMember, err error)

Create takes the representation of a dataprocJobIamMember and creates it. Returns the server's representation of the dataprocJobIamMember, and an error, if there is any.

func (*FakeDataprocJobIamMembers) Delete ¶ added in v0.2.0

Delete takes name of the dataprocJobIamMember and deletes it. Returns an error if one occurs.

func (*FakeDataprocJobIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeDataprocJobIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDataprocJobIamMembers) Get ¶ added in v0.2.0

Get takes name of the dataprocJobIamMember, and returns the corresponding dataprocJobIamMember object, and an error if there is any.

func (*FakeDataprocJobIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of DataprocJobIamMembers that match those selectors.

func (*FakeDataprocJobIamMembers) Patch ¶ added in v0.2.0

func (c *FakeDataprocJobIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataprocJobIamMember, err error)

Patch applies the patch and returns the patched dataprocJobIamMember.

func (*FakeDataprocJobIamMembers) Update ¶ added in v0.2.0

func (c *FakeDataprocJobIamMembers) Update(ctx context.Context, dataprocJobIamMember *v1alpha1.DataprocJobIamMember, opts v1.UpdateOptions) (result *v1alpha1.DataprocJobIamMember, err error)

Update takes the representation of a dataprocJobIamMember and updates it. Returns the server's representation of the dataprocJobIamMember, and an error, if there is any.

func (*FakeDataprocJobIamMembers) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataprocJobIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested dataprocJobIamMembers.

type FakeDataprocJobIamPolicies ¶ added in v0.2.0

type FakeDataprocJobIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDataprocJobIamPolicies implements DataprocJobIamPolicyInterface

func (*FakeDataprocJobIamPolicies) Create ¶ added in v0.2.0

Create takes the representation of a dataprocJobIamPolicy and creates it. Returns the server's representation of the dataprocJobIamPolicy, and an error, if there is any.

func (*FakeDataprocJobIamPolicies) Delete ¶ added in v0.2.0

Delete takes name of the dataprocJobIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeDataprocJobIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeDataprocJobIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDataprocJobIamPolicies) Get ¶ added in v0.2.0

Get takes name of the dataprocJobIamPolicy, and returns the corresponding dataprocJobIamPolicy object, and an error if there is any.

func (*FakeDataprocJobIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of DataprocJobIamPolicies that match those selectors.

func (*FakeDataprocJobIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeDataprocJobIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataprocJobIamPolicy, err error)

Patch applies the patch and returns the patched dataprocJobIamPolicy.

func (*FakeDataprocJobIamPolicies) Update ¶ added in v0.2.0

Update takes the representation of a dataprocJobIamPolicy and updates it. Returns the server's representation of the dataprocJobIamPolicy, and an error, if there is any.

func (*FakeDataprocJobIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataprocJobIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested dataprocJobIamPolicies.

type FakeDataprocJobs ¶

type FakeDataprocJobs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDataprocJobs implements DataprocJobInterface

func (*FakeDataprocJobs) Create ¶

func (c *FakeDataprocJobs) Create(ctx context.Context, dataprocJob *v1alpha1.DataprocJob, opts v1.CreateOptions) (result *v1alpha1.DataprocJob, err error)

Create takes the representation of a dataprocJob and creates it. Returns the server's representation of the dataprocJob, and an error, if there is any.

func (*FakeDataprocJobs) Delete ¶

func (c *FakeDataprocJobs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the dataprocJob and deletes it. Returns an error if one occurs.

func (*FakeDataprocJobs) DeleteCollection ¶

func (c *FakeDataprocJobs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDataprocJobs) Get ¶

func (c *FakeDataprocJobs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.DataprocJob, err error)

Get takes name of the dataprocJob, and returns the corresponding dataprocJob object, and an error if there is any.

func (*FakeDataprocJobs) List ¶

func (c *FakeDataprocJobs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.DataprocJobList, err error)

List takes label and field selectors, and returns the list of DataprocJobs that match those selectors.

func (*FakeDataprocJobs) Patch ¶

func (c *FakeDataprocJobs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataprocJob, err error)

Patch applies the patch and returns the patched dataprocJob.

func (*FakeDataprocJobs) Update ¶

func (c *FakeDataprocJobs) Update(ctx context.Context, dataprocJob *v1alpha1.DataprocJob, opts v1.UpdateOptions) (result *v1alpha1.DataprocJob, err error)

Update takes the representation of a dataprocJob and updates it. Returns the server's representation of the dataprocJob, and an error, if there is any.

func (*FakeDataprocJobs) UpdateStatus ¶

func (c *FakeDataprocJobs) UpdateStatus(ctx context.Context, dataprocJob *v1alpha1.DataprocJob, opts v1.UpdateOptions) (*v1alpha1.DataprocJob, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDataprocJobs) Watch ¶

Watch returns a watch.Interface that watches the requested dataprocJobs.

type FakeDnsManagedZones ¶

type FakeDnsManagedZones struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDnsManagedZones implements DnsManagedZoneInterface

func (*FakeDnsManagedZones) Create ¶

func (c *FakeDnsManagedZones) Create(ctx context.Context, dnsManagedZone *v1alpha1.DnsManagedZone, opts v1.CreateOptions) (result *v1alpha1.DnsManagedZone, err error)

Create takes the representation of a dnsManagedZone and creates it. Returns the server's representation of the dnsManagedZone, and an error, if there is any.

func (*FakeDnsManagedZones) Delete ¶

func (c *FakeDnsManagedZones) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the dnsManagedZone and deletes it. Returns an error if one occurs.

func (*FakeDnsManagedZones) DeleteCollection ¶

func (c *FakeDnsManagedZones) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDnsManagedZones) Get ¶

func (c *FakeDnsManagedZones) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.DnsManagedZone, err error)

Get takes name of the dnsManagedZone, and returns the corresponding dnsManagedZone object, and an error if there is any.

func (*FakeDnsManagedZones) List ¶

List takes label and field selectors, and returns the list of DnsManagedZones that match those selectors.

func (*FakeDnsManagedZones) Patch ¶

func (c *FakeDnsManagedZones) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DnsManagedZone, err error)

Patch applies the patch and returns the patched dnsManagedZone.

func (*FakeDnsManagedZones) Update ¶

func (c *FakeDnsManagedZones) Update(ctx context.Context, dnsManagedZone *v1alpha1.DnsManagedZone, opts v1.UpdateOptions) (result *v1alpha1.DnsManagedZone, err error)

Update takes the representation of a dnsManagedZone and updates it. Returns the server's representation of the dnsManagedZone, and an error, if there is any.

func (*FakeDnsManagedZones) UpdateStatus ¶

func (c *FakeDnsManagedZones) UpdateStatus(ctx context.Context, dnsManagedZone *v1alpha1.DnsManagedZone, opts v1.UpdateOptions) (*v1alpha1.DnsManagedZone, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDnsManagedZones) Watch ¶

Watch returns a watch.Interface that watches the requested dnsManagedZones.

type FakeDnsRecordSets ¶

type FakeDnsRecordSets struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeDnsRecordSets implements DnsRecordSetInterface

func (*FakeDnsRecordSets) Create ¶

func (c *FakeDnsRecordSets) Create(ctx context.Context, dnsRecordSet *v1alpha1.DnsRecordSet, opts v1.CreateOptions) (result *v1alpha1.DnsRecordSet, err error)

Create takes the representation of a dnsRecordSet and creates it. Returns the server's representation of the dnsRecordSet, and an error, if there is any.

func (*FakeDnsRecordSets) Delete ¶

func (c *FakeDnsRecordSets) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the dnsRecordSet and deletes it. Returns an error if one occurs.

func (*FakeDnsRecordSets) DeleteCollection ¶

func (c *FakeDnsRecordSets) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDnsRecordSets) Get ¶

func (c *FakeDnsRecordSets) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.DnsRecordSet, err error)

Get takes name of the dnsRecordSet, and returns the corresponding dnsRecordSet object, and an error if there is any.

func (*FakeDnsRecordSets) List ¶

func (c *FakeDnsRecordSets) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.DnsRecordSetList, err error)

List takes label and field selectors, and returns the list of DnsRecordSets that match those selectors.

func (*FakeDnsRecordSets) Patch ¶

func (c *FakeDnsRecordSets) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DnsRecordSet, err error)

Patch applies the patch and returns the patched dnsRecordSet.

func (*FakeDnsRecordSets) Update ¶

func (c *FakeDnsRecordSets) Update(ctx context.Context, dnsRecordSet *v1alpha1.DnsRecordSet, opts v1.UpdateOptions) (result *v1alpha1.DnsRecordSet, err error)

Update takes the representation of a dnsRecordSet and updates it. Returns the server's representation of the dnsRecordSet, and an error, if there is any.

func (*FakeDnsRecordSets) UpdateStatus ¶

func (c *FakeDnsRecordSets) UpdateStatus(ctx context.Context, dnsRecordSet *v1alpha1.DnsRecordSet, opts v1.UpdateOptions) (*v1alpha1.DnsRecordSet, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDnsRecordSets) Watch ¶

Watch returns a watch.Interface that watches the requested dnsRecordSets.

type FakeEndpointsServices ¶

type FakeEndpointsServices struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeEndpointsServices implements EndpointsServiceInterface

func (*FakeEndpointsServices) Create ¶

func (c *FakeEndpointsServices) Create(ctx context.Context, endpointsService *v1alpha1.EndpointsService, opts v1.CreateOptions) (result *v1alpha1.EndpointsService, err error)

Create takes the representation of a endpointsService and creates it. Returns the server's representation of the endpointsService, and an error, if there is any.

func (*FakeEndpointsServices) Delete ¶

func (c *FakeEndpointsServices) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the endpointsService and deletes it. Returns an error if one occurs.

func (*FakeEndpointsServices) DeleteCollection ¶

func (c *FakeEndpointsServices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEndpointsServices) Get ¶

func (c *FakeEndpointsServices) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.EndpointsService, err error)

Get takes name of the endpointsService, and returns the corresponding endpointsService object, and an error if there is any.

func (*FakeEndpointsServices) List ¶

List takes label and field selectors, and returns the list of EndpointsServices that match those selectors.

func (*FakeEndpointsServices) Patch ¶

func (c *FakeEndpointsServices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.EndpointsService, err error)

Patch applies the patch and returns the patched endpointsService.

func (*FakeEndpointsServices) Update ¶

func (c *FakeEndpointsServices) Update(ctx context.Context, endpointsService *v1alpha1.EndpointsService, opts v1.UpdateOptions) (result *v1alpha1.EndpointsService, err error)

Update takes the representation of a endpointsService and updates it. Returns the server's representation of the endpointsService, and an error, if there is any.

func (*FakeEndpointsServices) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeEndpointsServices) Watch ¶

Watch returns a watch.Interface that watches the requested endpointsServices.

type FakeFilestoreInstances ¶

type FakeFilestoreInstances struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeFilestoreInstances implements FilestoreInstanceInterface

func (*FakeFilestoreInstances) Create ¶

func (c *FakeFilestoreInstances) Create(ctx context.Context, filestoreInstance *v1alpha1.FilestoreInstance, opts v1.CreateOptions) (result *v1alpha1.FilestoreInstance, err error)

Create takes the representation of a filestoreInstance and creates it. Returns the server's representation of the filestoreInstance, and an error, if there is any.

func (*FakeFilestoreInstances) Delete ¶

func (c *FakeFilestoreInstances) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the filestoreInstance and deletes it. Returns an error if one occurs.

func (*FakeFilestoreInstances) DeleteCollection ¶

func (c *FakeFilestoreInstances) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFilestoreInstances) Get ¶

func (c *FakeFilestoreInstances) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.FilestoreInstance, err error)

Get takes name of the filestoreInstance, and returns the corresponding filestoreInstance object, and an error if there is any.

func (*FakeFilestoreInstances) List ¶

List takes label and field selectors, and returns the list of FilestoreInstances that match those selectors.

func (*FakeFilestoreInstances) Patch ¶

func (c *FakeFilestoreInstances) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FilestoreInstance, err error)

Patch applies the patch and returns the patched filestoreInstance.

func (*FakeFilestoreInstances) Update ¶

func (c *FakeFilestoreInstances) Update(ctx context.Context, filestoreInstance *v1alpha1.FilestoreInstance, opts v1.UpdateOptions) (result *v1alpha1.FilestoreInstance, err error)

Update takes the representation of a filestoreInstance and updates it. Returns the server's representation of the filestoreInstance, and an error, if there is any.

func (*FakeFilestoreInstances) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFilestoreInstances) Watch ¶

Watch returns a watch.Interface that watches the requested filestoreInstances.

type FakeFirestoreIndexes ¶ added in v0.2.0

type FakeFirestoreIndexes struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeFirestoreIndexes implements FirestoreIndexInterface

func (*FakeFirestoreIndexes) Create ¶ added in v0.2.0

func (c *FakeFirestoreIndexes) Create(ctx context.Context, firestoreIndex *v1alpha1.FirestoreIndex, opts v1.CreateOptions) (result *v1alpha1.FirestoreIndex, err error)

Create takes the representation of a firestoreIndex and creates it. Returns the server's representation of the firestoreIndex, and an error, if there is any.

func (*FakeFirestoreIndexes) Delete ¶ added in v0.2.0

func (c *FakeFirestoreIndexes) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the firestoreIndex and deletes it. Returns an error if one occurs.

func (*FakeFirestoreIndexes) DeleteCollection ¶ added in v0.2.0

func (c *FakeFirestoreIndexes) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFirestoreIndexes) Get ¶ added in v0.2.0

func (c *FakeFirestoreIndexes) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.FirestoreIndex, err error)

Get takes name of the firestoreIndex, and returns the corresponding firestoreIndex object, and an error if there is any.

func (*FakeFirestoreIndexes) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of FirestoreIndexes that match those selectors.

func (*FakeFirestoreIndexes) Patch ¶ added in v0.2.0

func (c *FakeFirestoreIndexes) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FirestoreIndex, err error)

Patch applies the patch and returns the patched firestoreIndex.

func (*FakeFirestoreIndexes) Update ¶ added in v0.2.0

func (c *FakeFirestoreIndexes) Update(ctx context.Context, firestoreIndex *v1alpha1.FirestoreIndex, opts v1.UpdateOptions) (result *v1alpha1.FirestoreIndex, err error)

Update takes the representation of a firestoreIndex and updates it. Returns the server's representation of the firestoreIndex, and an error, if there is any.

func (*FakeFirestoreIndexes) UpdateStatus ¶ added in v0.2.0

func (c *FakeFirestoreIndexes) UpdateStatus(ctx context.Context, firestoreIndex *v1alpha1.FirestoreIndex, opts v1.UpdateOptions) (*v1alpha1.FirestoreIndex, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFirestoreIndexes) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested firestoreIndexes.

type FakeFolderIamBindings ¶

type FakeFolderIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeFolderIamBindings implements FolderIamBindingInterface

func (*FakeFolderIamBindings) Create ¶

func (c *FakeFolderIamBindings) Create(ctx context.Context, folderIamBinding *v1alpha1.FolderIamBinding, opts v1.CreateOptions) (result *v1alpha1.FolderIamBinding, err error)

Create takes the representation of a folderIamBinding and creates it. Returns the server's representation of the folderIamBinding, and an error, if there is any.

func (*FakeFolderIamBindings) Delete ¶

func (c *FakeFolderIamBindings) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the folderIamBinding and deletes it. Returns an error if one occurs.

func (*FakeFolderIamBindings) DeleteCollection ¶

func (c *FakeFolderIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFolderIamBindings) Get ¶

func (c *FakeFolderIamBindings) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.FolderIamBinding, err error)

Get takes name of the folderIamBinding, and returns the corresponding folderIamBinding object, and an error if there is any.

func (*FakeFolderIamBindings) List ¶

List takes label and field selectors, and returns the list of FolderIamBindings that match those selectors.

func (*FakeFolderIamBindings) Patch ¶

func (c *FakeFolderIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FolderIamBinding, err error)

Patch applies the patch and returns the patched folderIamBinding.

func (*FakeFolderIamBindings) Update ¶

func (c *FakeFolderIamBindings) Update(ctx context.Context, folderIamBinding *v1alpha1.FolderIamBinding, opts v1.UpdateOptions) (result *v1alpha1.FolderIamBinding, err error)

Update takes the representation of a folderIamBinding and updates it. Returns the server's representation of the folderIamBinding, and an error, if there is any.

func (*FakeFolderIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFolderIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested folderIamBindings.

type FakeFolderIamMembers ¶

type FakeFolderIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeFolderIamMembers implements FolderIamMemberInterface

func (*FakeFolderIamMembers) Create ¶

func (c *FakeFolderIamMembers) Create(ctx context.Context, folderIamMember *v1alpha1.FolderIamMember, opts v1.CreateOptions) (result *v1alpha1.FolderIamMember, err error)

Create takes the representation of a folderIamMember and creates it. Returns the server's representation of the folderIamMember, and an error, if there is any.

func (*FakeFolderIamMembers) Delete ¶

func (c *FakeFolderIamMembers) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the folderIamMember and deletes it. Returns an error if one occurs.

func (*FakeFolderIamMembers) DeleteCollection ¶

func (c *FakeFolderIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFolderIamMembers) Get ¶

func (c *FakeFolderIamMembers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.FolderIamMember, err error)

Get takes name of the folderIamMember, and returns the corresponding folderIamMember object, and an error if there is any.

func (*FakeFolderIamMembers) List ¶

List takes label and field selectors, and returns the list of FolderIamMembers that match those selectors.

func (*FakeFolderIamMembers) Patch ¶

func (c *FakeFolderIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FolderIamMember, err error)

Patch applies the patch and returns the patched folderIamMember.

func (*FakeFolderIamMembers) Update ¶

func (c *FakeFolderIamMembers) Update(ctx context.Context, folderIamMember *v1alpha1.FolderIamMember, opts v1.UpdateOptions) (result *v1alpha1.FolderIamMember, err error)

Update takes the representation of a folderIamMember and updates it. Returns the server's representation of the folderIamMember, and an error, if there is any.

func (*FakeFolderIamMembers) UpdateStatus ¶

func (c *FakeFolderIamMembers) UpdateStatus(ctx context.Context, folderIamMember *v1alpha1.FolderIamMember, opts v1.UpdateOptions) (*v1alpha1.FolderIamMember, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFolderIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested folderIamMembers.

type FakeFolderIamPolicies ¶

type FakeFolderIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeFolderIamPolicies implements FolderIamPolicyInterface

func (*FakeFolderIamPolicies) Create ¶

func (c *FakeFolderIamPolicies) Create(ctx context.Context, folderIamPolicy *v1alpha1.FolderIamPolicy, opts v1.CreateOptions) (result *v1alpha1.FolderIamPolicy, err error)

Create takes the representation of a folderIamPolicy and creates it. Returns the server's representation of the folderIamPolicy, and an error, if there is any.

func (*FakeFolderIamPolicies) Delete ¶

func (c *FakeFolderIamPolicies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the folderIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeFolderIamPolicies) DeleteCollection ¶

func (c *FakeFolderIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFolderIamPolicies) Get ¶

func (c *FakeFolderIamPolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.FolderIamPolicy, err error)

Get takes name of the folderIamPolicy, and returns the corresponding folderIamPolicy object, and an error if there is any.

func (*FakeFolderIamPolicies) List ¶

List takes label and field selectors, and returns the list of FolderIamPolicies that match those selectors.

func (*FakeFolderIamPolicies) Patch ¶

func (c *FakeFolderIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FolderIamPolicy, err error)

Patch applies the patch and returns the patched folderIamPolicy.

func (*FakeFolderIamPolicies) Update ¶

func (c *FakeFolderIamPolicies) Update(ctx context.Context, folderIamPolicy *v1alpha1.FolderIamPolicy, opts v1.UpdateOptions) (result *v1alpha1.FolderIamPolicy, err error)

Update takes the representation of a folderIamPolicy and updates it. Returns the server's representation of the folderIamPolicy, and an error, if there is any.

func (*FakeFolderIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFolderIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested folderIamPolicies.

type FakeFolderOrganizationPolicies ¶

type FakeFolderOrganizationPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeFolderOrganizationPolicies implements FolderOrganizationPolicyInterface

func (*FakeFolderOrganizationPolicies) Create ¶

Create takes the representation of a folderOrganizationPolicy and creates it. Returns the server's representation of the folderOrganizationPolicy, and an error, if there is any.

func (*FakeFolderOrganizationPolicies) Delete ¶

Delete takes name of the folderOrganizationPolicy and deletes it. Returns an error if one occurs.

func (*FakeFolderOrganizationPolicies) DeleteCollection ¶

func (c *FakeFolderOrganizationPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFolderOrganizationPolicies) Get ¶

Get takes name of the folderOrganizationPolicy, and returns the corresponding folderOrganizationPolicy object, and an error if there is any.

func (*FakeFolderOrganizationPolicies) List ¶

List takes label and field selectors, and returns the list of FolderOrganizationPolicies that match those selectors.

func (*FakeFolderOrganizationPolicies) Patch ¶

func (c *FakeFolderOrganizationPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FolderOrganizationPolicy, err error)

Patch applies the patch and returns the patched folderOrganizationPolicy.

func (*FakeFolderOrganizationPolicies) Update ¶

Update takes the representation of a folderOrganizationPolicy and updates it. Returns the server's representation of the folderOrganizationPolicy, and an error, if there is any.

func (*FakeFolderOrganizationPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFolderOrganizationPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested folderOrganizationPolicies.

type FakeFolders ¶

type FakeFolders struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeFolders implements FolderInterface

func (*FakeFolders) Create ¶

func (c *FakeFolders) Create(ctx context.Context, folder *v1alpha1.Folder, opts v1.CreateOptions) (result *v1alpha1.Folder, err error)

Create takes the representation of a folder and creates it. Returns the server's representation of the folder, and an error, if there is any.

func (*FakeFolders) Delete ¶

func (c *FakeFolders) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the folder and deletes it. Returns an error if one occurs.

func (*FakeFolders) DeleteCollection ¶

func (c *FakeFolders) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFolders) Get ¶

func (c *FakeFolders) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Folder, err error)

Get takes name of the folder, and returns the corresponding folder object, and an error if there is any.

func (*FakeFolders) List ¶

func (c *FakeFolders) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.FolderList, err error)

List takes label and field selectors, and returns the list of Folders that match those selectors.

func (*FakeFolders) Patch ¶

func (c *FakeFolders) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Folder, err error)

Patch applies the patch and returns the patched folder.

func (*FakeFolders) Update ¶

func (c *FakeFolders) Update(ctx context.Context, folder *v1alpha1.Folder, opts v1.UpdateOptions) (result *v1alpha1.Folder, err error)

Update takes the representation of a folder and updates it. Returns the server's representation of the folder, and an error, if there is any.

func (*FakeFolders) UpdateStatus ¶

func (c *FakeFolders) UpdateStatus(ctx context.Context, folder *v1alpha1.Folder, opts v1.UpdateOptions) (*v1alpha1.Folder, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFolders) Watch ¶

func (c *FakeFolders) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested folders.

type FakeGoogleV1alpha1 ¶

type FakeGoogleV1alpha1 struct {
	*testing.Fake
}

func (*FakeGoogleV1alpha1) AccessContextManagerAccessLevels ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) AccessContextManagerAccessLevels(namespace string) v1alpha1.AccessContextManagerAccessLevelInterface

func (*FakeGoogleV1alpha1) AccessContextManagerAccessPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) AccessContextManagerAccessPolicies(namespace string) v1alpha1.AccessContextManagerAccessPolicyInterface

func (*FakeGoogleV1alpha1) AccessContextManagerServicePerimeters ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) AccessContextManagerServicePerimeters(namespace string) v1alpha1.AccessContextManagerServicePerimeterInterface

func (*FakeGoogleV1alpha1) AppEngineApplications ¶

func (c *FakeGoogleV1alpha1) AppEngineApplications(namespace string) v1alpha1.AppEngineApplicationInterface

func (*FakeGoogleV1alpha1) AppEngineDomainMappings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) AppEngineDomainMappings(namespace string) v1alpha1.AppEngineDomainMappingInterface

func (*FakeGoogleV1alpha1) AppEngineFirewallRules ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) AppEngineFirewallRules(namespace string) v1alpha1.AppEngineFirewallRuleInterface

func (*FakeGoogleV1alpha1) AppEngineStandardAppVersions ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) AppEngineStandardAppVersions(namespace string) v1alpha1.AppEngineStandardAppVersionInterface

func (*FakeGoogleV1alpha1) BigqueryDataTransferConfigs ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) BigqueryDataTransferConfigs(namespace string) v1alpha1.BigqueryDataTransferConfigInterface

func (*FakeGoogleV1alpha1) BigqueryDatasets ¶

func (c *FakeGoogleV1alpha1) BigqueryDatasets(namespace string) v1alpha1.BigqueryDatasetInterface

func (*FakeGoogleV1alpha1) BigqueryTables ¶

func (c *FakeGoogleV1alpha1) BigqueryTables(namespace string) v1alpha1.BigqueryTableInterface

func (*FakeGoogleV1alpha1) BigtableAppProfiles ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) BigtableAppProfiles(namespace string) v1alpha1.BigtableAppProfileInterface

func (*FakeGoogleV1alpha1) BigtableGcPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) BigtableGcPolicies(namespace string) v1alpha1.BigtableGcPolicyInterface

func (*FakeGoogleV1alpha1) BigtableInstanceIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) BigtableInstanceIamBindings(namespace string) v1alpha1.BigtableInstanceIamBindingInterface

func (*FakeGoogleV1alpha1) BigtableInstanceIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) BigtableInstanceIamMembers(namespace string) v1alpha1.BigtableInstanceIamMemberInterface

func (*FakeGoogleV1alpha1) BigtableInstanceIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) BigtableInstanceIamPolicies(namespace string) v1alpha1.BigtableInstanceIamPolicyInterface

func (*FakeGoogleV1alpha1) BigtableInstances ¶

func (c *FakeGoogleV1alpha1) BigtableInstances(namespace string) v1alpha1.BigtableInstanceInterface

func (*FakeGoogleV1alpha1) BigtableTables ¶

func (c *FakeGoogleV1alpha1) BigtableTables(namespace string) v1alpha1.BigtableTableInterface

func (*FakeGoogleV1alpha1) BillingAccountIamBindings ¶

func (c *FakeGoogleV1alpha1) BillingAccountIamBindings(namespace string) v1alpha1.BillingAccountIamBindingInterface

func (*FakeGoogleV1alpha1) BillingAccountIamMembers ¶

func (c *FakeGoogleV1alpha1) BillingAccountIamMembers(namespace string) v1alpha1.BillingAccountIamMemberInterface

func (*FakeGoogleV1alpha1) BillingAccountIamPolicies ¶

func (c *FakeGoogleV1alpha1) BillingAccountIamPolicies(namespace string) v1alpha1.BillingAccountIamPolicyInterface

func (*FakeGoogleV1alpha1) BinaryAuthorizationAttestorIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) BinaryAuthorizationAttestorIamBindings(namespace string) v1alpha1.BinaryAuthorizationAttestorIamBindingInterface

func (*FakeGoogleV1alpha1) BinaryAuthorizationAttestorIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) BinaryAuthorizationAttestorIamMembers(namespace string) v1alpha1.BinaryAuthorizationAttestorIamMemberInterface

func (*FakeGoogleV1alpha1) BinaryAuthorizationAttestorIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) BinaryAuthorizationAttestorIamPolicies(namespace string) v1alpha1.BinaryAuthorizationAttestorIamPolicyInterface

func (*FakeGoogleV1alpha1) BinaryAuthorizationAttestors ¶

func (c *FakeGoogleV1alpha1) BinaryAuthorizationAttestors(namespace string) v1alpha1.BinaryAuthorizationAttestorInterface

func (*FakeGoogleV1alpha1) BinaryAuthorizationPolicies ¶

func (c *FakeGoogleV1alpha1) BinaryAuthorizationPolicies(namespace string) v1alpha1.BinaryAuthorizationPolicyInterface

func (*FakeGoogleV1alpha1) CloudSchedulerJobs ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) CloudSchedulerJobs(namespace string) v1alpha1.CloudSchedulerJobInterface

func (*FakeGoogleV1alpha1) CloudbuildTriggers ¶

func (c *FakeGoogleV1alpha1) CloudbuildTriggers(namespace string) v1alpha1.CloudbuildTriggerInterface

func (*FakeGoogleV1alpha1) CloudfunctionsFunctionIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) CloudfunctionsFunctionIamBindings(namespace string) v1alpha1.CloudfunctionsFunctionIamBindingInterface

func (*FakeGoogleV1alpha1) CloudfunctionsFunctionIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) CloudfunctionsFunctionIamMembers(namespace string) v1alpha1.CloudfunctionsFunctionIamMemberInterface

func (*FakeGoogleV1alpha1) CloudfunctionsFunctionIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) CloudfunctionsFunctionIamPolicies(namespace string) v1alpha1.CloudfunctionsFunctionIamPolicyInterface

func (*FakeGoogleV1alpha1) CloudfunctionsFunctions ¶

func (c *FakeGoogleV1alpha1) CloudfunctionsFunctions(namespace string) v1alpha1.CloudfunctionsFunctionInterface

func (*FakeGoogleV1alpha1) CloudiotRegistries ¶

func (c *FakeGoogleV1alpha1) CloudiotRegistries(namespace string) v1alpha1.CloudiotRegistryInterface

func (*FakeGoogleV1alpha1) ComposerEnvironments ¶

func (c *FakeGoogleV1alpha1) ComposerEnvironments(namespace string) v1alpha1.ComposerEnvironmentInterface

func (*FakeGoogleV1alpha1) ComputeAddresses ¶

func (c *FakeGoogleV1alpha1) ComputeAddresses(namespace string) v1alpha1.ComputeAddressInterface

func (*FakeGoogleV1alpha1) ComputeAttachedDisks ¶

func (c *FakeGoogleV1alpha1) ComputeAttachedDisks(namespace string) v1alpha1.ComputeAttachedDiskInterface

func (*FakeGoogleV1alpha1) ComputeAutoscalers ¶

func (c *FakeGoogleV1alpha1) ComputeAutoscalers(namespace string) v1alpha1.ComputeAutoscalerInterface

func (*FakeGoogleV1alpha1) ComputeBackendBucketSignedURLKeys ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeBackendBucketSignedURLKeys(namespace string) v1alpha1.ComputeBackendBucketSignedURLKeyInterface

func (*FakeGoogleV1alpha1) ComputeBackendBuckets ¶

func (c *FakeGoogleV1alpha1) ComputeBackendBuckets(namespace string) v1alpha1.ComputeBackendBucketInterface

func (*FakeGoogleV1alpha1) ComputeBackendServiceSignedURLKeys ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeBackendServiceSignedURLKeys(namespace string) v1alpha1.ComputeBackendServiceSignedURLKeyInterface

func (*FakeGoogleV1alpha1) ComputeBackendServices ¶

func (c *FakeGoogleV1alpha1) ComputeBackendServices(namespace string) v1alpha1.ComputeBackendServiceInterface

func (*FakeGoogleV1alpha1) ComputeDiskResourcePolicyAttachments ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeDiskResourcePolicyAttachments(namespace string) v1alpha1.ComputeDiskResourcePolicyAttachmentInterface

func (*FakeGoogleV1alpha1) ComputeDisks ¶

func (c *FakeGoogleV1alpha1) ComputeDisks(namespace string) v1alpha1.ComputeDiskInterface

func (*FakeGoogleV1alpha1) ComputeFirewalls ¶

func (c *FakeGoogleV1alpha1) ComputeFirewalls(namespace string) v1alpha1.ComputeFirewallInterface

func (*FakeGoogleV1alpha1) ComputeForwardingRules ¶

func (c *FakeGoogleV1alpha1) ComputeForwardingRules(namespace string) v1alpha1.ComputeForwardingRuleInterface

func (*FakeGoogleV1alpha1) ComputeGlobalAddresses ¶

func (c *FakeGoogleV1alpha1) ComputeGlobalAddresses(namespace string) v1alpha1.ComputeGlobalAddressInterface

func (*FakeGoogleV1alpha1) ComputeGlobalForwardingRules ¶

func (c *FakeGoogleV1alpha1) ComputeGlobalForwardingRules(namespace string) v1alpha1.ComputeGlobalForwardingRuleInterface

func (*FakeGoogleV1alpha1) ComputeHTTPHealthChecks ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) ComputeHTTPHealthChecks(namespace string) v1alpha1.ComputeHTTPHealthCheckInterface

func (*FakeGoogleV1alpha1) ComputeHTTPSHealthChecks ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) ComputeHTTPSHealthChecks(namespace string) v1alpha1.ComputeHTTPSHealthCheckInterface

func (*FakeGoogleV1alpha1) ComputeHealthChecks ¶

func (c *FakeGoogleV1alpha1) ComputeHealthChecks(namespace string) v1alpha1.ComputeHealthCheckInterface

func (*FakeGoogleV1alpha1) ComputeImages ¶

func (c *FakeGoogleV1alpha1) ComputeImages(namespace string) v1alpha1.ComputeImageInterface

func (*FakeGoogleV1alpha1) ComputeInstanceFromTemplates ¶

func (c *FakeGoogleV1alpha1) ComputeInstanceFromTemplates(namespace string) v1alpha1.ComputeInstanceFromTemplateInterface

func (*FakeGoogleV1alpha1) ComputeInstanceGroupManagers ¶

func (c *FakeGoogleV1alpha1) ComputeInstanceGroupManagers(namespace string) v1alpha1.ComputeInstanceGroupManagerInterface

func (*FakeGoogleV1alpha1) ComputeInstanceGroups ¶

func (c *FakeGoogleV1alpha1) ComputeInstanceGroups(namespace string) v1alpha1.ComputeInstanceGroupInterface

func (*FakeGoogleV1alpha1) ComputeInstanceIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeInstanceIamBindings(namespace string) v1alpha1.ComputeInstanceIamBindingInterface

func (*FakeGoogleV1alpha1) ComputeInstanceIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeInstanceIamMembers(namespace string) v1alpha1.ComputeInstanceIamMemberInterface

func (*FakeGoogleV1alpha1) ComputeInstanceIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeInstanceIamPolicies(namespace string) v1alpha1.ComputeInstanceIamPolicyInterface

func (*FakeGoogleV1alpha1) ComputeInstanceTemplates ¶

func (c *FakeGoogleV1alpha1) ComputeInstanceTemplates(namespace string) v1alpha1.ComputeInstanceTemplateInterface

func (*FakeGoogleV1alpha1) ComputeInstances ¶

func (c *FakeGoogleV1alpha1) ComputeInstances(namespace string) v1alpha1.ComputeInstanceInterface

func (*FakeGoogleV1alpha1) ComputeInterconnectAttachments ¶

func (c *FakeGoogleV1alpha1) ComputeInterconnectAttachments(namespace string) v1alpha1.ComputeInterconnectAttachmentInterface

func (*FakeGoogleV1alpha1) ComputeNetworkEndpointGroups ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeNetworkEndpointGroups(namespace string) v1alpha1.ComputeNetworkEndpointGroupInterface

func (*FakeGoogleV1alpha1) ComputeNetworkEndpoints ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeNetworkEndpoints(namespace string) v1alpha1.ComputeNetworkEndpointInterface

func (*FakeGoogleV1alpha1) ComputeNetworkPeerings ¶

func (c *FakeGoogleV1alpha1) ComputeNetworkPeerings(namespace string) v1alpha1.ComputeNetworkPeeringInterface

func (*FakeGoogleV1alpha1) ComputeNetworks ¶

func (c *FakeGoogleV1alpha1) ComputeNetworks(namespace string) v1alpha1.ComputeNetworkInterface

func (*FakeGoogleV1alpha1) ComputeNodeGroups ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeNodeGroups(namespace string) v1alpha1.ComputeNodeGroupInterface

func (*FakeGoogleV1alpha1) ComputeNodeTemplates ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeNodeTemplates(namespace string) v1alpha1.ComputeNodeTemplateInterface

func (*FakeGoogleV1alpha1) ComputeProjectDefaultNetworkTiers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeProjectDefaultNetworkTiers(namespace string) v1alpha1.ComputeProjectDefaultNetworkTierInterface

func (*FakeGoogleV1alpha1) ComputeProjectMetadataItems ¶

func (c *FakeGoogleV1alpha1) ComputeProjectMetadataItems(namespace string) v1alpha1.ComputeProjectMetadataItemInterface

func (*FakeGoogleV1alpha1) ComputeProjectMetadatas ¶

func (c *FakeGoogleV1alpha1) ComputeProjectMetadatas(namespace string) v1alpha1.ComputeProjectMetadataInterface

func (*FakeGoogleV1alpha1) ComputeRegionAutoscalers ¶

func (c *FakeGoogleV1alpha1) ComputeRegionAutoscalers(namespace string) v1alpha1.ComputeRegionAutoscalerInterface

func (*FakeGoogleV1alpha1) ComputeRegionBackendServices ¶

func (c *FakeGoogleV1alpha1) ComputeRegionBackendServices(namespace string) v1alpha1.ComputeRegionBackendServiceInterface

func (*FakeGoogleV1alpha1) ComputeRegionDisks ¶

func (c *FakeGoogleV1alpha1) ComputeRegionDisks(namespace string) v1alpha1.ComputeRegionDiskInterface

func (*FakeGoogleV1alpha1) ComputeRegionInstanceGroupManagers ¶

func (c *FakeGoogleV1alpha1) ComputeRegionInstanceGroupManagers(namespace string) v1alpha1.ComputeRegionInstanceGroupManagerInterface

func (*FakeGoogleV1alpha1) ComputeReservations ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeReservations(namespace string) v1alpha1.ComputeReservationInterface

func (*FakeGoogleV1alpha1) ComputeResourcePolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeResourcePolicies(namespace string) v1alpha1.ComputeResourcePolicyInterface

func (*FakeGoogleV1alpha1) ComputeRouterInterfaces ¶

func (c *FakeGoogleV1alpha1) ComputeRouterInterfaces(namespace string) v1alpha1.ComputeRouterInterfaceInterface

func (*FakeGoogleV1alpha1) ComputeRouterNATs ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) ComputeRouterNATs(namespace string) v1alpha1.ComputeRouterNATInterface

func (*FakeGoogleV1alpha1) ComputeRouterPeers ¶

func (c *FakeGoogleV1alpha1) ComputeRouterPeers(namespace string) v1alpha1.ComputeRouterPeerInterface

func (*FakeGoogleV1alpha1) ComputeRouters ¶

func (c *FakeGoogleV1alpha1) ComputeRouters(namespace string) v1alpha1.ComputeRouterInterface

func (*FakeGoogleV1alpha1) ComputeRoutes ¶

func (c *FakeGoogleV1alpha1) ComputeRoutes(namespace string) v1alpha1.ComputeRouteInterface

func (*FakeGoogleV1alpha1) ComputeSSLCertificates ¶ added in v0.0.3

func (c *FakeGoogleV1alpha1) ComputeSSLCertificates(namespace string) v1alpha1.ComputeSSLCertificateInterface

func (*FakeGoogleV1alpha1) ComputeSSLPolicies ¶ added in v0.0.3

func (c *FakeGoogleV1alpha1) ComputeSSLPolicies(namespace string) v1alpha1.ComputeSSLPolicyInterface

func (*FakeGoogleV1alpha1) ComputeSecurityPolicies ¶

func (c *FakeGoogleV1alpha1) ComputeSecurityPolicies(namespace string) v1alpha1.ComputeSecurityPolicyInterface

func (*FakeGoogleV1alpha1) ComputeSharedVpcHostProjects ¶

func (c *FakeGoogleV1alpha1) ComputeSharedVpcHostProjects(namespace string) v1alpha1.ComputeSharedVpcHostProjectInterface

func (*FakeGoogleV1alpha1) ComputeSharedVpcServiceProjects ¶

func (c *FakeGoogleV1alpha1) ComputeSharedVpcServiceProjects(namespace string) v1alpha1.ComputeSharedVpcServiceProjectInterface

func (*FakeGoogleV1alpha1) ComputeSnapshots ¶

func (c *FakeGoogleV1alpha1) ComputeSnapshots(namespace string) v1alpha1.ComputeSnapshotInterface

func (*FakeGoogleV1alpha1) ComputeSubnetworkIamBindings ¶

func (c *FakeGoogleV1alpha1) ComputeSubnetworkIamBindings(namespace string) v1alpha1.ComputeSubnetworkIamBindingInterface

func (*FakeGoogleV1alpha1) ComputeSubnetworkIamMembers ¶

func (c *FakeGoogleV1alpha1) ComputeSubnetworkIamMembers(namespace string) v1alpha1.ComputeSubnetworkIamMemberInterface

func (*FakeGoogleV1alpha1) ComputeSubnetworkIamPolicies ¶

func (c *FakeGoogleV1alpha1) ComputeSubnetworkIamPolicies(namespace string) v1alpha1.ComputeSubnetworkIamPolicyInterface

func (*FakeGoogleV1alpha1) ComputeSubnetworks ¶

func (c *FakeGoogleV1alpha1) ComputeSubnetworks(namespace string) v1alpha1.ComputeSubnetworkInterface

func (*FakeGoogleV1alpha1) ComputeTargetHTTPProxies ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) ComputeTargetHTTPProxies(namespace string) v1alpha1.ComputeTargetHTTPProxyInterface

func (*FakeGoogleV1alpha1) ComputeTargetHTTPSProxies ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) ComputeTargetHTTPSProxies(namespace string) v1alpha1.ComputeTargetHTTPSProxyInterface

func (*FakeGoogleV1alpha1) ComputeTargetInstances ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ComputeTargetInstances(namespace string) v1alpha1.ComputeTargetInstanceInterface

func (*FakeGoogleV1alpha1) ComputeTargetPools ¶

func (c *FakeGoogleV1alpha1) ComputeTargetPools(namespace string) v1alpha1.ComputeTargetPoolInterface

func (*FakeGoogleV1alpha1) ComputeTargetSSLProxies ¶ added in v0.0.3

func (c *FakeGoogleV1alpha1) ComputeTargetSSLProxies(namespace string) v1alpha1.ComputeTargetSSLProxyInterface

func (*FakeGoogleV1alpha1) ComputeTargetTcpProxies ¶

func (c *FakeGoogleV1alpha1) ComputeTargetTcpProxies(namespace string) v1alpha1.ComputeTargetTcpProxyInterface

func (*FakeGoogleV1alpha1) ComputeURLMaps ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) ComputeURLMaps(namespace string) v1alpha1.ComputeURLMapInterface

func (*FakeGoogleV1alpha1) ComputeVPNGateways ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) ComputeVPNGateways(namespace string) v1alpha1.ComputeVPNGatewayInterface

func (*FakeGoogleV1alpha1) ComputeVPNTunnels ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) ComputeVPNTunnels(namespace string) v1alpha1.ComputeVPNTunnelInterface

func (*FakeGoogleV1alpha1) ContainerAnalysisNotes ¶

func (c *FakeGoogleV1alpha1) ContainerAnalysisNotes(namespace string) v1alpha1.ContainerAnalysisNoteInterface

func (*FakeGoogleV1alpha1) ContainerClusters ¶

func (c *FakeGoogleV1alpha1) ContainerClusters(namespace string) v1alpha1.ContainerClusterInterface

func (*FakeGoogleV1alpha1) ContainerNodePools ¶

func (c *FakeGoogleV1alpha1) ContainerNodePools(namespace string) v1alpha1.ContainerNodePoolInterface

func (*FakeGoogleV1alpha1) DataflowJobs ¶

func (c *FakeGoogleV1alpha1) DataflowJobs(namespace string) v1alpha1.DataflowJobInterface

func (*FakeGoogleV1alpha1) DataprocClusterIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) DataprocClusterIamBindings(namespace string) v1alpha1.DataprocClusterIamBindingInterface

func (*FakeGoogleV1alpha1) DataprocClusterIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) DataprocClusterIamMembers(namespace string) v1alpha1.DataprocClusterIamMemberInterface

func (*FakeGoogleV1alpha1) DataprocClusterIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) DataprocClusterIamPolicies(namespace string) v1alpha1.DataprocClusterIamPolicyInterface

func (*FakeGoogleV1alpha1) DataprocClusters ¶

func (c *FakeGoogleV1alpha1) DataprocClusters(namespace string) v1alpha1.DataprocClusterInterface

func (*FakeGoogleV1alpha1) DataprocJobIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) DataprocJobIamBindings(namespace string) v1alpha1.DataprocJobIamBindingInterface

func (*FakeGoogleV1alpha1) DataprocJobIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) DataprocJobIamMembers(namespace string) v1alpha1.DataprocJobIamMemberInterface

func (*FakeGoogleV1alpha1) DataprocJobIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) DataprocJobIamPolicies(namespace string) v1alpha1.DataprocJobIamPolicyInterface

func (*FakeGoogleV1alpha1) DataprocJobs ¶

func (c *FakeGoogleV1alpha1) DataprocJobs(namespace string) v1alpha1.DataprocJobInterface

func (*FakeGoogleV1alpha1) DnsManagedZones ¶

func (c *FakeGoogleV1alpha1) DnsManagedZones(namespace string) v1alpha1.DnsManagedZoneInterface

func (*FakeGoogleV1alpha1) DnsRecordSets ¶

func (c *FakeGoogleV1alpha1) DnsRecordSets(namespace string) v1alpha1.DnsRecordSetInterface

func (*FakeGoogleV1alpha1) EndpointsServices ¶

func (c *FakeGoogleV1alpha1) EndpointsServices(namespace string) v1alpha1.EndpointsServiceInterface

func (*FakeGoogleV1alpha1) FilestoreInstances ¶

func (c *FakeGoogleV1alpha1) FilestoreInstances(namespace string) v1alpha1.FilestoreInstanceInterface

func (*FakeGoogleV1alpha1) FirestoreIndexes ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) FirestoreIndexes(namespace string) v1alpha1.FirestoreIndexInterface

func (*FakeGoogleV1alpha1) FolderIamBindings ¶

func (c *FakeGoogleV1alpha1) FolderIamBindings(namespace string) v1alpha1.FolderIamBindingInterface

func (*FakeGoogleV1alpha1) FolderIamMembers ¶

func (c *FakeGoogleV1alpha1) FolderIamMembers(namespace string) v1alpha1.FolderIamMemberInterface

func (*FakeGoogleV1alpha1) FolderIamPolicies ¶

func (c *FakeGoogleV1alpha1) FolderIamPolicies(namespace string) v1alpha1.FolderIamPolicyInterface

func (*FakeGoogleV1alpha1) FolderOrganizationPolicies ¶

func (c *FakeGoogleV1alpha1) FolderOrganizationPolicies(namespace string) v1alpha1.FolderOrganizationPolicyInterface

func (*FakeGoogleV1alpha1) Folders ¶

func (c *FakeGoogleV1alpha1) Folders(namespace string) v1alpha1.FolderInterface

func (*FakeGoogleV1alpha1) IapAppEngineServiceIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapAppEngineServiceIamBindings(namespace string) v1alpha1.IapAppEngineServiceIamBindingInterface

func (*FakeGoogleV1alpha1) IapAppEngineServiceIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapAppEngineServiceIamMembers(namespace string) v1alpha1.IapAppEngineServiceIamMemberInterface

func (*FakeGoogleV1alpha1) IapAppEngineServiceIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapAppEngineServiceIamPolicies(namespace string) v1alpha1.IapAppEngineServiceIamPolicyInterface

func (*FakeGoogleV1alpha1) IapAppEngineVersionIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapAppEngineVersionIamBindings(namespace string) v1alpha1.IapAppEngineVersionIamBindingInterface

func (*FakeGoogleV1alpha1) IapAppEngineVersionIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapAppEngineVersionIamMembers(namespace string) v1alpha1.IapAppEngineVersionIamMemberInterface

func (*FakeGoogleV1alpha1) IapAppEngineVersionIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapAppEngineVersionIamPolicies(namespace string) v1alpha1.IapAppEngineVersionIamPolicyInterface

func (*FakeGoogleV1alpha1) IapWebBackendServiceIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebBackendServiceIamBindings(namespace string) v1alpha1.IapWebBackendServiceIamBindingInterface

func (*FakeGoogleV1alpha1) IapWebBackendServiceIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebBackendServiceIamMembers(namespace string) v1alpha1.IapWebBackendServiceIamMemberInterface

func (*FakeGoogleV1alpha1) IapWebBackendServiceIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebBackendServiceIamPolicies(namespace string) v1alpha1.IapWebBackendServiceIamPolicyInterface

func (*FakeGoogleV1alpha1) IapWebIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebIamBindings(namespace string) v1alpha1.IapWebIamBindingInterface

func (*FakeGoogleV1alpha1) IapWebIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebIamMembers(namespace string) v1alpha1.IapWebIamMemberInterface

func (*FakeGoogleV1alpha1) IapWebIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebIamPolicies(namespace string) v1alpha1.IapWebIamPolicyInterface

func (*FakeGoogleV1alpha1) IapWebTypeAppEngineIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebTypeAppEngineIamBindings(namespace string) v1alpha1.IapWebTypeAppEngineIamBindingInterface

func (*FakeGoogleV1alpha1) IapWebTypeAppEngineIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebTypeAppEngineIamMembers(namespace string) v1alpha1.IapWebTypeAppEngineIamMemberInterface

func (*FakeGoogleV1alpha1) IapWebTypeAppEngineIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebTypeAppEngineIamPolicies(namespace string) v1alpha1.IapWebTypeAppEngineIamPolicyInterface

func (*FakeGoogleV1alpha1) IapWebTypeComputeIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebTypeComputeIamBindings(namespace string) v1alpha1.IapWebTypeComputeIamBindingInterface

func (*FakeGoogleV1alpha1) IapWebTypeComputeIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebTypeComputeIamMembers(namespace string) v1alpha1.IapWebTypeComputeIamMemberInterface

func (*FakeGoogleV1alpha1) IapWebTypeComputeIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) IapWebTypeComputeIamPolicies(namespace string) v1alpha1.IapWebTypeComputeIamPolicyInterface

func (*FakeGoogleV1alpha1) KmsCryptoKeyIamBindings ¶

func (c *FakeGoogleV1alpha1) KmsCryptoKeyIamBindings(namespace string) v1alpha1.KmsCryptoKeyIamBindingInterface

func (*FakeGoogleV1alpha1) KmsCryptoKeyIamMembers ¶

func (c *FakeGoogleV1alpha1) KmsCryptoKeyIamMembers(namespace string) v1alpha1.KmsCryptoKeyIamMemberInterface

func (*FakeGoogleV1alpha1) KmsCryptoKeys ¶

func (c *FakeGoogleV1alpha1) KmsCryptoKeys(namespace string) v1alpha1.KmsCryptoKeyInterface

func (*FakeGoogleV1alpha1) KmsKeyRingIamBindings ¶

func (c *FakeGoogleV1alpha1) KmsKeyRingIamBindings(namespace string) v1alpha1.KmsKeyRingIamBindingInterface

func (*FakeGoogleV1alpha1) KmsKeyRingIamMembers ¶

func (c *FakeGoogleV1alpha1) KmsKeyRingIamMembers(namespace string) v1alpha1.KmsKeyRingIamMemberInterface

func (*FakeGoogleV1alpha1) KmsKeyRingIamPolicies ¶

func (c *FakeGoogleV1alpha1) KmsKeyRingIamPolicies(namespace string) v1alpha1.KmsKeyRingIamPolicyInterface

func (*FakeGoogleV1alpha1) KmsKeyRings ¶

func (c *FakeGoogleV1alpha1) KmsKeyRings(namespace string) v1alpha1.KmsKeyRingInterface

func (*FakeGoogleV1alpha1) LoggingBillingAccountExclusions ¶

func (c *FakeGoogleV1alpha1) LoggingBillingAccountExclusions(namespace string) v1alpha1.LoggingBillingAccountExclusionInterface

func (*FakeGoogleV1alpha1) LoggingBillingAccountSinks ¶

func (c *FakeGoogleV1alpha1) LoggingBillingAccountSinks(namespace string) v1alpha1.LoggingBillingAccountSinkInterface

func (*FakeGoogleV1alpha1) LoggingFolderExclusions ¶

func (c *FakeGoogleV1alpha1) LoggingFolderExclusions(namespace string) v1alpha1.LoggingFolderExclusionInterface

func (*FakeGoogleV1alpha1) LoggingFolderSinks ¶

func (c *FakeGoogleV1alpha1) LoggingFolderSinks(namespace string) v1alpha1.LoggingFolderSinkInterface

func (*FakeGoogleV1alpha1) LoggingMetrics ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) LoggingMetrics(namespace string) v1alpha1.LoggingMetricInterface

func (*FakeGoogleV1alpha1) LoggingOrganizationExclusions ¶

func (c *FakeGoogleV1alpha1) LoggingOrganizationExclusions(namespace string) v1alpha1.LoggingOrganizationExclusionInterface

func (*FakeGoogleV1alpha1) LoggingOrganizationSinks ¶

func (c *FakeGoogleV1alpha1) LoggingOrganizationSinks(namespace string) v1alpha1.LoggingOrganizationSinkInterface

func (*FakeGoogleV1alpha1) LoggingProjectExclusions ¶

func (c *FakeGoogleV1alpha1) LoggingProjectExclusions(namespace string) v1alpha1.LoggingProjectExclusionInterface

func (*FakeGoogleV1alpha1) LoggingProjectSinks ¶

func (c *FakeGoogleV1alpha1) LoggingProjectSinks(namespace string) v1alpha1.LoggingProjectSinkInterface

func (*FakeGoogleV1alpha1) MlEngineModels ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) MlEngineModels(namespace string) v1alpha1.MlEngineModelInterface

func (*FakeGoogleV1alpha1) MonitoringAlertPolicies ¶

func (c *FakeGoogleV1alpha1) MonitoringAlertPolicies(namespace string) v1alpha1.MonitoringAlertPolicyInterface

func (*FakeGoogleV1alpha1) MonitoringGroups ¶

func (c *FakeGoogleV1alpha1) MonitoringGroups(namespace string) v1alpha1.MonitoringGroupInterface

func (*FakeGoogleV1alpha1) MonitoringNotificationChannels ¶

func (c *FakeGoogleV1alpha1) MonitoringNotificationChannels(namespace string) v1alpha1.MonitoringNotificationChannelInterface

func (*FakeGoogleV1alpha1) MonitoringUptimeCheckConfigs ¶

func (c *FakeGoogleV1alpha1) MonitoringUptimeCheckConfigs(namespace string) v1alpha1.MonitoringUptimeCheckConfigInterface

func (*FakeGoogleV1alpha1) OrganizationIamBindings ¶

func (c *FakeGoogleV1alpha1) OrganizationIamBindings(namespace string) v1alpha1.OrganizationIamBindingInterface

func (*FakeGoogleV1alpha1) OrganizationIamCustomRoles ¶

func (c *FakeGoogleV1alpha1) OrganizationIamCustomRoles(namespace string) v1alpha1.OrganizationIamCustomRoleInterface

func (*FakeGoogleV1alpha1) OrganizationIamMembers ¶

func (c *FakeGoogleV1alpha1) OrganizationIamMembers(namespace string) v1alpha1.OrganizationIamMemberInterface

func (*FakeGoogleV1alpha1) OrganizationIamPolicies ¶

func (c *FakeGoogleV1alpha1) OrganizationIamPolicies(namespace string) v1alpha1.OrganizationIamPolicyInterface

func (*FakeGoogleV1alpha1) OrganizationPolicies ¶

func (c *FakeGoogleV1alpha1) OrganizationPolicies(namespace string) v1alpha1.OrganizationPolicyInterface

func (*FakeGoogleV1alpha1) ProjectIamAuditConfigs ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ProjectIamAuditConfigs(namespace string) v1alpha1.ProjectIamAuditConfigInterface

func (*FakeGoogleV1alpha1) ProjectIamBindings ¶

func (c *FakeGoogleV1alpha1) ProjectIamBindings(namespace string) v1alpha1.ProjectIamBindingInterface

func (*FakeGoogleV1alpha1) ProjectIamCustomRoles ¶

func (c *FakeGoogleV1alpha1) ProjectIamCustomRoles(namespace string) v1alpha1.ProjectIamCustomRoleInterface

func (*FakeGoogleV1alpha1) ProjectIamMembers ¶

func (c *FakeGoogleV1alpha1) ProjectIamMembers(namespace string) v1alpha1.ProjectIamMemberInterface

func (*FakeGoogleV1alpha1) ProjectIamPolicies ¶

func (c *FakeGoogleV1alpha1) ProjectIamPolicies(namespace string) v1alpha1.ProjectIamPolicyInterface

func (*FakeGoogleV1alpha1) ProjectOrganizationPolicies ¶

func (c *FakeGoogleV1alpha1) ProjectOrganizationPolicies(namespace string) v1alpha1.ProjectOrganizationPolicyInterface

func (*FakeGoogleV1alpha1) ProjectServiceBatches ¶ added in v0.0.5

func (c *FakeGoogleV1alpha1) ProjectServiceBatches(namespace string) v1alpha1.ProjectServiceBatchInterface

func (*FakeGoogleV1alpha1) ProjectServices ¶

func (c *FakeGoogleV1alpha1) ProjectServices(namespace string) v1alpha1.ProjectServiceInterface

func (*FakeGoogleV1alpha1) ProjectUsageExportBuckets ¶

func (c *FakeGoogleV1alpha1) ProjectUsageExportBuckets(namespace string) v1alpha1.ProjectUsageExportBucketInterface

func (*FakeGoogleV1alpha1) Projects ¶

func (c *FakeGoogleV1alpha1) Projects(namespace string) v1alpha1.ProjectInterface

func (*FakeGoogleV1alpha1) PubsubSubscriptionIamBindings ¶

func (c *FakeGoogleV1alpha1) PubsubSubscriptionIamBindings(namespace string) v1alpha1.PubsubSubscriptionIamBindingInterface

func (*FakeGoogleV1alpha1) PubsubSubscriptionIamMembers ¶

func (c *FakeGoogleV1alpha1) PubsubSubscriptionIamMembers(namespace string) v1alpha1.PubsubSubscriptionIamMemberInterface

func (*FakeGoogleV1alpha1) PubsubSubscriptionIamPolicies ¶

func (c *FakeGoogleV1alpha1) PubsubSubscriptionIamPolicies(namespace string) v1alpha1.PubsubSubscriptionIamPolicyInterface

func (*FakeGoogleV1alpha1) PubsubSubscriptions ¶

func (c *FakeGoogleV1alpha1) PubsubSubscriptions(namespace string) v1alpha1.PubsubSubscriptionInterface

func (*FakeGoogleV1alpha1) PubsubTopicIamBindings ¶

func (c *FakeGoogleV1alpha1) PubsubTopicIamBindings(namespace string) v1alpha1.PubsubTopicIamBindingInterface

func (*FakeGoogleV1alpha1) PubsubTopicIamMembers ¶

func (c *FakeGoogleV1alpha1) PubsubTopicIamMembers(namespace string) v1alpha1.PubsubTopicIamMemberInterface

func (*FakeGoogleV1alpha1) PubsubTopicIamPolicies ¶

func (c *FakeGoogleV1alpha1) PubsubTopicIamPolicies(namespace string) v1alpha1.PubsubTopicIamPolicyInterface

func (*FakeGoogleV1alpha1) PubsubTopics ¶

func (c *FakeGoogleV1alpha1) PubsubTopics(namespace string) v1alpha1.PubsubTopicInterface

func (*FakeGoogleV1alpha1) RESTClient ¶

func (c *FakeGoogleV1alpha1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*FakeGoogleV1alpha1) RedisInstances ¶

func (c *FakeGoogleV1alpha1) RedisInstances(namespace string) v1alpha1.RedisInstanceInterface

func (*FakeGoogleV1alpha1) ResourceManagerLiens ¶

func (c *FakeGoogleV1alpha1) ResourceManagerLiens(namespace string) v1alpha1.ResourceManagerLienInterface

func (*FakeGoogleV1alpha1) RuntimeconfigConfigIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) RuntimeconfigConfigIamBindings(namespace string) v1alpha1.RuntimeconfigConfigIamBindingInterface

func (*FakeGoogleV1alpha1) RuntimeconfigConfigIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) RuntimeconfigConfigIamMembers(namespace string) v1alpha1.RuntimeconfigConfigIamMemberInterface

func (*FakeGoogleV1alpha1) RuntimeconfigConfigIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) RuntimeconfigConfigIamPolicies(namespace string) v1alpha1.RuntimeconfigConfigIamPolicyInterface

func (*FakeGoogleV1alpha1) RuntimeconfigConfigs ¶

func (c *FakeGoogleV1alpha1) RuntimeconfigConfigs(namespace string) v1alpha1.RuntimeconfigConfigInterface

func (*FakeGoogleV1alpha1) RuntimeconfigVariables ¶

func (c *FakeGoogleV1alpha1) RuntimeconfigVariables(namespace string) v1alpha1.RuntimeconfigVariableInterface

func (*FakeGoogleV1alpha1) SccSources ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) SccSources(namespace string) v1alpha1.SccSourceInterface

func (*FakeGoogleV1alpha1) ServiceAccountIamBindings ¶

func (c *FakeGoogleV1alpha1) ServiceAccountIamBindings(namespace string) v1alpha1.ServiceAccountIamBindingInterface

func (*FakeGoogleV1alpha1) ServiceAccountIamMembers ¶

func (c *FakeGoogleV1alpha1) ServiceAccountIamMembers(namespace string) v1alpha1.ServiceAccountIamMemberInterface

func (*FakeGoogleV1alpha1) ServiceAccountIamPolicies ¶

func (c *FakeGoogleV1alpha1) ServiceAccountIamPolicies(namespace string) v1alpha1.ServiceAccountIamPolicyInterface

func (*FakeGoogleV1alpha1) ServiceAccountKeys ¶

func (c *FakeGoogleV1alpha1) ServiceAccountKeys(namespace string) v1alpha1.ServiceAccountKeyInterface

func (*FakeGoogleV1alpha1) ServiceAccounts ¶

func (c *FakeGoogleV1alpha1) ServiceAccounts(namespace string) v1alpha1.ServiceAccountInterface

func (*FakeGoogleV1alpha1) ServiceNetworkingConnections ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) ServiceNetworkingConnections(namespace string) v1alpha1.ServiceNetworkingConnectionInterface

func (*FakeGoogleV1alpha1) SourcerepoRepositories ¶

func (c *FakeGoogleV1alpha1) SourcerepoRepositories(namespace string) v1alpha1.SourcerepoRepositoryInterface

func (*FakeGoogleV1alpha1) SourcerepoRepositoryIamBindings ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) SourcerepoRepositoryIamBindings(namespace string) v1alpha1.SourcerepoRepositoryIamBindingInterface

func (*FakeGoogleV1alpha1) SourcerepoRepositoryIamMembers ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) SourcerepoRepositoryIamMembers(namespace string) v1alpha1.SourcerepoRepositoryIamMemberInterface

func (*FakeGoogleV1alpha1) SourcerepoRepositoryIamPolicies ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) SourcerepoRepositoryIamPolicies(namespace string) v1alpha1.SourcerepoRepositoryIamPolicyInterface

func (*FakeGoogleV1alpha1) SpannerDatabaseIamBindings ¶

func (c *FakeGoogleV1alpha1) SpannerDatabaseIamBindings(namespace string) v1alpha1.SpannerDatabaseIamBindingInterface

func (*FakeGoogleV1alpha1) SpannerDatabaseIamMembers ¶

func (c *FakeGoogleV1alpha1) SpannerDatabaseIamMembers(namespace string) v1alpha1.SpannerDatabaseIamMemberInterface

func (*FakeGoogleV1alpha1) SpannerDatabaseIamPolicies ¶

func (c *FakeGoogleV1alpha1) SpannerDatabaseIamPolicies(namespace string) v1alpha1.SpannerDatabaseIamPolicyInterface

func (*FakeGoogleV1alpha1) SpannerDatabases ¶

func (c *FakeGoogleV1alpha1) SpannerDatabases(namespace string) v1alpha1.SpannerDatabaseInterface

func (*FakeGoogleV1alpha1) SpannerInstanceIamBindings ¶

func (c *FakeGoogleV1alpha1) SpannerInstanceIamBindings(namespace string) v1alpha1.SpannerInstanceIamBindingInterface

func (*FakeGoogleV1alpha1) SpannerInstanceIamMembers ¶

func (c *FakeGoogleV1alpha1) SpannerInstanceIamMembers(namespace string) v1alpha1.SpannerInstanceIamMemberInterface

func (*FakeGoogleV1alpha1) SpannerInstanceIamPolicies ¶

func (c *FakeGoogleV1alpha1) SpannerInstanceIamPolicies(namespace string) v1alpha1.SpannerInstanceIamPolicyInterface

func (*FakeGoogleV1alpha1) SpannerInstances ¶

func (c *FakeGoogleV1alpha1) SpannerInstances(namespace string) v1alpha1.SpannerInstanceInterface

func (*FakeGoogleV1alpha1) SqlDatabaseInstances ¶

func (c *FakeGoogleV1alpha1) SqlDatabaseInstances(namespace string) v1alpha1.SqlDatabaseInstanceInterface

func (*FakeGoogleV1alpha1) SqlDatabases ¶

func (c *FakeGoogleV1alpha1) SqlDatabases(namespace string) v1alpha1.SqlDatabaseInterface

func (*FakeGoogleV1alpha1) SqlSSLCerts ¶ added in v0.0.3

func (c *FakeGoogleV1alpha1) SqlSSLCerts(namespace string) v1alpha1.SqlSSLCertInterface

func (*FakeGoogleV1alpha1) SqlUsers ¶

func (c *FakeGoogleV1alpha1) SqlUsers(namespace string) v1alpha1.SqlUserInterface

func (*FakeGoogleV1alpha1) StorageBucketACLs ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) StorageBucketACLs(namespace string) v1alpha1.StorageBucketACLInterface

func (*FakeGoogleV1alpha1) StorageBucketAccessControls ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) StorageBucketAccessControls(namespace string) v1alpha1.StorageBucketAccessControlInterface

func (*FakeGoogleV1alpha1) StorageBucketIamBindings ¶

func (c *FakeGoogleV1alpha1) StorageBucketIamBindings(namespace string) v1alpha1.StorageBucketIamBindingInterface

func (*FakeGoogleV1alpha1) StorageBucketIamMembers ¶

func (c *FakeGoogleV1alpha1) StorageBucketIamMembers(namespace string) v1alpha1.StorageBucketIamMemberInterface

func (*FakeGoogleV1alpha1) StorageBucketIamPolicies ¶

func (c *FakeGoogleV1alpha1) StorageBucketIamPolicies(namespace string) v1alpha1.StorageBucketIamPolicyInterface

func (*FakeGoogleV1alpha1) StorageBucketObjects ¶

func (c *FakeGoogleV1alpha1) StorageBucketObjects(namespace string) v1alpha1.StorageBucketObjectInterface

func (*FakeGoogleV1alpha1) StorageBuckets ¶

func (c *FakeGoogleV1alpha1) StorageBuckets(namespace string) v1alpha1.StorageBucketInterface

func (*FakeGoogleV1alpha1) StorageDefaultObjectACLs ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) StorageDefaultObjectACLs(namespace string) v1alpha1.StorageDefaultObjectACLInterface

func (*FakeGoogleV1alpha1) StorageDefaultObjectAccessControls ¶

func (c *FakeGoogleV1alpha1) StorageDefaultObjectAccessControls(namespace string) v1alpha1.StorageDefaultObjectAccessControlInterface

func (*FakeGoogleV1alpha1) StorageNotifications ¶

func (c *FakeGoogleV1alpha1) StorageNotifications(namespace string) v1alpha1.StorageNotificationInterface

func (*FakeGoogleV1alpha1) StorageObjectACLs ¶ added in v0.0.2

func (c *FakeGoogleV1alpha1) StorageObjectACLs(namespace string) v1alpha1.StorageObjectACLInterface

func (*FakeGoogleV1alpha1) StorageObjectAccessControls ¶

func (c *FakeGoogleV1alpha1) StorageObjectAccessControls(namespace string) v1alpha1.StorageObjectAccessControlInterface

func (*FakeGoogleV1alpha1) StorageTransferJobs ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) StorageTransferJobs(namespace string) v1alpha1.StorageTransferJobInterface

func (*FakeGoogleV1alpha1) TpuNodes ¶ added in v0.2.0

func (c *FakeGoogleV1alpha1) TpuNodes(namespace string) v1alpha1.TpuNodeInterface

type FakeIapAppEngineServiceIamBindings ¶ added in v0.2.0

type FakeIapAppEngineServiceIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapAppEngineServiceIamBindings implements IapAppEngineServiceIamBindingInterface

func (*FakeIapAppEngineServiceIamBindings) Create ¶ added in v0.2.0

Create takes the representation of a iapAppEngineServiceIamBinding and creates it. Returns the server's representation of the iapAppEngineServiceIamBinding, and an error, if there is any.

func (*FakeIapAppEngineServiceIamBindings) Delete ¶ added in v0.2.0

Delete takes name of the iapAppEngineServiceIamBinding and deletes it. Returns an error if one occurs.

func (*FakeIapAppEngineServiceIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapAppEngineServiceIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapAppEngineServiceIamBindings) Get ¶ added in v0.2.0

Get takes name of the iapAppEngineServiceIamBinding, and returns the corresponding iapAppEngineServiceIamBinding object, and an error if there is any.

func (*FakeIapAppEngineServiceIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapAppEngineServiceIamBindings that match those selectors.

func (*FakeIapAppEngineServiceIamBindings) Patch ¶ added in v0.2.0

func (c *FakeIapAppEngineServiceIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapAppEngineServiceIamBinding, err error)

Patch applies the patch and returns the patched iapAppEngineServiceIamBinding.

func (*FakeIapAppEngineServiceIamBindings) Update ¶ added in v0.2.0

Update takes the representation of a iapAppEngineServiceIamBinding and updates it. Returns the server's representation of the iapAppEngineServiceIamBinding, and an error, if there is any.

func (*FakeIapAppEngineServiceIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapAppEngineServiceIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapAppEngineServiceIamBindings.

type FakeIapAppEngineServiceIamMembers ¶ added in v0.2.0

type FakeIapAppEngineServiceIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapAppEngineServiceIamMembers implements IapAppEngineServiceIamMemberInterface

func (*FakeIapAppEngineServiceIamMembers) Create ¶ added in v0.2.0

Create takes the representation of a iapAppEngineServiceIamMember and creates it. Returns the server's representation of the iapAppEngineServiceIamMember, and an error, if there is any.

func (*FakeIapAppEngineServiceIamMembers) Delete ¶ added in v0.2.0

Delete takes name of the iapAppEngineServiceIamMember and deletes it. Returns an error if one occurs.

func (*FakeIapAppEngineServiceIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapAppEngineServiceIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapAppEngineServiceIamMembers) Get ¶ added in v0.2.0

Get takes name of the iapAppEngineServiceIamMember, and returns the corresponding iapAppEngineServiceIamMember object, and an error if there is any.

func (*FakeIapAppEngineServiceIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapAppEngineServiceIamMembers that match those selectors.

func (*FakeIapAppEngineServiceIamMembers) Patch ¶ added in v0.2.0

func (c *FakeIapAppEngineServiceIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapAppEngineServiceIamMember, err error)

Patch applies the patch and returns the patched iapAppEngineServiceIamMember.

func (*FakeIapAppEngineServiceIamMembers) Update ¶ added in v0.2.0

Update takes the representation of a iapAppEngineServiceIamMember and updates it. Returns the server's representation of the iapAppEngineServiceIamMember, and an error, if there is any.

func (*FakeIapAppEngineServiceIamMembers) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapAppEngineServiceIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapAppEngineServiceIamMembers.

type FakeIapAppEngineServiceIamPolicies ¶ added in v0.2.0

type FakeIapAppEngineServiceIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapAppEngineServiceIamPolicies implements IapAppEngineServiceIamPolicyInterface

func (*FakeIapAppEngineServiceIamPolicies) Create ¶ added in v0.2.0

Create takes the representation of a iapAppEngineServiceIamPolicy and creates it. Returns the server's representation of the iapAppEngineServiceIamPolicy, and an error, if there is any.

func (*FakeIapAppEngineServiceIamPolicies) Delete ¶ added in v0.2.0

Delete takes name of the iapAppEngineServiceIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeIapAppEngineServiceIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapAppEngineServiceIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapAppEngineServiceIamPolicies) Get ¶ added in v0.2.0

Get takes name of the iapAppEngineServiceIamPolicy, and returns the corresponding iapAppEngineServiceIamPolicy object, and an error if there is any.

func (*FakeIapAppEngineServiceIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapAppEngineServiceIamPolicies that match those selectors.

func (*FakeIapAppEngineServiceIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeIapAppEngineServiceIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapAppEngineServiceIamPolicy, err error)

Patch applies the patch and returns the patched iapAppEngineServiceIamPolicy.

func (*FakeIapAppEngineServiceIamPolicies) Update ¶ added in v0.2.0

Update takes the representation of a iapAppEngineServiceIamPolicy and updates it. Returns the server's representation of the iapAppEngineServiceIamPolicy, and an error, if there is any.

func (*FakeIapAppEngineServiceIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapAppEngineServiceIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapAppEngineServiceIamPolicies.

type FakeIapAppEngineVersionIamBindings ¶ added in v0.2.0

type FakeIapAppEngineVersionIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapAppEngineVersionIamBindings implements IapAppEngineVersionIamBindingInterface

func (*FakeIapAppEngineVersionIamBindings) Create ¶ added in v0.2.0

Create takes the representation of a iapAppEngineVersionIamBinding and creates it. Returns the server's representation of the iapAppEngineVersionIamBinding, and an error, if there is any.

func (*FakeIapAppEngineVersionIamBindings) Delete ¶ added in v0.2.0

Delete takes name of the iapAppEngineVersionIamBinding and deletes it. Returns an error if one occurs.

func (*FakeIapAppEngineVersionIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapAppEngineVersionIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapAppEngineVersionIamBindings) Get ¶ added in v0.2.0

Get takes name of the iapAppEngineVersionIamBinding, and returns the corresponding iapAppEngineVersionIamBinding object, and an error if there is any.

func (*FakeIapAppEngineVersionIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapAppEngineVersionIamBindings that match those selectors.

func (*FakeIapAppEngineVersionIamBindings) Patch ¶ added in v0.2.0

func (c *FakeIapAppEngineVersionIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapAppEngineVersionIamBinding, err error)

Patch applies the patch and returns the patched iapAppEngineVersionIamBinding.

func (*FakeIapAppEngineVersionIamBindings) Update ¶ added in v0.2.0

Update takes the representation of a iapAppEngineVersionIamBinding and updates it. Returns the server's representation of the iapAppEngineVersionIamBinding, and an error, if there is any.

func (*FakeIapAppEngineVersionIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapAppEngineVersionIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapAppEngineVersionIamBindings.

type FakeIapAppEngineVersionIamMembers ¶ added in v0.2.0

type FakeIapAppEngineVersionIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapAppEngineVersionIamMembers implements IapAppEngineVersionIamMemberInterface

func (*FakeIapAppEngineVersionIamMembers) Create ¶ added in v0.2.0

Create takes the representation of a iapAppEngineVersionIamMember and creates it. Returns the server's representation of the iapAppEngineVersionIamMember, and an error, if there is any.

func (*FakeIapAppEngineVersionIamMembers) Delete ¶ added in v0.2.0

Delete takes name of the iapAppEngineVersionIamMember and deletes it. Returns an error if one occurs.

func (*FakeIapAppEngineVersionIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapAppEngineVersionIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapAppEngineVersionIamMembers) Get ¶ added in v0.2.0

Get takes name of the iapAppEngineVersionIamMember, and returns the corresponding iapAppEngineVersionIamMember object, and an error if there is any.

func (*FakeIapAppEngineVersionIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapAppEngineVersionIamMembers that match those selectors.

func (*FakeIapAppEngineVersionIamMembers) Patch ¶ added in v0.2.0

func (c *FakeIapAppEngineVersionIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapAppEngineVersionIamMember, err error)

Patch applies the patch and returns the patched iapAppEngineVersionIamMember.

func (*FakeIapAppEngineVersionIamMembers) Update ¶ added in v0.2.0

Update takes the representation of a iapAppEngineVersionIamMember and updates it. Returns the server's representation of the iapAppEngineVersionIamMember, and an error, if there is any.

func (*FakeIapAppEngineVersionIamMembers) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapAppEngineVersionIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapAppEngineVersionIamMembers.

type FakeIapAppEngineVersionIamPolicies ¶ added in v0.2.0

type FakeIapAppEngineVersionIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapAppEngineVersionIamPolicies implements IapAppEngineVersionIamPolicyInterface

func (*FakeIapAppEngineVersionIamPolicies) Create ¶ added in v0.2.0

Create takes the representation of a iapAppEngineVersionIamPolicy and creates it. Returns the server's representation of the iapAppEngineVersionIamPolicy, and an error, if there is any.

func (*FakeIapAppEngineVersionIamPolicies) Delete ¶ added in v0.2.0

Delete takes name of the iapAppEngineVersionIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeIapAppEngineVersionIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapAppEngineVersionIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapAppEngineVersionIamPolicies) Get ¶ added in v0.2.0

Get takes name of the iapAppEngineVersionIamPolicy, and returns the corresponding iapAppEngineVersionIamPolicy object, and an error if there is any.

func (*FakeIapAppEngineVersionIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapAppEngineVersionIamPolicies that match those selectors.

func (*FakeIapAppEngineVersionIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeIapAppEngineVersionIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapAppEngineVersionIamPolicy, err error)

Patch applies the patch and returns the patched iapAppEngineVersionIamPolicy.

func (*FakeIapAppEngineVersionIamPolicies) Update ¶ added in v0.2.0

Update takes the representation of a iapAppEngineVersionIamPolicy and updates it. Returns the server's representation of the iapAppEngineVersionIamPolicy, and an error, if there is any.

func (*FakeIapAppEngineVersionIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapAppEngineVersionIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapAppEngineVersionIamPolicies.

type FakeIapWebBackendServiceIamBindings ¶ added in v0.2.0

type FakeIapWebBackendServiceIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebBackendServiceIamBindings implements IapWebBackendServiceIamBindingInterface

func (*FakeIapWebBackendServiceIamBindings) Create ¶ added in v0.2.0

Create takes the representation of a iapWebBackendServiceIamBinding and creates it. Returns the server's representation of the iapWebBackendServiceIamBinding, and an error, if there is any.

func (*FakeIapWebBackendServiceIamBindings) Delete ¶ added in v0.2.0

Delete takes name of the iapWebBackendServiceIamBinding and deletes it. Returns an error if one occurs.

func (*FakeIapWebBackendServiceIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebBackendServiceIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebBackendServiceIamBindings) Get ¶ added in v0.2.0

Get takes name of the iapWebBackendServiceIamBinding, and returns the corresponding iapWebBackendServiceIamBinding object, and an error if there is any.

func (*FakeIapWebBackendServiceIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebBackendServiceIamBindings that match those selectors.

func (*FakeIapWebBackendServiceIamBindings) Patch ¶ added in v0.2.0

func (c *FakeIapWebBackendServiceIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebBackendServiceIamBinding, err error)

Patch applies the patch and returns the patched iapWebBackendServiceIamBinding.

func (*FakeIapWebBackendServiceIamBindings) Update ¶ added in v0.2.0

Update takes the representation of a iapWebBackendServiceIamBinding and updates it. Returns the server's representation of the iapWebBackendServiceIamBinding, and an error, if there is any.

func (*FakeIapWebBackendServiceIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebBackendServiceIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebBackendServiceIamBindings.

type FakeIapWebBackendServiceIamMembers ¶ added in v0.2.0

type FakeIapWebBackendServiceIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebBackendServiceIamMembers implements IapWebBackendServiceIamMemberInterface

func (*FakeIapWebBackendServiceIamMembers) Create ¶ added in v0.2.0

Create takes the representation of a iapWebBackendServiceIamMember and creates it. Returns the server's representation of the iapWebBackendServiceIamMember, and an error, if there is any.

func (*FakeIapWebBackendServiceIamMembers) Delete ¶ added in v0.2.0

Delete takes name of the iapWebBackendServiceIamMember and deletes it. Returns an error if one occurs.

func (*FakeIapWebBackendServiceIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebBackendServiceIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebBackendServiceIamMembers) Get ¶ added in v0.2.0

Get takes name of the iapWebBackendServiceIamMember, and returns the corresponding iapWebBackendServiceIamMember object, and an error if there is any.

func (*FakeIapWebBackendServiceIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebBackendServiceIamMembers that match those selectors.

func (*FakeIapWebBackendServiceIamMembers) Patch ¶ added in v0.2.0

func (c *FakeIapWebBackendServiceIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebBackendServiceIamMember, err error)

Patch applies the patch and returns the patched iapWebBackendServiceIamMember.

func (*FakeIapWebBackendServiceIamMembers) Update ¶ added in v0.2.0

Update takes the representation of a iapWebBackendServiceIamMember and updates it. Returns the server's representation of the iapWebBackendServiceIamMember, and an error, if there is any.

func (*FakeIapWebBackendServiceIamMembers) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebBackendServiceIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebBackendServiceIamMembers.

type FakeIapWebBackendServiceIamPolicies ¶ added in v0.2.0

type FakeIapWebBackendServiceIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebBackendServiceIamPolicies implements IapWebBackendServiceIamPolicyInterface

func (*FakeIapWebBackendServiceIamPolicies) Create ¶ added in v0.2.0

Create takes the representation of a iapWebBackendServiceIamPolicy and creates it. Returns the server's representation of the iapWebBackendServiceIamPolicy, and an error, if there is any.

func (*FakeIapWebBackendServiceIamPolicies) Delete ¶ added in v0.2.0

Delete takes name of the iapWebBackendServiceIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeIapWebBackendServiceIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebBackendServiceIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebBackendServiceIamPolicies) Get ¶ added in v0.2.0

Get takes name of the iapWebBackendServiceIamPolicy, and returns the corresponding iapWebBackendServiceIamPolicy object, and an error if there is any.

func (*FakeIapWebBackendServiceIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebBackendServiceIamPolicies that match those selectors.

func (*FakeIapWebBackendServiceIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeIapWebBackendServiceIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebBackendServiceIamPolicy, err error)

Patch applies the patch and returns the patched iapWebBackendServiceIamPolicy.

func (*FakeIapWebBackendServiceIamPolicies) Update ¶ added in v0.2.0

Update takes the representation of a iapWebBackendServiceIamPolicy and updates it. Returns the server's representation of the iapWebBackendServiceIamPolicy, and an error, if there is any.

func (*FakeIapWebBackendServiceIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebBackendServiceIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebBackendServiceIamPolicies.

type FakeIapWebIamBindings ¶ added in v0.2.0

type FakeIapWebIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebIamBindings implements IapWebIamBindingInterface

func (*FakeIapWebIamBindings) Create ¶ added in v0.2.0

func (c *FakeIapWebIamBindings) Create(ctx context.Context, iapWebIamBinding *v1alpha1.IapWebIamBinding, opts v1.CreateOptions) (result *v1alpha1.IapWebIamBinding, err error)

Create takes the representation of a iapWebIamBinding and creates it. Returns the server's representation of the iapWebIamBinding, and an error, if there is any.

func (*FakeIapWebIamBindings) Delete ¶ added in v0.2.0

func (c *FakeIapWebIamBindings) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the iapWebIamBinding and deletes it. Returns an error if one occurs.

func (*FakeIapWebIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebIamBindings) Get ¶ added in v0.2.0

func (c *FakeIapWebIamBindings) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.IapWebIamBinding, err error)

Get takes name of the iapWebIamBinding, and returns the corresponding iapWebIamBinding object, and an error if there is any.

func (*FakeIapWebIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebIamBindings that match those selectors.

func (*FakeIapWebIamBindings) Patch ¶ added in v0.2.0

func (c *FakeIapWebIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebIamBinding, err error)

Patch applies the patch and returns the patched iapWebIamBinding.

func (*FakeIapWebIamBindings) Update ¶ added in v0.2.0

func (c *FakeIapWebIamBindings) Update(ctx context.Context, iapWebIamBinding *v1alpha1.IapWebIamBinding, opts v1.UpdateOptions) (result *v1alpha1.IapWebIamBinding, err error)

Update takes the representation of a iapWebIamBinding and updates it. Returns the server's representation of the iapWebIamBinding, and an error, if there is any.

func (*FakeIapWebIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebIamBindings.

type FakeIapWebIamMembers ¶ added in v0.2.0

type FakeIapWebIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebIamMembers implements IapWebIamMemberInterface

func (*FakeIapWebIamMembers) Create ¶ added in v0.2.0

func (c *FakeIapWebIamMembers) Create(ctx context.Context, iapWebIamMember *v1alpha1.IapWebIamMember, opts v1.CreateOptions) (result *v1alpha1.IapWebIamMember, err error)

Create takes the representation of a iapWebIamMember and creates it. Returns the server's representation of the iapWebIamMember, and an error, if there is any.

func (*FakeIapWebIamMembers) Delete ¶ added in v0.2.0

func (c *FakeIapWebIamMembers) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the iapWebIamMember and deletes it. Returns an error if one occurs.

func (*FakeIapWebIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebIamMembers) Get ¶ added in v0.2.0

func (c *FakeIapWebIamMembers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.IapWebIamMember, err error)

Get takes name of the iapWebIamMember, and returns the corresponding iapWebIamMember object, and an error if there is any.

func (*FakeIapWebIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebIamMembers that match those selectors.

func (*FakeIapWebIamMembers) Patch ¶ added in v0.2.0

func (c *FakeIapWebIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebIamMember, err error)

Patch applies the patch and returns the patched iapWebIamMember.

func (*FakeIapWebIamMembers) Update ¶ added in v0.2.0

func (c *FakeIapWebIamMembers) Update(ctx context.Context, iapWebIamMember *v1alpha1.IapWebIamMember, opts v1.UpdateOptions) (result *v1alpha1.IapWebIamMember, err error)

Update takes the representation of a iapWebIamMember and updates it. Returns the server's representation of the iapWebIamMember, and an error, if there is any.

func (*FakeIapWebIamMembers) UpdateStatus ¶ added in v0.2.0

func (c *FakeIapWebIamMembers) UpdateStatus(ctx context.Context, iapWebIamMember *v1alpha1.IapWebIamMember, opts v1.UpdateOptions) (*v1alpha1.IapWebIamMember, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebIamMembers.

type FakeIapWebIamPolicies ¶ added in v0.2.0

type FakeIapWebIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebIamPolicies implements IapWebIamPolicyInterface

func (*FakeIapWebIamPolicies) Create ¶ added in v0.2.0

func (c *FakeIapWebIamPolicies) Create(ctx context.Context, iapWebIamPolicy *v1alpha1.IapWebIamPolicy, opts v1.CreateOptions) (result *v1alpha1.IapWebIamPolicy, err error)

Create takes the representation of a iapWebIamPolicy and creates it. Returns the server's representation of the iapWebIamPolicy, and an error, if there is any.

func (*FakeIapWebIamPolicies) Delete ¶ added in v0.2.0

func (c *FakeIapWebIamPolicies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the iapWebIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeIapWebIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebIamPolicies) Get ¶ added in v0.2.0

func (c *FakeIapWebIamPolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.IapWebIamPolicy, err error)

Get takes name of the iapWebIamPolicy, and returns the corresponding iapWebIamPolicy object, and an error if there is any.

func (*FakeIapWebIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebIamPolicies that match those selectors.

func (*FakeIapWebIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeIapWebIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebIamPolicy, err error)

Patch applies the patch and returns the patched iapWebIamPolicy.

func (*FakeIapWebIamPolicies) Update ¶ added in v0.2.0

func (c *FakeIapWebIamPolicies) Update(ctx context.Context, iapWebIamPolicy *v1alpha1.IapWebIamPolicy, opts v1.UpdateOptions) (result *v1alpha1.IapWebIamPolicy, err error)

Update takes the representation of a iapWebIamPolicy and updates it. Returns the server's representation of the iapWebIamPolicy, and an error, if there is any.

func (*FakeIapWebIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebIamPolicies.

type FakeIapWebTypeAppEngineIamBindings ¶ added in v0.2.0

type FakeIapWebTypeAppEngineIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebTypeAppEngineIamBindings implements IapWebTypeAppEngineIamBindingInterface

func (*FakeIapWebTypeAppEngineIamBindings) Create ¶ added in v0.2.0

Create takes the representation of a iapWebTypeAppEngineIamBinding and creates it. Returns the server's representation of the iapWebTypeAppEngineIamBinding, and an error, if there is any.

func (*FakeIapWebTypeAppEngineIamBindings) Delete ¶ added in v0.2.0

Delete takes name of the iapWebTypeAppEngineIamBinding and deletes it. Returns an error if one occurs.

func (*FakeIapWebTypeAppEngineIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebTypeAppEngineIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebTypeAppEngineIamBindings) Get ¶ added in v0.2.0

Get takes name of the iapWebTypeAppEngineIamBinding, and returns the corresponding iapWebTypeAppEngineIamBinding object, and an error if there is any.

func (*FakeIapWebTypeAppEngineIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebTypeAppEngineIamBindings that match those selectors.

func (*FakeIapWebTypeAppEngineIamBindings) Patch ¶ added in v0.2.0

func (c *FakeIapWebTypeAppEngineIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebTypeAppEngineIamBinding, err error)

Patch applies the patch and returns the patched iapWebTypeAppEngineIamBinding.

func (*FakeIapWebTypeAppEngineIamBindings) Update ¶ added in v0.2.0

Update takes the representation of a iapWebTypeAppEngineIamBinding and updates it. Returns the server's representation of the iapWebTypeAppEngineIamBinding, and an error, if there is any.

func (*FakeIapWebTypeAppEngineIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebTypeAppEngineIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebTypeAppEngineIamBindings.

type FakeIapWebTypeAppEngineIamMembers ¶ added in v0.2.0

type FakeIapWebTypeAppEngineIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebTypeAppEngineIamMembers implements IapWebTypeAppEngineIamMemberInterface

func (*FakeIapWebTypeAppEngineIamMembers) Create ¶ added in v0.2.0

Create takes the representation of a iapWebTypeAppEngineIamMember and creates it. Returns the server's representation of the iapWebTypeAppEngineIamMember, and an error, if there is any.

func (*FakeIapWebTypeAppEngineIamMembers) Delete ¶ added in v0.2.0

Delete takes name of the iapWebTypeAppEngineIamMember and deletes it. Returns an error if one occurs.

func (*FakeIapWebTypeAppEngineIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebTypeAppEngineIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebTypeAppEngineIamMembers) Get ¶ added in v0.2.0

Get takes name of the iapWebTypeAppEngineIamMember, and returns the corresponding iapWebTypeAppEngineIamMember object, and an error if there is any.

func (*FakeIapWebTypeAppEngineIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebTypeAppEngineIamMembers that match those selectors.

func (*FakeIapWebTypeAppEngineIamMembers) Patch ¶ added in v0.2.0

func (c *FakeIapWebTypeAppEngineIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebTypeAppEngineIamMember, err error)

Patch applies the patch and returns the patched iapWebTypeAppEngineIamMember.

func (*FakeIapWebTypeAppEngineIamMembers) Update ¶ added in v0.2.0

Update takes the representation of a iapWebTypeAppEngineIamMember and updates it. Returns the server's representation of the iapWebTypeAppEngineIamMember, and an error, if there is any.

func (*FakeIapWebTypeAppEngineIamMembers) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebTypeAppEngineIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebTypeAppEngineIamMembers.

type FakeIapWebTypeAppEngineIamPolicies ¶ added in v0.2.0

type FakeIapWebTypeAppEngineIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebTypeAppEngineIamPolicies implements IapWebTypeAppEngineIamPolicyInterface

func (*FakeIapWebTypeAppEngineIamPolicies) Create ¶ added in v0.2.0

Create takes the representation of a iapWebTypeAppEngineIamPolicy and creates it. Returns the server's representation of the iapWebTypeAppEngineIamPolicy, and an error, if there is any.

func (*FakeIapWebTypeAppEngineIamPolicies) Delete ¶ added in v0.2.0

Delete takes name of the iapWebTypeAppEngineIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeIapWebTypeAppEngineIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebTypeAppEngineIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebTypeAppEngineIamPolicies) Get ¶ added in v0.2.0

Get takes name of the iapWebTypeAppEngineIamPolicy, and returns the corresponding iapWebTypeAppEngineIamPolicy object, and an error if there is any.

func (*FakeIapWebTypeAppEngineIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebTypeAppEngineIamPolicies that match those selectors.

func (*FakeIapWebTypeAppEngineIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeIapWebTypeAppEngineIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebTypeAppEngineIamPolicy, err error)

Patch applies the patch and returns the patched iapWebTypeAppEngineIamPolicy.

func (*FakeIapWebTypeAppEngineIamPolicies) Update ¶ added in v0.2.0

Update takes the representation of a iapWebTypeAppEngineIamPolicy and updates it. Returns the server's representation of the iapWebTypeAppEngineIamPolicy, and an error, if there is any.

func (*FakeIapWebTypeAppEngineIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebTypeAppEngineIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebTypeAppEngineIamPolicies.

type FakeIapWebTypeComputeIamBindings ¶ added in v0.2.0

type FakeIapWebTypeComputeIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebTypeComputeIamBindings implements IapWebTypeComputeIamBindingInterface

func (*FakeIapWebTypeComputeIamBindings) Create ¶ added in v0.2.0

Create takes the representation of a iapWebTypeComputeIamBinding and creates it. Returns the server's representation of the iapWebTypeComputeIamBinding, and an error, if there is any.

func (*FakeIapWebTypeComputeIamBindings) Delete ¶ added in v0.2.0

Delete takes name of the iapWebTypeComputeIamBinding and deletes it. Returns an error if one occurs.

func (*FakeIapWebTypeComputeIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebTypeComputeIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebTypeComputeIamBindings) Get ¶ added in v0.2.0

Get takes name of the iapWebTypeComputeIamBinding, and returns the corresponding iapWebTypeComputeIamBinding object, and an error if there is any.

func (*FakeIapWebTypeComputeIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebTypeComputeIamBindings that match those selectors.

func (*FakeIapWebTypeComputeIamBindings) Patch ¶ added in v0.2.0

func (c *FakeIapWebTypeComputeIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebTypeComputeIamBinding, err error)

Patch applies the patch and returns the patched iapWebTypeComputeIamBinding.

func (*FakeIapWebTypeComputeIamBindings) Update ¶ added in v0.2.0

Update takes the representation of a iapWebTypeComputeIamBinding and updates it. Returns the server's representation of the iapWebTypeComputeIamBinding, and an error, if there is any.

func (*FakeIapWebTypeComputeIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebTypeComputeIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebTypeComputeIamBindings.

type FakeIapWebTypeComputeIamMembers ¶ added in v0.2.0

type FakeIapWebTypeComputeIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebTypeComputeIamMembers implements IapWebTypeComputeIamMemberInterface

func (*FakeIapWebTypeComputeIamMembers) Create ¶ added in v0.2.0

Create takes the representation of a iapWebTypeComputeIamMember and creates it. Returns the server's representation of the iapWebTypeComputeIamMember, and an error, if there is any.

func (*FakeIapWebTypeComputeIamMembers) Delete ¶ added in v0.2.0

Delete takes name of the iapWebTypeComputeIamMember and deletes it. Returns an error if one occurs.

func (*FakeIapWebTypeComputeIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebTypeComputeIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebTypeComputeIamMembers) Get ¶ added in v0.2.0

Get takes name of the iapWebTypeComputeIamMember, and returns the corresponding iapWebTypeComputeIamMember object, and an error if there is any.

func (*FakeIapWebTypeComputeIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebTypeComputeIamMembers that match those selectors.

func (*FakeIapWebTypeComputeIamMembers) Patch ¶ added in v0.2.0

func (c *FakeIapWebTypeComputeIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebTypeComputeIamMember, err error)

Patch applies the patch and returns the patched iapWebTypeComputeIamMember.

func (*FakeIapWebTypeComputeIamMembers) Update ¶ added in v0.2.0

Update takes the representation of a iapWebTypeComputeIamMember and updates it. Returns the server's representation of the iapWebTypeComputeIamMember, and an error, if there is any.

func (*FakeIapWebTypeComputeIamMembers) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebTypeComputeIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebTypeComputeIamMembers.

type FakeIapWebTypeComputeIamPolicies ¶ added in v0.2.0

type FakeIapWebTypeComputeIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeIapWebTypeComputeIamPolicies implements IapWebTypeComputeIamPolicyInterface

func (*FakeIapWebTypeComputeIamPolicies) Create ¶ added in v0.2.0

Create takes the representation of a iapWebTypeComputeIamPolicy and creates it. Returns the server's representation of the iapWebTypeComputeIamPolicy, and an error, if there is any.

func (*FakeIapWebTypeComputeIamPolicies) Delete ¶ added in v0.2.0

Delete takes name of the iapWebTypeComputeIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeIapWebTypeComputeIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeIapWebTypeComputeIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIapWebTypeComputeIamPolicies) Get ¶ added in v0.2.0

Get takes name of the iapWebTypeComputeIamPolicy, and returns the corresponding iapWebTypeComputeIamPolicy object, and an error if there is any.

func (*FakeIapWebTypeComputeIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of IapWebTypeComputeIamPolicies that match those selectors.

func (*FakeIapWebTypeComputeIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeIapWebTypeComputeIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IapWebTypeComputeIamPolicy, err error)

Patch applies the patch and returns the patched iapWebTypeComputeIamPolicy.

func (*FakeIapWebTypeComputeIamPolicies) Update ¶ added in v0.2.0

Update takes the representation of a iapWebTypeComputeIamPolicy and updates it. Returns the server's representation of the iapWebTypeComputeIamPolicy, and an error, if there is any.

func (*FakeIapWebTypeComputeIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIapWebTypeComputeIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested iapWebTypeComputeIamPolicies.

type FakeKmsCryptoKeyIamBindings ¶

type FakeKmsCryptoKeyIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeKmsCryptoKeyIamBindings implements KmsCryptoKeyIamBindingInterface

func (*FakeKmsCryptoKeyIamBindings) Create ¶

Create takes the representation of a kmsCryptoKeyIamBinding and creates it. Returns the server's representation of the kmsCryptoKeyIamBinding, and an error, if there is any.

func (*FakeKmsCryptoKeyIamBindings) Delete ¶

Delete takes name of the kmsCryptoKeyIamBinding and deletes it. Returns an error if one occurs.

func (*FakeKmsCryptoKeyIamBindings) DeleteCollection ¶

func (c *FakeKmsCryptoKeyIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeKmsCryptoKeyIamBindings) Get ¶

Get takes name of the kmsCryptoKeyIamBinding, and returns the corresponding kmsCryptoKeyIamBinding object, and an error if there is any.

func (*FakeKmsCryptoKeyIamBindings) List ¶

List takes label and field selectors, and returns the list of KmsCryptoKeyIamBindings that match those selectors.

func (*FakeKmsCryptoKeyIamBindings) Patch ¶

func (c *FakeKmsCryptoKeyIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.KmsCryptoKeyIamBinding, err error)

Patch applies the patch and returns the patched kmsCryptoKeyIamBinding.

func (*FakeKmsCryptoKeyIamBindings) Update ¶

Update takes the representation of a kmsCryptoKeyIamBinding and updates it. Returns the server's representation of the kmsCryptoKeyIamBinding, and an error, if there is any.

func (*FakeKmsCryptoKeyIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeKmsCryptoKeyIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested kmsCryptoKeyIamBindings.

type FakeKmsCryptoKeyIamMembers ¶

type FakeKmsCryptoKeyIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeKmsCryptoKeyIamMembers implements KmsCryptoKeyIamMemberInterface

func (*FakeKmsCryptoKeyIamMembers) Create ¶

Create takes the representation of a kmsCryptoKeyIamMember and creates it. Returns the server's representation of the kmsCryptoKeyIamMember, and an error, if there is any.

func (*FakeKmsCryptoKeyIamMembers) Delete ¶

Delete takes name of the kmsCryptoKeyIamMember and deletes it. Returns an error if one occurs.

func (*FakeKmsCryptoKeyIamMembers) DeleteCollection ¶

func (c *FakeKmsCryptoKeyIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeKmsCryptoKeyIamMembers) Get ¶

Get takes name of the kmsCryptoKeyIamMember, and returns the corresponding kmsCryptoKeyIamMember object, and an error if there is any.

func (*FakeKmsCryptoKeyIamMembers) List ¶

List takes label and field selectors, and returns the list of KmsCryptoKeyIamMembers that match those selectors.

func (*FakeKmsCryptoKeyIamMembers) Patch ¶

func (c *FakeKmsCryptoKeyIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.KmsCryptoKeyIamMember, err error)

Patch applies the patch and returns the patched kmsCryptoKeyIamMember.

func (*FakeKmsCryptoKeyIamMembers) Update ¶

Update takes the representation of a kmsCryptoKeyIamMember and updates it. Returns the server's representation of the kmsCryptoKeyIamMember, and an error, if there is any.

func (*FakeKmsCryptoKeyIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeKmsCryptoKeyIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested kmsCryptoKeyIamMembers.

type FakeKmsCryptoKeys ¶

type FakeKmsCryptoKeys struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeKmsCryptoKeys implements KmsCryptoKeyInterface

func (*FakeKmsCryptoKeys) Create ¶

func (c *FakeKmsCryptoKeys) Create(ctx context.Context, kmsCryptoKey *v1alpha1.KmsCryptoKey, opts v1.CreateOptions) (result *v1alpha1.KmsCryptoKey, err error)

Create takes the representation of a kmsCryptoKey and creates it. Returns the server's representation of the kmsCryptoKey, and an error, if there is any.

func (*FakeKmsCryptoKeys) Delete ¶

func (c *FakeKmsCryptoKeys) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the kmsCryptoKey and deletes it. Returns an error if one occurs.

func (*FakeKmsCryptoKeys) DeleteCollection ¶

func (c *FakeKmsCryptoKeys) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeKmsCryptoKeys) Get ¶

func (c *FakeKmsCryptoKeys) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.KmsCryptoKey, err error)

Get takes name of the kmsCryptoKey, and returns the corresponding kmsCryptoKey object, and an error if there is any.

func (*FakeKmsCryptoKeys) List ¶

func (c *FakeKmsCryptoKeys) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.KmsCryptoKeyList, err error)

List takes label and field selectors, and returns the list of KmsCryptoKeys that match those selectors.

func (*FakeKmsCryptoKeys) Patch ¶

func (c *FakeKmsCryptoKeys) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.KmsCryptoKey, err error)

Patch applies the patch and returns the patched kmsCryptoKey.

func (*FakeKmsCryptoKeys) Update ¶

func (c *FakeKmsCryptoKeys) Update(ctx context.Context, kmsCryptoKey *v1alpha1.KmsCryptoKey, opts v1.UpdateOptions) (result *v1alpha1.KmsCryptoKey, err error)

Update takes the representation of a kmsCryptoKey and updates it. Returns the server's representation of the kmsCryptoKey, and an error, if there is any.

func (*FakeKmsCryptoKeys) UpdateStatus ¶

func (c *FakeKmsCryptoKeys) UpdateStatus(ctx context.Context, kmsCryptoKey *v1alpha1.KmsCryptoKey, opts v1.UpdateOptions) (*v1alpha1.KmsCryptoKey, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeKmsCryptoKeys) Watch ¶

Watch returns a watch.Interface that watches the requested kmsCryptoKeys.

type FakeKmsKeyRingIamBindings ¶

type FakeKmsKeyRingIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeKmsKeyRingIamBindings implements KmsKeyRingIamBindingInterface

func (*FakeKmsKeyRingIamBindings) Create ¶

func (c *FakeKmsKeyRingIamBindings) Create(ctx context.Context, kmsKeyRingIamBinding *v1alpha1.KmsKeyRingIamBinding, opts v1.CreateOptions) (result *v1alpha1.KmsKeyRingIamBinding, err error)

Create takes the representation of a kmsKeyRingIamBinding and creates it. Returns the server's representation of the kmsKeyRingIamBinding, and an error, if there is any.

func (*FakeKmsKeyRingIamBindings) Delete ¶

Delete takes name of the kmsKeyRingIamBinding and deletes it. Returns an error if one occurs.

func (*FakeKmsKeyRingIamBindings) DeleteCollection ¶

func (c *FakeKmsKeyRingIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeKmsKeyRingIamBindings) Get ¶

Get takes name of the kmsKeyRingIamBinding, and returns the corresponding kmsKeyRingIamBinding object, and an error if there is any.

func (*FakeKmsKeyRingIamBindings) List ¶

List takes label and field selectors, and returns the list of KmsKeyRingIamBindings that match those selectors.

func (*FakeKmsKeyRingIamBindings) Patch ¶

func (c *FakeKmsKeyRingIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.KmsKeyRingIamBinding, err error)

Patch applies the patch and returns the patched kmsKeyRingIamBinding.

func (*FakeKmsKeyRingIamBindings) Update ¶

func (c *FakeKmsKeyRingIamBindings) Update(ctx context.Context, kmsKeyRingIamBinding *v1alpha1.KmsKeyRingIamBinding, opts v1.UpdateOptions) (result *v1alpha1.KmsKeyRingIamBinding, err error)

Update takes the representation of a kmsKeyRingIamBinding and updates it. Returns the server's representation of the kmsKeyRingIamBinding, and an error, if there is any.

func (*FakeKmsKeyRingIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeKmsKeyRingIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested kmsKeyRingIamBindings.

type FakeKmsKeyRingIamMembers ¶

type FakeKmsKeyRingIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeKmsKeyRingIamMembers implements KmsKeyRingIamMemberInterface

func (*FakeKmsKeyRingIamMembers) Create ¶

func (c *FakeKmsKeyRingIamMembers) Create(ctx context.Context, kmsKeyRingIamMember *v1alpha1.KmsKeyRingIamMember, opts v1.CreateOptions) (result *v1alpha1.KmsKeyRingIamMember, err error)

Create takes the representation of a kmsKeyRingIamMember and creates it. Returns the server's representation of the kmsKeyRingIamMember, and an error, if there is any.

func (*FakeKmsKeyRingIamMembers) Delete ¶

Delete takes name of the kmsKeyRingIamMember and deletes it. Returns an error if one occurs.

func (*FakeKmsKeyRingIamMembers) DeleteCollection ¶

func (c *FakeKmsKeyRingIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeKmsKeyRingIamMembers) Get ¶

func (c *FakeKmsKeyRingIamMembers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.KmsKeyRingIamMember, err error)

Get takes name of the kmsKeyRingIamMember, and returns the corresponding kmsKeyRingIamMember object, and an error if there is any.

func (*FakeKmsKeyRingIamMembers) List ¶

List takes label and field selectors, and returns the list of KmsKeyRingIamMembers that match those selectors.

func (*FakeKmsKeyRingIamMembers) Patch ¶

func (c *FakeKmsKeyRingIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.KmsKeyRingIamMember, err error)

Patch applies the patch and returns the patched kmsKeyRingIamMember.

func (*FakeKmsKeyRingIamMembers) Update ¶

func (c *FakeKmsKeyRingIamMembers) Update(ctx context.Context, kmsKeyRingIamMember *v1alpha1.KmsKeyRingIamMember, opts v1.UpdateOptions) (result *v1alpha1.KmsKeyRingIamMember, err error)

Update takes the representation of a kmsKeyRingIamMember and updates it. Returns the server's representation of the kmsKeyRingIamMember, and an error, if there is any.

func (*FakeKmsKeyRingIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeKmsKeyRingIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested kmsKeyRingIamMembers.

type FakeKmsKeyRingIamPolicies ¶

type FakeKmsKeyRingIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeKmsKeyRingIamPolicies implements KmsKeyRingIamPolicyInterface

func (*FakeKmsKeyRingIamPolicies) Create ¶

func (c *FakeKmsKeyRingIamPolicies) Create(ctx context.Context, kmsKeyRingIamPolicy *v1alpha1.KmsKeyRingIamPolicy, opts v1.CreateOptions) (result *v1alpha1.KmsKeyRingIamPolicy, err error)

Create takes the representation of a kmsKeyRingIamPolicy and creates it. Returns the server's representation of the kmsKeyRingIamPolicy, and an error, if there is any.

func (*FakeKmsKeyRingIamPolicies) Delete ¶

Delete takes name of the kmsKeyRingIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeKmsKeyRingIamPolicies) DeleteCollection ¶

func (c *FakeKmsKeyRingIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeKmsKeyRingIamPolicies) Get ¶

Get takes name of the kmsKeyRingIamPolicy, and returns the corresponding kmsKeyRingIamPolicy object, and an error if there is any.

func (*FakeKmsKeyRingIamPolicies) List ¶

List takes label and field selectors, and returns the list of KmsKeyRingIamPolicies that match those selectors.

func (*FakeKmsKeyRingIamPolicies) Patch ¶

func (c *FakeKmsKeyRingIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.KmsKeyRingIamPolicy, err error)

Patch applies the patch and returns the patched kmsKeyRingIamPolicy.

func (*FakeKmsKeyRingIamPolicies) Update ¶

func (c *FakeKmsKeyRingIamPolicies) Update(ctx context.Context, kmsKeyRingIamPolicy *v1alpha1.KmsKeyRingIamPolicy, opts v1.UpdateOptions) (result *v1alpha1.KmsKeyRingIamPolicy, err error)

Update takes the representation of a kmsKeyRingIamPolicy and updates it. Returns the server's representation of the kmsKeyRingIamPolicy, and an error, if there is any.

func (*FakeKmsKeyRingIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeKmsKeyRingIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested kmsKeyRingIamPolicies.

type FakeKmsKeyRings ¶

type FakeKmsKeyRings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeKmsKeyRings implements KmsKeyRingInterface

func (*FakeKmsKeyRings) Create ¶

func (c *FakeKmsKeyRings) Create(ctx context.Context, kmsKeyRing *v1alpha1.KmsKeyRing, opts v1.CreateOptions) (result *v1alpha1.KmsKeyRing, err error)

Create takes the representation of a kmsKeyRing and creates it. Returns the server's representation of the kmsKeyRing, and an error, if there is any.

func (*FakeKmsKeyRings) Delete ¶

func (c *FakeKmsKeyRings) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the kmsKeyRing and deletes it. Returns an error if one occurs.

func (*FakeKmsKeyRings) DeleteCollection ¶

func (c *FakeKmsKeyRings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeKmsKeyRings) Get ¶

func (c *FakeKmsKeyRings) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.KmsKeyRing, err error)

Get takes name of the kmsKeyRing, and returns the corresponding kmsKeyRing object, and an error if there is any.

func (*FakeKmsKeyRings) List ¶

func (c *FakeKmsKeyRings) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.KmsKeyRingList, err error)

List takes label and field selectors, and returns the list of KmsKeyRings that match those selectors.

func (*FakeKmsKeyRings) Patch ¶

func (c *FakeKmsKeyRings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.KmsKeyRing, err error)

Patch applies the patch and returns the patched kmsKeyRing.

func (*FakeKmsKeyRings) Update ¶

func (c *FakeKmsKeyRings) Update(ctx context.Context, kmsKeyRing *v1alpha1.KmsKeyRing, opts v1.UpdateOptions) (result *v1alpha1.KmsKeyRing, err error)

Update takes the representation of a kmsKeyRing and updates it. Returns the server's representation of the kmsKeyRing, and an error, if there is any.

func (*FakeKmsKeyRings) UpdateStatus ¶

func (c *FakeKmsKeyRings) UpdateStatus(ctx context.Context, kmsKeyRing *v1alpha1.KmsKeyRing, opts v1.UpdateOptions) (*v1alpha1.KmsKeyRing, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeKmsKeyRings) Watch ¶

Watch returns a watch.Interface that watches the requested kmsKeyRings.

type FakeLoggingBillingAccountExclusions ¶

type FakeLoggingBillingAccountExclusions struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeLoggingBillingAccountExclusions implements LoggingBillingAccountExclusionInterface

func (*FakeLoggingBillingAccountExclusions) Create ¶

Create takes the representation of a loggingBillingAccountExclusion and creates it. Returns the server's representation of the loggingBillingAccountExclusion, and an error, if there is any.

func (*FakeLoggingBillingAccountExclusions) Delete ¶

Delete takes name of the loggingBillingAccountExclusion and deletes it. Returns an error if one occurs.

func (*FakeLoggingBillingAccountExclusions) DeleteCollection ¶

func (c *FakeLoggingBillingAccountExclusions) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLoggingBillingAccountExclusions) Get ¶

Get takes name of the loggingBillingAccountExclusion, and returns the corresponding loggingBillingAccountExclusion object, and an error if there is any.

func (*FakeLoggingBillingAccountExclusions) List ¶

List takes label and field selectors, and returns the list of LoggingBillingAccountExclusions that match those selectors.

func (*FakeLoggingBillingAccountExclusions) Patch ¶

func (c *FakeLoggingBillingAccountExclusions) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LoggingBillingAccountExclusion, err error)

Patch applies the patch and returns the patched loggingBillingAccountExclusion.

func (*FakeLoggingBillingAccountExclusions) Update ¶

Update takes the representation of a loggingBillingAccountExclusion and updates it. Returns the server's representation of the loggingBillingAccountExclusion, and an error, if there is any.

func (*FakeLoggingBillingAccountExclusions) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLoggingBillingAccountExclusions) Watch ¶

Watch returns a watch.Interface that watches the requested loggingBillingAccountExclusions.

type FakeLoggingBillingAccountSinks ¶

type FakeLoggingBillingAccountSinks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeLoggingBillingAccountSinks implements LoggingBillingAccountSinkInterface

func (*FakeLoggingBillingAccountSinks) Create ¶

Create takes the representation of a loggingBillingAccountSink and creates it. Returns the server's representation of the loggingBillingAccountSink, and an error, if there is any.

func (*FakeLoggingBillingAccountSinks) Delete ¶

Delete takes name of the loggingBillingAccountSink and deletes it. Returns an error if one occurs.

func (*FakeLoggingBillingAccountSinks) DeleteCollection ¶

func (c *FakeLoggingBillingAccountSinks) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLoggingBillingAccountSinks) Get ¶

Get takes name of the loggingBillingAccountSink, and returns the corresponding loggingBillingAccountSink object, and an error if there is any.

func (*FakeLoggingBillingAccountSinks) List ¶

List takes label and field selectors, and returns the list of LoggingBillingAccountSinks that match those selectors.

func (*FakeLoggingBillingAccountSinks) Patch ¶

func (c *FakeLoggingBillingAccountSinks) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LoggingBillingAccountSink, err error)

Patch applies the patch and returns the patched loggingBillingAccountSink.

func (*FakeLoggingBillingAccountSinks) Update ¶

Update takes the representation of a loggingBillingAccountSink and updates it. Returns the server's representation of the loggingBillingAccountSink, and an error, if there is any.

func (*FakeLoggingBillingAccountSinks) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLoggingBillingAccountSinks) Watch ¶

Watch returns a watch.Interface that watches the requested loggingBillingAccountSinks.

type FakeLoggingFolderExclusions ¶

type FakeLoggingFolderExclusions struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeLoggingFolderExclusions implements LoggingFolderExclusionInterface

func (*FakeLoggingFolderExclusions) Create ¶

Create takes the representation of a loggingFolderExclusion and creates it. Returns the server's representation of the loggingFolderExclusion, and an error, if there is any.

func (*FakeLoggingFolderExclusions) Delete ¶

Delete takes name of the loggingFolderExclusion and deletes it. Returns an error if one occurs.

func (*FakeLoggingFolderExclusions) DeleteCollection ¶

func (c *FakeLoggingFolderExclusions) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLoggingFolderExclusions) Get ¶

Get takes name of the loggingFolderExclusion, and returns the corresponding loggingFolderExclusion object, and an error if there is any.

func (*FakeLoggingFolderExclusions) List ¶

List takes label and field selectors, and returns the list of LoggingFolderExclusions that match those selectors.

func (*FakeLoggingFolderExclusions) Patch ¶

func (c *FakeLoggingFolderExclusions) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LoggingFolderExclusion, err error)

Patch applies the patch and returns the patched loggingFolderExclusion.

func (*FakeLoggingFolderExclusions) Update ¶

Update takes the representation of a loggingFolderExclusion and updates it. Returns the server's representation of the loggingFolderExclusion, and an error, if there is any.

func (*FakeLoggingFolderExclusions) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLoggingFolderExclusions) Watch ¶

Watch returns a watch.Interface that watches the requested loggingFolderExclusions.

type FakeLoggingFolderSinks ¶

type FakeLoggingFolderSinks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeLoggingFolderSinks implements LoggingFolderSinkInterface

func (*FakeLoggingFolderSinks) Create ¶

func (c *FakeLoggingFolderSinks) Create(ctx context.Context, loggingFolderSink *v1alpha1.LoggingFolderSink, opts v1.CreateOptions) (result *v1alpha1.LoggingFolderSink, err error)

Create takes the representation of a loggingFolderSink and creates it. Returns the server's representation of the loggingFolderSink, and an error, if there is any.

func (*FakeLoggingFolderSinks) Delete ¶

func (c *FakeLoggingFolderSinks) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the loggingFolderSink and deletes it. Returns an error if one occurs.

func (*FakeLoggingFolderSinks) DeleteCollection ¶

func (c *FakeLoggingFolderSinks) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLoggingFolderSinks) Get ¶

func (c *FakeLoggingFolderSinks) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.LoggingFolderSink, err error)

Get takes name of the loggingFolderSink, and returns the corresponding loggingFolderSink object, and an error if there is any.

func (*FakeLoggingFolderSinks) List ¶

List takes label and field selectors, and returns the list of LoggingFolderSinks that match those selectors.

func (*FakeLoggingFolderSinks) Patch ¶

func (c *FakeLoggingFolderSinks) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LoggingFolderSink, err error)

Patch applies the patch and returns the patched loggingFolderSink.

func (*FakeLoggingFolderSinks) Update ¶

func (c *FakeLoggingFolderSinks) Update(ctx context.Context, loggingFolderSink *v1alpha1.LoggingFolderSink, opts v1.UpdateOptions) (result *v1alpha1.LoggingFolderSink, err error)

Update takes the representation of a loggingFolderSink and updates it. Returns the server's representation of the loggingFolderSink, and an error, if there is any.

func (*FakeLoggingFolderSinks) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLoggingFolderSinks) Watch ¶

Watch returns a watch.Interface that watches the requested loggingFolderSinks.

type FakeLoggingMetrics ¶ added in v0.2.0

type FakeLoggingMetrics struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeLoggingMetrics implements LoggingMetricInterface

func (*FakeLoggingMetrics) Create ¶ added in v0.2.0

func (c *FakeLoggingMetrics) Create(ctx context.Context, loggingMetric *v1alpha1.LoggingMetric, opts v1.CreateOptions) (result *v1alpha1.LoggingMetric, err error)

Create takes the representation of a loggingMetric and creates it. Returns the server's representation of the loggingMetric, and an error, if there is any.

func (*FakeLoggingMetrics) Delete ¶ added in v0.2.0

func (c *FakeLoggingMetrics) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the loggingMetric and deletes it. Returns an error if one occurs.

func (*FakeLoggingMetrics) DeleteCollection ¶ added in v0.2.0

func (c *FakeLoggingMetrics) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLoggingMetrics) Get ¶ added in v0.2.0

func (c *FakeLoggingMetrics) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.LoggingMetric, err error)

Get takes name of the loggingMetric, and returns the corresponding loggingMetric object, and an error if there is any.

func (*FakeLoggingMetrics) List ¶ added in v0.2.0

func (c *FakeLoggingMetrics) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.LoggingMetricList, err error)

List takes label and field selectors, and returns the list of LoggingMetrics that match those selectors.

func (*FakeLoggingMetrics) Patch ¶ added in v0.2.0

func (c *FakeLoggingMetrics) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LoggingMetric, err error)

Patch applies the patch and returns the patched loggingMetric.

func (*FakeLoggingMetrics) Update ¶ added in v0.2.0

func (c *FakeLoggingMetrics) Update(ctx context.Context, loggingMetric *v1alpha1.LoggingMetric, opts v1.UpdateOptions) (result *v1alpha1.LoggingMetric, err error)

Update takes the representation of a loggingMetric and updates it. Returns the server's representation of the loggingMetric, and an error, if there is any.

func (*FakeLoggingMetrics) UpdateStatus ¶ added in v0.2.0

func (c *FakeLoggingMetrics) UpdateStatus(ctx context.Context, loggingMetric *v1alpha1.LoggingMetric, opts v1.UpdateOptions) (*v1alpha1.LoggingMetric, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLoggingMetrics) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested loggingMetrics.

type FakeLoggingOrganizationExclusions ¶

type FakeLoggingOrganizationExclusions struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeLoggingOrganizationExclusions implements LoggingOrganizationExclusionInterface

func (*FakeLoggingOrganizationExclusions) Create ¶

Create takes the representation of a loggingOrganizationExclusion and creates it. Returns the server's representation of the loggingOrganizationExclusion, and an error, if there is any.

func (*FakeLoggingOrganizationExclusions) Delete ¶

Delete takes name of the loggingOrganizationExclusion and deletes it. Returns an error if one occurs.

func (*FakeLoggingOrganizationExclusions) DeleteCollection ¶

func (c *FakeLoggingOrganizationExclusions) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLoggingOrganizationExclusions) Get ¶

Get takes name of the loggingOrganizationExclusion, and returns the corresponding loggingOrganizationExclusion object, and an error if there is any.

func (*FakeLoggingOrganizationExclusions) List ¶

List takes label and field selectors, and returns the list of LoggingOrganizationExclusions that match those selectors.

func (*FakeLoggingOrganizationExclusions) Patch ¶

func (c *FakeLoggingOrganizationExclusions) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LoggingOrganizationExclusion, err error)

Patch applies the patch and returns the patched loggingOrganizationExclusion.

func (*FakeLoggingOrganizationExclusions) Update ¶

Update takes the representation of a loggingOrganizationExclusion and updates it. Returns the server's representation of the loggingOrganizationExclusion, and an error, if there is any.

func (*FakeLoggingOrganizationExclusions) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLoggingOrganizationExclusions) Watch ¶

Watch returns a watch.Interface that watches the requested loggingOrganizationExclusions.

type FakeLoggingOrganizationSinks ¶

type FakeLoggingOrganizationSinks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeLoggingOrganizationSinks implements LoggingOrganizationSinkInterface

func (*FakeLoggingOrganizationSinks) Create ¶

Create takes the representation of a loggingOrganizationSink and creates it. Returns the server's representation of the loggingOrganizationSink, and an error, if there is any.

func (*FakeLoggingOrganizationSinks) Delete ¶

Delete takes name of the loggingOrganizationSink and deletes it. Returns an error if one occurs.

func (*FakeLoggingOrganizationSinks) DeleteCollection ¶

func (c *FakeLoggingOrganizationSinks) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLoggingOrganizationSinks) Get ¶

Get takes name of the loggingOrganizationSink, and returns the corresponding loggingOrganizationSink object, and an error if there is any.

func (*FakeLoggingOrganizationSinks) List ¶

List takes label and field selectors, and returns the list of LoggingOrganizationSinks that match those selectors.

func (*FakeLoggingOrganizationSinks) Patch ¶

func (c *FakeLoggingOrganizationSinks) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LoggingOrganizationSink, err error)

Patch applies the patch and returns the patched loggingOrganizationSink.

func (*FakeLoggingOrganizationSinks) Update ¶

Update takes the representation of a loggingOrganizationSink and updates it. Returns the server's representation of the loggingOrganizationSink, and an error, if there is any.

func (*FakeLoggingOrganizationSinks) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLoggingOrganizationSinks) Watch ¶

Watch returns a watch.Interface that watches the requested loggingOrganizationSinks.

type FakeLoggingProjectExclusions ¶

type FakeLoggingProjectExclusions struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeLoggingProjectExclusions implements LoggingProjectExclusionInterface

func (*FakeLoggingProjectExclusions) Create ¶

Create takes the representation of a loggingProjectExclusion and creates it. Returns the server's representation of the loggingProjectExclusion, and an error, if there is any.

func (*FakeLoggingProjectExclusions) Delete ¶

Delete takes name of the loggingProjectExclusion and deletes it. Returns an error if one occurs.

func (*FakeLoggingProjectExclusions) DeleteCollection ¶

func (c *FakeLoggingProjectExclusions) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLoggingProjectExclusions) Get ¶

Get takes name of the loggingProjectExclusion, and returns the corresponding loggingProjectExclusion object, and an error if there is any.

func (*FakeLoggingProjectExclusions) List ¶

List takes label and field selectors, and returns the list of LoggingProjectExclusions that match those selectors.

func (*FakeLoggingProjectExclusions) Patch ¶

func (c *FakeLoggingProjectExclusions) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LoggingProjectExclusion, err error)

Patch applies the patch and returns the patched loggingProjectExclusion.

func (*FakeLoggingProjectExclusions) Update ¶

Update takes the representation of a loggingProjectExclusion and updates it. Returns the server's representation of the loggingProjectExclusion, and an error, if there is any.

func (*FakeLoggingProjectExclusions) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLoggingProjectExclusions) Watch ¶

Watch returns a watch.Interface that watches the requested loggingProjectExclusions.

type FakeLoggingProjectSinks ¶

type FakeLoggingProjectSinks struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeLoggingProjectSinks implements LoggingProjectSinkInterface

func (*FakeLoggingProjectSinks) Create ¶

func (c *FakeLoggingProjectSinks) Create(ctx context.Context, loggingProjectSink *v1alpha1.LoggingProjectSink, opts v1.CreateOptions) (result *v1alpha1.LoggingProjectSink, err error)

Create takes the representation of a loggingProjectSink and creates it. Returns the server's representation of the loggingProjectSink, and an error, if there is any.

func (*FakeLoggingProjectSinks) Delete ¶

func (c *FakeLoggingProjectSinks) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the loggingProjectSink and deletes it. Returns an error if one occurs.

func (*FakeLoggingProjectSinks) DeleteCollection ¶

func (c *FakeLoggingProjectSinks) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLoggingProjectSinks) Get ¶

func (c *FakeLoggingProjectSinks) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.LoggingProjectSink, err error)

Get takes name of the loggingProjectSink, and returns the corresponding loggingProjectSink object, and an error if there is any.

func (*FakeLoggingProjectSinks) List ¶

List takes label and field selectors, and returns the list of LoggingProjectSinks that match those selectors.

func (*FakeLoggingProjectSinks) Patch ¶

func (c *FakeLoggingProjectSinks) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LoggingProjectSink, err error)

Patch applies the patch and returns the patched loggingProjectSink.

func (*FakeLoggingProjectSinks) Update ¶

func (c *FakeLoggingProjectSinks) Update(ctx context.Context, loggingProjectSink *v1alpha1.LoggingProjectSink, opts v1.UpdateOptions) (result *v1alpha1.LoggingProjectSink, err error)

Update takes the representation of a loggingProjectSink and updates it. Returns the server's representation of the loggingProjectSink, and an error, if there is any.

func (*FakeLoggingProjectSinks) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLoggingProjectSinks) Watch ¶

Watch returns a watch.Interface that watches the requested loggingProjectSinks.

type FakeMlEngineModels ¶ added in v0.2.0

type FakeMlEngineModels struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeMlEngineModels implements MlEngineModelInterface

func (*FakeMlEngineModels) Create ¶ added in v0.2.0

func (c *FakeMlEngineModels) Create(ctx context.Context, mlEngineModel *v1alpha1.MlEngineModel, opts v1.CreateOptions) (result *v1alpha1.MlEngineModel, err error)

Create takes the representation of a mlEngineModel and creates it. Returns the server's representation of the mlEngineModel, and an error, if there is any.

func (*FakeMlEngineModels) Delete ¶ added in v0.2.0

func (c *FakeMlEngineModels) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the mlEngineModel and deletes it. Returns an error if one occurs.

func (*FakeMlEngineModels) DeleteCollection ¶ added in v0.2.0

func (c *FakeMlEngineModels) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeMlEngineModels) Get ¶ added in v0.2.0

func (c *FakeMlEngineModels) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.MlEngineModel, err error)

Get takes name of the mlEngineModel, and returns the corresponding mlEngineModel object, and an error if there is any.

func (*FakeMlEngineModels) List ¶ added in v0.2.0

func (c *FakeMlEngineModels) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.MlEngineModelList, err error)

List takes label and field selectors, and returns the list of MlEngineModels that match those selectors.

func (*FakeMlEngineModels) Patch ¶ added in v0.2.0

func (c *FakeMlEngineModels) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MlEngineModel, err error)

Patch applies the patch and returns the patched mlEngineModel.

func (*FakeMlEngineModels) Update ¶ added in v0.2.0

func (c *FakeMlEngineModels) Update(ctx context.Context, mlEngineModel *v1alpha1.MlEngineModel, opts v1.UpdateOptions) (result *v1alpha1.MlEngineModel, err error)

Update takes the representation of a mlEngineModel and updates it. Returns the server's representation of the mlEngineModel, and an error, if there is any.

func (*FakeMlEngineModels) UpdateStatus ¶ added in v0.2.0

func (c *FakeMlEngineModels) UpdateStatus(ctx context.Context, mlEngineModel *v1alpha1.MlEngineModel, opts v1.UpdateOptions) (*v1alpha1.MlEngineModel, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeMlEngineModels) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested mlEngineModels.

type FakeMonitoringAlertPolicies ¶

type FakeMonitoringAlertPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeMonitoringAlertPolicies implements MonitoringAlertPolicyInterface

func (*FakeMonitoringAlertPolicies) Create ¶

Create takes the representation of a monitoringAlertPolicy and creates it. Returns the server's representation of the monitoringAlertPolicy, and an error, if there is any.

func (*FakeMonitoringAlertPolicies) Delete ¶

Delete takes name of the monitoringAlertPolicy and deletes it. Returns an error if one occurs.

func (*FakeMonitoringAlertPolicies) DeleteCollection ¶

func (c *FakeMonitoringAlertPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeMonitoringAlertPolicies) Get ¶

Get takes name of the monitoringAlertPolicy, and returns the corresponding monitoringAlertPolicy object, and an error if there is any.

func (*FakeMonitoringAlertPolicies) List ¶

List takes label and field selectors, and returns the list of MonitoringAlertPolicies that match those selectors.

func (*FakeMonitoringAlertPolicies) Patch ¶

func (c *FakeMonitoringAlertPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MonitoringAlertPolicy, err error)

Patch applies the patch and returns the patched monitoringAlertPolicy.

func (*FakeMonitoringAlertPolicies) Update ¶

Update takes the representation of a monitoringAlertPolicy and updates it. Returns the server's representation of the monitoringAlertPolicy, and an error, if there is any.

func (*FakeMonitoringAlertPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeMonitoringAlertPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested monitoringAlertPolicies.

type FakeMonitoringGroups ¶

type FakeMonitoringGroups struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeMonitoringGroups implements MonitoringGroupInterface

func (*FakeMonitoringGroups) Create ¶

func (c *FakeMonitoringGroups) Create(ctx context.Context, monitoringGroup *v1alpha1.MonitoringGroup, opts v1.CreateOptions) (result *v1alpha1.MonitoringGroup, err error)

Create takes the representation of a monitoringGroup and creates it. Returns the server's representation of the monitoringGroup, and an error, if there is any.

func (*FakeMonitoringGroups) Delete ¶

func (c *FakeMonitoringGroups) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the monitoringGroup and deletes it. Returns an error if one occurs.

func (*FakeMonitoringGroups) DeleteCollection ¶

func (c *FakeMonitoringGroups) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeMonitoringGroups) Get ¶

func (c *FakeMonitoringGroups) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.MonitoringGroup, err error)

Get takes name of the monitoringGroup, and returns the corresponding monitoringGroup object, and an error if there is any.

func (*FakeMonitoringGroups) List ¶

List takes label and field selectors, and returns the list of MonitoringGroups that match those selectors.

func (*FakeMonitoringGroups) Patch ¶

func (c *FakeMonitoringGroups) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MonitoringGroup, err error)

Patch applies the patch and returns the patched monitoringGroup.

func (*FakeMonitoringGroups) Update ¶

func (c *FakeMonitoringGroups) Update(ctx context.Context, monitoringGroup *v1alpha1.MonitoringGroup, opts v1.UpdateOptions) (result *v1alpha1.MonitoringGroup, err error)

Update takes the representation of a monitoringGroup and updates it. Returns the server's representation of the monitoringGroup, and an error, if there is any.

func (*FakeMonitoringGroups) UpdateStatus ¶

func (c *FakeMonitoringGroups) UpdateStatus(ctx context.Context, monitoringGroup *v1alpha1.MonitoringGroup, opts v1.UpdateOptions) (*v1alpha1.MonitoringGroup, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeMonitoringGroups) Watch ¶

Watch returns a watch.Interface that watches the requested monitoringGroups.

type FakeMonitoringNotificationChannels ¶

type FakeMonitoringNotificationChannels struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeMonitoringNotificationChannels implements MonitoringNotificationChannelInterface

func (*FakeMonitoringNotificationChannels) Create ¶

Create takes the representation of a monitoringNotificationChannel and creates it. Returns the server's representation of the monitoringNotificationChannel, and an error, if there is any.

func (*FakeMonitoringNotificationChannels) Delete ¶

Delete takes name of the monitoringNotificationChannel and deletes it. Returns an error if one occurs.

func (*FakeMonitoringNotificationChannels) DeleteCollection ¶

func (c *FakeMonitoringNotificationChannels) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeMonitoringNotificationChannels) Get ¶

Get takes name of the monitoringNotificationChannel, and returns the corresponding monitoringNotificationChannel object, and an error if there is any.

func (*FakeMonitoringNotificationChannels) List ¶

List takes label and field selectors, and returns the list of MonitoringNotificationChannels that match those selectors.

func (*FakeMonitoringNotificationChannels) Patch ¶

func (c *FakeMonitoringNotificationChannels) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MonitoringNotificationChannel, err error)

Patch applies the patch and returns the patched monitoringNotificationChannel.

func (*FakeMonitoringNotificationChannels) Update ¶

Update takes the representation of a monitoringNotificationChannel and updates it. Returns the server's representation of the monitoringNotificationChannel, and an error, if there is any.

func (*FakeMonitoringNotificationChannels) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeMonitoringNotificationChannels) Watch ¶

Watch returns a watch.Interface that watches the requested monitoringNotificationChannels.

type FakeMonitoringUptimeCheckConfigs ¶

type FakeMonitoringUptimeCheckConfigs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeMonitoringUptimeCheckConfigs implements MonitoringUptimeCheckConfigInterface

func (*FakeMonitoringUptimeCheckConfigs) Create ¶

Create takes the representation of a monitoringUptimeCheckConfig and creates it. Returns the server's representation of the monitoringUptimeCheckConfig, and an error, if there is any.

func (*FakeMonitoringUptimeCheckConfigs) Delete ¶

Delete takes name of the monitoringUptimeCheckConfig and deletes it. Returns an error if one occurs.

func (*FakeMonitoringUptimeCheckConfigs) DeleteCollection ¶

func (c *FakeMonitoringUptimeCheckConfigs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeMonitoringUptimeCheckConfigs) Get ¶

Get takes name of the monitoringUptimeCheckConfig, and returns the corresponding monitoringUptimeCheckConfig object, and an error if there is any.

func (*FakeMonitoringUptimeCheckConfigs) List ¶

List takes label and field selectors, and returns the list of MonitoringUptimeCheckConfigs that match those selectors.

func (*FakeMonitoringUptimeCheckConfigs) Patch ¶

func (c *FakeMonitoringUptimeCheckConfigs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MonitoringUptimeCheckConfig, err error)

Patch applies the patch and returns the patched monitoringUptimeCheckConfig.

func (*FakeMonitoringUptimeCheckConfigs) Update ¶

Update takes the representation of a monitoringUptimeCheckConfig and updates it. Returns the server's representation of the monitoringUptimeCheckConfig, and an error, if there is any.

func (*FakeMonitoringUptimeCheckConfigs) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeMonitoringUptimeCheckConfigs) Watch ¶

Watch returns a watch.Interface that watches the requested monitoringUptimeCheckConfigs.

type FakeOrganizationIamBindings ¶

type FakeOrganizationIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeOrganizationIamBindings implements OrganizationIamBindingInterface

func (*FakeOrganizationIamBindings) Create ¶

Create takes the representation of a organizationIamBinding and creates it. Returns the server's representation of the organizationIamBinding, and an error, if there is any.

func (*FakeOrganizationIamBindings) Delete ¶

Delete takes name of the organizationIamBinding and deletes it. Returns an error if one occurs.

func (*FakeOrganizationIamBindings) DeleteCollection ¶

func (c *FakeOrganizationIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeOrganizationIamBindings) Get ¶

Get takes name of the organizationIamBinding, and returns the corresponding organizationIamBinding object, and an error if there is any.

func (*FakeOrganizationIamBindings) List ¶

List takes label and field selectors, and returns the list of OrganizationIamBindings that match those selectors.

func (*FakeOrganizationIamBindings) Patch ¶

func (c *FakeOrganizationIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.OrganizationIamBinding, err error)

Patch applies the patch and returns the patched organizationIamBinding.

func (*FakeOrganizationIamBindings) Update ¶

Update takes the representation of a organizationIamBinding and updates it. Returns the server's representation of the organizationIamBinding, and an error, if there is any.

func (*FakeOrganizationIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeOrganizationIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested organizationIamBindings.

type FakeOrganizationIamCustomRoles ¶

type FakeOrganizationIamCustomRoles struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeOrganizationIamCustomRoles implements OrganizationIamCustomRoleInterface

func (*FakeOrganizationIamCustomRoles) Create ¶

Create takes the representation of a organizationIamCustomRole and creates it. Returns the server's representation of the organizationIamCustomRole, and an error, if there is any.

func (*FakeOrganizationIamCustomRoles) Delete ¶

Delete takes name of the organizationIamCustomRole and deletes it. Returns an error if one occurs.

func (*FakeOrganizationIamCustomRoles) DeleteCollection ¶

func (c *FakeOrganizationIamCustomRoles) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeOrganizationIamCustomRoles) Get ¶

Get takes name of the organizationIamCustomRole, and returns the corresponding organizationIamCustomRole object, and an error if there is any.

func (*FakeOrganizationIamCustomRoles) List ¶

List takes label and field selectors, and returns the list of OrganizationIamCustomRoles that match those selectors.

func (*FakeOrganizationIamCustomRoles) Patch ¶

func (c *FakeOrganizationIamCustomRoles) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.OrganizationIamCustomRole, err error)

Patch applies the patch and returns the patched organizationIamCustomRole.

func (*FakeOrganizationIamCustomRoles) Update ¶

Update takes the representation of a organizationIamCustomRole and updates it. Returns the server's representation of the organizationIamCustomRole, and an error, if there is any.

func (*FakeOrganizationIamCustomRoles) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeOrganizationIamCustomRoles) Watch ¶

Watch returns a watch.Interface that watches the requested organizationIamCustomRoles.

type FakeOrganizationIamMembers ¶

type FakeOrganizationIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeOrganizationIamMembers implements OrganizationIamMemberInterface

func (*FakeOrganizationIamMembers) Create ¶

Create takes the representation of a organizationIamMember and creates it. Returns the server's representation of the organizationIamMember, and an error, if there is any.

func (*FakeOrganizationIamMembers) Delete ¶

Delete takes name of the organizationIamMember and deletes it. Returns an error if one occurs.

func (*FakeOrganizationIamMembers) DeleteCollection ¶

func (c *FakeOrganizationIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeOrganizationIamMembers) Get ¶

Get takes name of the organizationIamMember, and returns the corresponding organizationIamMember object, and an error if there is any.

func (*FakeOrganizationIamMembers) List ¶

List takes label and field selectors, and returns the list of OrganizationIamMembers that match those selectors.

func (*FakeOrganizationIamMembers) Patch ¶

func (c *FakeOrganizationIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.OrganizationIamMember, err error)

Patch applies the patch and returns the patched organizationIamMember.

func (*FakeOrganizationIamMembers) Update ¶

Update takes the representation of a organizationIamMember and updates it. Returns the server's representation of the organizationIamMember, and an error, if there is any.

func (*FakeOrganizationIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeOrganizationIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested organizationIamMembers.

type FakeOrganizationIamPolicies ¶

type FakeOrganizationIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeOrganizationIamPolicies implements OrganizationIamPolicyInterface

func (*FakeOrganizationIamPolicies) Create ¶

Create takes the representation of a organizationIamPolicy and creates it. Returns the server's representation of the organizationIamPolicy, and an error, if there is any.

func (*FakeOrganizationIamPolicies) Delete ¶

Delete takes name of the organizationIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeOrganizationIamPolicies) DeleteCollection ¶

func (c *FakeOrganizationIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeOrganizationIamPolicies) Get ¶

Get takes name of the organizationIamPolicy, and returns the corresponding organizationIamPolicy object, and an error if there is any.

func (*FakeOrganizationIamPolicies) List ¶

List takes label and field selectors, and returns the list of OrganizationIamPolicies that match those selectors.

func (*FakeOrganizationIamPolicies) Patch ¶

func (c *FakeOrganizationIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.OrganizationIamPolicy, err error)

Patch applies the patch and returns the patched organizationIamPolicy.

func (*FakeOrganizationIamPolicies) Update ¶

Update takes the representation of a organizationIamPolicy and updates it. Returns the server's representation of the organizationIamPolicy, and an error, if there is any.

func (*FakeOrganizationIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeOrganizationIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested organizationIamPolicies.

type FakeOrganizationPolicies ¶

type FakeOrganizationPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeOrganizationPolicies implements OrganizationPolicyInterface

func (*FakeOrganizationPolicies) Create ¶

func (c *FakeOrganizationPolicies) Create(ctx context.Context, organizationPolicy *v1alpha1.OrganizationPolicy, opts v1.CreateOptions) (result *v1alpha1.OrganizationPolicy, err error)

Create takes the representation of a organizationPolicy and creates it. Returns the server's representation of the organizationPolicy, and an error, if there is any.

func (*FakeOrganizationPolicies) Delete ¶

Delete takes name of the organizationPolicy and deletes it. Returns an error if one occurs.

func (*FakeOrganizationPolicies) DeleteCollection ¶

func (c *FakeOrganizationPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeOrganizationPolicies) Get ¶

func (c *FakeOrganizationPolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.OrganizationPolicy, err error)

Get takes name of the organizationPolicy, and returns the corresponding organizationPolicy object, and an error if there is any.

func (*FakeOrganizationPolicies) List ¶

List takes label and field selectors, and returns the list of OrganizationPolicies that match those selectors.

func (*FakeOrganizationPolicies) Patch ¶

func (c *FakeOrganizationPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.OrganizationPolicy, err error)

Patch applies the patch and returns the patched organizationPolicy.

func (*FakeOrganizationPolicies) Update ¶

func (c *FakeOrganizationPolicies) Update(ctx context.Context, organizationPolicy *v1alpha1.OrganizationPolicy, opts v1.UpdateOptions) (result *v1alpha1.OrganizationPolicy, err error)

Update takes the representation of a organizationPolicy and updates it. Returns the server's representation of the organizationPolicy, and an error, if there is any.

func (*FakeOrganizationPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeOrganizationPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested organizationPolicies.

type FakeProjectIamAuditConfigs ¶ added in v0.2.0

type FakeProjectIamAuditConfigs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjectIamAuditConfigs implements ProjectIamAuditConfigInterface

func (*FakeProjectIamAuditConfigs) Create ¶ added in v0.2.0

Create takes the representation of a projectIamAuditConfig and creates it. Returns the server's representation of the projectIamAuditConfig, and an error, if there is any.

func (*FakeProjectIamAuditConfigs) Delete ¶ added in v0.2.0

Delete takes name of the projectIamAuditConfig and deletes it. Returns an error if one occurs.

func (*FakeProjectIamAuditConfigs) DeleteCollection ¶ added in v0.2.0

func (c *FakeProjectIamAuditConfigs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjectIamAuditConfigs) Get ¶ added in v0.2.0

Get takes name of the projectIamAuditConfig, and returns the corresponding projectIamAuditConfig object, and an error if there is any.

func (*FakeProjectIamAuditConfigs) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of ProjectIamAuditConfigs that match those selectors.

func (*FakeProjectIamAuditConfigs) Patch ¶ added in v0.2.0

func (c *FakeProjectIamAuditConfigs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ProjectIamAuditConfig, err error)

Patch applies the patch and returns the patched projectIamAuditConfig.

func (*FakeProjectIamAuditConfigs) Update ¶ added in v0.2.0

Update takes the representation of a projectIamAuditConfig and updates it. Returns the server's representation of the projectIamAuditConfig, and an error, if there is any.

func (*FakeProjectIamAuditConfigs) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjectIamAuditConfigs) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested projectIamAuditConfigs.

type FakeProjectIamBindings ¶

type FakeProjectIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjectIamBindings implements ProjectIamBindingInterface

func (*FakeProjectIamBindings) Create ¶

func (c *FakeProjectIamBindings) Create(ctx context.Context, projectIamBinding *v1alpha1.ProjectIamBinding, opts v1.CreateOptions) (result *v1alpha1.ProjectIamBinding, err error)

Create takes the representation of a projectIamBinding and creates it. Returns the server's representation of the projectIamBinding, and an error, if there is any.

func (*FakeProjectIamBindings) Delete ¶

func (c *FakeProjectIamBindings) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the projectIamBinding and deletes it. Returns an error if one occurs.

func (*FakeProjectIamBindings) DeleteCollection ¶

func (c *FakeProjectIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjectIamBindings) Get ¶

func (c *FakeProjectIamBindings) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ProjectIamBinding, err error)

Get takes name of the projectIamBinding, and returns the corresponding projectIamBinding object, and an error if there is any.

func (*FakeProjectIamBindings) List ¶

List takes label and field selectors, and returns the list of ProjectIamBindings that match those selectors.

func (*FakeProjectIamBindings) Patch ¶

func (c *FakeProjectIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ProjectIamBinding, err error)

Patch applies the patch and returns the patched projectIamBinding.

func (*FakeProjectIamBindings) Update ¶

func (c *FakeProjectIamBindings) Update(ctx context.Context, projectIamBinding *v1alpha1.ProjectIamBinding, opts v1.UpdateOptions) (result *v1alpha1.ProjectIamBinding, err error)

Update takes the representation of a projectIamBinding and updates it. Returns the server's representation of the projectIamBinding, and an error, if there is any.

func (*FakeProjectIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjectIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested projectIamBindings.

type FakeProjectIamCustomRoles ¶

type FakeProjectIamCustomRoles struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjectIamCustomRoles implements ProjectIamCustomRoleInterface

func (*FakeProjectIamCustomRoles) Create ¶

func (c *FakeProjectIamCustomRoles) Create(ctx context.Context, projectIamCustomRole *v1alpha1.ProjectIamCustomRole, opts v1.CreateOptions) (result *v1alpha1.ProjectIamCustomRole, err error)

Create takes the representation of a projectIamCustomRole and creates it. Returns the server's representation of the projectIamCustomRole, and an error, if there is any.

func (*FakeProjectIamCustomRoles) Delete ¶

Delete takes name of the projectIamCustomRole and deletes it. Returns an error if one occurs.

func (*FakeProjectIamCustomRoles) DeleteCollection ¶

func (c *FakeProjectIamCustomRoles) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjectIamCustomRoles) Get ¶

Get takes name of the projectIamCustomRole, and returns the corresponding projectIamCustomRole object, and an error if there is any.

func (*FakeProjectIamCustomRoles) List ¶

List takes label and field selectors, and returns the list of ProjectIamCustomRoles that match those selectors.

func (*FakeProjectIamCustomRoles) Patch ¶

func (c *FakeProjectIamCustomRoles) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ProjectIamCustomRole, err error)

Patch applies the patch and returns the patched projectIamCustomRole.

func (*FakeProjectIamCustomRoles) Update ¶

func (c *FakeProjectIamCustomRoles) Update(ctx context.Context, projectIamCustomRole *v1alpha1.ProjectIamCustomRole, opts v1.UpdateOptions) (result *v1alpha1.ProjectIamCustomRole, err error)

Update takes the representation of a projectIamCustomRole and updates it. Returns the server's representation of the projectIamCustomRole, and an error, if there is any.

func (*FakeProjectIamCustomRoles) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjectIamCustomRoles) Watch ¶

Watch returns a watch.Interface that watches the requested projectIamCustomRoles.

type FakeProjectIamMembers ¶

type FakeProjectIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjectIamMembers implements ProjectIamMemberInterface

func (*FakeProjectIamMembers) Create ¶

func (c *FakeProjectIamMembers) Create(ctx context.Context, projectIamMember *v1alpha1.ProjectIamMember, opts v1.CreateOptions) (result *v1alpha1.ProjectIamMember, err error)

Create takes the representation of a projectIamMember and creates it. Returns the server's representation of the projectIamMember, and an error, if there is any.

func (*FakeProjectIamMembers) Delete ¶

func (c *FakeProjectIamMembers) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the projectIamMember and deletes it. Returns an error if one occurs.

func (*FakeProjectIamMembers) DeleteCollection ¶

func (c *FakeProjectIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjectIamMembers) Get ¶

func (c *FakeProjectIamMembers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ProjectIamMember, err error)

Get takes name of the projectIamMember, and returns the corresponding projectIamMember object, and an error if there is any.

func (*FakeProjectIamMembers) List ¶

List takes label and field selectors, and returns the list of ProjectIamMembers that match those selectors.

func (*FakeProjectIamMembers) Patch ¶

func (c *FakeProjectIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ProjectIamMember, err error)

Patch applies the patch and returns the patched projectIamMember.

func (*FakeProjectIamMembers) Update ¶

func (c *FakeProjectIamMembers) Update(ctx context.Context, projectIamMember *v1alpha1.ProjectIamMember, opts v1.UpdateOptions) (result *v1alpha1.ProjectIamMember, err error)

Update takes the representation of a projectIamMember and updates it. Returns the server's representation of the projectIamMember, and an error, if there is any.

func (*FakeProjectIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjectIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested projectIamMembers.

type FakeProjectIamPolicies ¶

type FakeProjectIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjectIamPolicies implements ProjectIamPolicyInterface

func (*FakeProjectIamPolicies) Create ¶

func (c *FakeProjectIamPolicies) Create(ctx context.Context, projectIamPolicy *v1alpha1.ProjectIamPolicy, opts v1.CreateOptions) (result *v1alpha1.ProjectIamPolicy, err error)

Create takes the representation of a projectIamPolicy and creates it. Returns the server's representation of the projectIamPolicy, and an error, if there is any.

func (*FakeProjectIamPolicies) Delete ¶

func (c *FakeProjectIamPolicies) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the projectIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeProjectIamPolicies) DeleteCollection ¶

func (c *FakeProjectIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjectIamPolicies) Get ¶

func (c *FakeProjectIamPolicies) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ProjectIamPolicy, err error)

Get takes name of the projectIamPolicy, and returns the corresponding projectIamPolicy object, and an error if there is any.

func (*FakeProjectIamPolicies) List ¶

List takes label and field selectors, and returns the list of ProjectIamPolicies that match those selectors.

func (*FakeProjectIamPolicies) Patch ¶

func (c *FakeProjectIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ProjectIamPolicy, err error)

Patch applies the patch and returns the patched projectIamPolicy.

func (*FakeProjectIamPolicies) Update ¶

func (c *FakeProjectIamPolicies) Update(ctx context.Context, projectIamPolicy *v1alpha1.ProjectIamPolicy, opts v1.UpdateOptions) (result *v1alpha1.ProjectIamPolicy, err error)

Update takes the representation of a projectIamPolicy and updates it. Returns the server's representation of the projectIamPolicy, and an error, if there is any.

func (*FakeProjectIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjectIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested projectIamPolicies.

type FakeProjectOrganizationPolicies ¶

type FakeProjectOrganizationPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjectOrganizationPolicies implements ProjectOrganizationPolicyInterface

func (*FakeProjectOrganizationPolicies) Create ¶

Create takes the representation of a projectOrganizationPolicy and creates it. Returns the server's representation of the projectOrganizationPolicy, and an error, if there is any.

func (*FakeProjectOrganizationPolicies) Delete ¶

Delete takes name of the projectOrganizationPolicy and deletes it. Returns an error if one occurs.

func (*FakeProjectOrganizationPolicies) DeleteCollection ¶

func (c *FakeProjectOrganizationPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjectOrganizationPolicies) Get ¶

Get takes name of the projectOrganizationPolicy, and returns the corresponding projectOrganizationPolicy object, and an error if there is any.

func (*FakeProjectOrganizationPolicies) List ¶

List takes label and field selectors, and returns the list of ProjectOrganizationPolicies that match those selectors.

func (*FakeProjectOrganizationPolicies) Patch ¶

func (c *FakeProjectOrganizationPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ProjectOrganizationPolicy, err error)

Patch applies the patch and returns the patched projectOrganizationPolicy.

func (*FakeProjectOrganizationPolicies) Update ¶

Update takes the representation of a projectOrganizationPolicy and updates it. Returns the server's representation of the projectOrganizationPolicy, and an error, if there is any.

func (*FakeProjectOrganizationPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjectOrganizationPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested projectOrganizationPolicies.

type FakeProjectServiceBatches ¶ added in v0.0.5

type FakeProjectServiceBatches struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjectServiceBatches implements ProjectServiceBatchInterface

func (*FakeProjectServiceBatches) Create ¶ added in v0.0.5

func (c *FakeProjectServiceBatches) Create(ctx context.Context, projectServiceBatch *v1alpha1.ProjectServiceBatch, opts v1.CreateOptions) (result *v1alpha1.ProjectServiceBatch, err error)

Create takes the representation of a projectServiceBatch and creates it. Returns the server's representation of the projectServiceBatch, and an error, if there is any.

func (*FakeProjectServiceBatches) Delete ¶ added in v0.0.5

Delete takes name of the projectServiceBatch and deletes it. Returns an error if one occurs.

func (*FakeProjectServiceBatches) DeleteCollection ¶ added in v0.0.5

func (c *FakeProjectServiceBatches) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjectServiceBatches) Get ¶ added in v0.0.5

Get takes name of the projectServiceBatch, and returns the corresponding projectServiceBatch object, and an error if there is any.

func (*FakeProjectServiceBatches) List ¶ added in v0.0.5

List takes label and field selectors, and returns the list of ProjectServiceBatches that match those selectors.

func (*FakeProjectServiceBatches) Patch ¶ added in v0.0.5

func (c *FakeProjectServiceBatches) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ProjectServiceBatch, err error)

Patch applies the patch and returns the patched projectServiceBatch.

func (*FakeProjectServiceBatches) Update ¶ added in v0.0.5

func (c *FakeProjectServiceBatches) Update(ctx context.Context, projectServiceBatch *v1alpha1.ProjectServiceBatch, opts v1.UpdateOptions) (result *v1alpha1.ProjectServiceBatch, err error)

Update takes the representation of a projectServiceBatch and updates it. Returns the server's representation of the projectServiceBatch, and an error, if there is any.

func (*FakeProjectServiceBatches) UpdateStatus ¶ added in v0.0.5

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjectServiceBatches) Watch ¶ added in v0.0.5

Watch returns a watch.Interface that watches the requested projectServiceBatches.

type FakeProjectServices ¶

type FakeProjectServices struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjectServices implements ProjectServiceInterface

func (*FakeProjectServices) Create ¶

func (c *FakeProjectServices) Create(ctx context.Context, projectService *v1alpha1.ProjectService, opts v1.CreateOptions) (result *v1alpha1.ProjectService, err error)

Create takes the representation of a projectService and creates it. Returns the server's representation of the projectService, and an error, if there is any.

func (*FakeProjectServices) Delete ¶

func (c *FakeProjectServices) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the projectService and deletes it. Returns an error if one occurs.

func (*FakeProjectServices) DeleteCollection ¶

func (c *FakeProjectServices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjectServices) Get ¶

func (c *FakeProjectServices) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ProjectService, err error)

Get takes name of the projectService, and returns the corresponding projectService object, and an error if there is any.

func (*FakeProjectServices) List ¶

List takes label and field selectors, and returns the list of ProjectServices that match those selectors.

func (*FakeProjectServices) Patch ¶

func (c *FakeProjectServices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ProjectService, err error)

Patch applies the patch and returns the patched projectService.

func (*FakeProjectServices) Update ¶

func (c *FakeProjectServices) Update(ctx context.Context, projectService *v1alpha1.ProjectService, opts v1.UpdateOptions) (result *v1alpha1.ProjectService, err error)

Update takes the representation of a projectService and updates it. Returns the server's representation of the projectService, and an error, if there is any.

func (*FakeProjectServices) UpdateStatus ¶

func (c *FakeProjectServices) UpdateStatus(ctx context.Context, projectService *v1alpha1.ProjectService, opts v1.UpdateOptions) (*v1alpha1.ProjectService, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjectServices) Watch ¶

Watch returns a watch.Interface that watches the requested projectServices.

type FakeProjectUsageExportBuckets ¶

type FakeProjectUsageExportBuckets struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjectUsageExportBuckets implements ProjectUsageExportBucketInterface

func (*FakeProjectUsageExportBuckets) Create ¶

Create takes the representation of a projectUsageExportBucket and creates it. Returns the server's representation of the projectUsageExportBucket, and an error, if there is any.

func (*FakeProjectUsageExportBuckets) Delete ¶

Delete takes name of the projectUsageExportBucket and deletes it. Returns an error if one occurs.

func (*FakeProjectUsageExportBuckets) DeleteCollection ¶

func (c *FakeProjectUsageExportBuckets) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjectUsageExportBuckets) Get ¶

Get takes name of the projectUsageExportBucket, and returns the corresponding projectUsageExportBucket object, and an error if there is any.

func (*FakeProjectUsageExportBuckets) List ¶

List takes label and field selectors, and returns the list of ProjectUsageExportBuckets that match those selectors.

func (*FakeProjectUsageExportBuckets) Patch ¶

func (c *FakeProjectUsageExportBuckets) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ProjectUsageExportBucket, err error)

Patch applies the patch and returns the patched projectUsageExportBucket.

func (*FakeProjectUsageExportBuckets) Update ¶

Update takes the representation of a projectUsageExportBucket and updates it. Returns the server's representation of the projectUsageExportBucket, and an error, if there is any.

func (*FakeProjectUsageExportBuckets) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjectUsageExportBuckets) Watch ¶

Watch returns a watch.Interface that watches the requested projectUsageExportBuckets.

type FakeProjects ¶

type FakeProjects struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeProjects implements ProjectInterface

func (*FakeProjects) Create ¶

func (c *FakeProjects) Create(ctx context.Context, project *v1alpha1.Project, opts v1.CreateOptions) (result *v1alpha1.Project, err error)

Create takes the representation of a project and creates it. Returns the server's representation of the project, and an error, if there is any.

func (*FakeProjects) Delete ¶

func (c *FakeProjects) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the project and deletes it. Returns an error if one occurs.

func (*FakeProjects) DeleteCollection ¶

func (c *FakeProjects) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeProjects) Get ¶

func (c *FakeProjects) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Project, err error)

Get takes name of the project, and returns the corresponding project object, and an error if there is any.

func (*FakeProjects) List ¶

func (c *FakeProjects) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ProjectList, err error)

List takes label and field selectors, and returns the list of Projects that match those selectors.

func (*FakeProjects) Patch ¶

func (c *FakeProjects) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Project, err error)

Patch applies the patch and returns the patched project.

func (*FakeProjects) Update ¶

func (c *FakeProjects) Update(ctx context.Context, project *v1alpha1.Project, opts v1.UpdateOptions) (result *v1alpha1.Project, err error)

Update takes the representation of a project and updates it. Returns the server's representation of the project, and an error, if there is any.

func (*FakeProjects) UpdateStatus ¶

func (c *FakeProjects) UpdateStatus(ctx context.Context, project *v1alpha1.Project, opts v1.UpdateOptions) (*v1alpha1.Project, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeProjects) Watch ¶

func (c *FakeProjects) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested projects.

type FakePubsubSubscriptionIamBindings ¶

type FakePubsubSubscriptionIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakePubsubSubscriptionIamBindings implements PubsubSubscriptionIamBindingInterface

func (*FakePubsubSubscriptionIamBindings) Create ¶

Create takes the representation of a pubsubSubscriptionIamBinding and creates it. Returns the server's representation of the pubsubSubscriptionIamBinding, and an error, if there is any.

func (*FakePubsubSubscriptionIamBindings) Delete ¶

Delete takes name of the pubsubSubscriptionIamBinding and deletes it. Returns an error if one occurs.

func (*FakePubsubSubscriptionIamBindings) DeleteCollection ¶

func (c *FakePubsubSubscriptionIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePubsubSubscriptionIamBindings) Get ¶

Get takes name of the pubsubSubscriptionIamBinding, and returns the corresponding pubsubSubscriptionIamBinding object, and an error if there is any.

func (*FakePubsubSubscriptionIamBindings) List ¶

List takes label and field selectors, and returns the list of PubsubSubscriptionIamBindings that match those selectors.

func (*FakePubsubSubscriptionIamBindings) Patch ¶

func (c *FakePubsubSubscriptionIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PubsubSubscriptionIamBinding, err error)

Patch applies the patch and returns the patched pubsubSubscriptionIamBinding.

func (*FakePubsubSubscriptionIamBindings) Update ¶

Update takes the representation of a pubsubSubscriptionIamBinding and updates it. Returns the server's representation of the pubsubSubscriptionIamBinding, and an error, if there is any.

func (*FakePubsubSubscriptionIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePubsubSubscriptionIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested pubsubSubscriptionIamBindings.

type FakePubsubSubscriptionIamMembers ¶

type FakePubsubSubscriptionIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakePubsubSubscriptionIamMembers implements PubsubSubscriptionIamMemberInterface

func (*FakePubsubSubscriptionIamMembers) Create ¶

Create takes the representation of a pubsubSubscriptionIamMember and creates it. Returns the server's representation of the pubsubSubscriptionIamMember, and an error, if there is any.

func (*FakePubsubSubscriptionIamMembers) Delete ¶

Delete takes name of the pubsubSubscriptionIamMember and deletes it. Returns an error if one occurs.

func (*FakePubsubSubscriptionIamMembers) DeleteCollection ¶

func (c *FakePubsubSubscriptionIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePubsubSubscriptionIamMembers) Get ¶

Get takes name of the pubsubSubscriptionIamMember, and returns the corresponding pubsubSubscriptionIamMember object, and an error if there is any.

func (*FakePubsubSubscriptionIamMembers) List ¶

List takes label and field selectors, and returns the list of PubsubSubscriptionIamMembers that match those selectors.

func (*FakePubsubSubscriptionIamMembers) Patch ¶

func (c *FakePubsubSubscriptionIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PubsubSubscriptionIamMember, err error)

Patch applies the patch and returns the patched pubsubSubscriptionIamMember.

func (*FakePubsubSubscriptionIamMembers) Update ¶

Update takes the representation of a pubsubSubscriptionIamMember and updates it. Returns the server's representation of the pubsubSubscriptionIamMember, and an error, if there is any.

func (*FakePubsubSubscriptionIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePubsubSubscriptionIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested pubsubSubscriptionIamMembers.

type FakePubsubSubscriptionIamPolicies ¶

type FakePubsubSubscriptionIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakePubsubSubscriptionIamPolicies implements PubsubSubscriptionIamPolicyInterface

func (*FakePubsubSubscriptionIamPolicies) Create ¶

Create takes the representation of a pubsubSubscriptionIamPolicy and creates it. Returns the server's representation of the pubsubSubscriptionIamPolicy, and an error, if there is any.

func (*FakePubsubSubscriptionIamPolicies) Delete ¶

Delete takes name of the pubsubSubscriptionIamPolicy and deletes it. Returns an error if one occurs.

func (*FakePubsubSubscriptionIamPolicies) DeleteCollection ¶

func (c *FakePubsubSubscriptionIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePubsubSubscriptionIamPolicies) Get ¶

Get takes name of the pubsubSubscriptionIamPolicy, and returns the corresponding pubsubSubscriptionIamPolicy object, and an error if there is any.

func (*FakePubsubSubscriptionIamPolicies) List ¶

List takes label and field selectors, and returns the list of PubsubSubscriptionIamPolicies that match those selectors.

func (*FakePubsubSubscriptionIamPolicies) Patch ¶

func (c *FakePubsubSubscriptionIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PubsubSubscriptionIamPolicy, err error)

Patch applies the patch and returns the patched pubsubSubscriptionIamPolicy.

func (*FakePubsubSubscriptionIamPolicies) Update ¶

Update takes the representation of a pubsubSubscriptionIamPolicy and updates it. Returns the server's representation of the pubsubSubscriptionIamPolicy, and an error, if there is any.

func (*FakePubsubSubscriptionIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePubsubSubscriptionIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested pubsubSubscriptionIamPolicies.

type FakePubsubSubscriptions ¶

type FakePubsubSubscriptions struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakePubsubSubscriptions implements PubsubSubscriptionInterface

func (*FakePubsubSubscriptions) Create ¶

func (c *FakePubsubSubscriptions) Create(ctx context.Context, pubsubSubscription *v1alpha1.PubsubSubscription, opts v1.CreateOptions) (result *v1alpha1.PubsubSubscription, err error)

Create takes the representation of a pubsubSubscription and creates it. Returns the server's representation of the pubsubSubscription, and an error, if there is any.

func (*FakePubsubSubscriptions) Delete ¶

func (c *FakePubsubSubscriptions) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the pubsubSubscription and deletes it. Returns an error if one occurs.

func (*FakePubsubSubscriptions) DeleteCollection ¶

func (c *FakePubsubSubscriptions) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePubsubSubscriptions) Get ¶

func (c *FakePubsubSubscriptions) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.PubsubSubscription, err error)

Get takes name of the pubsubSubscription, and returns the corresponding pubsubSubscription object, and an error if there is any.

func (*FakePubsubSubscriptions) List ¶

List takes label and field selectors, and returns the list of PubsubSubscriptions that match those selectors.

func (*FakePubsubSubscriptions) Patch ¶

func (c *FakePubsubSubscriptions) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PubsubSubscription, err error)

Patch applies the patch and returns the patched pubsubSubscription.

func (*FakePubsubSubscriptions) Update ¶

func (c *FakePubsubSubscriptions) Update(ctx context.Context, pubsubSubscription *v1alpha1.PubsubSubscription, opts v1.UpdateOptions) (result *v1alpha1.PubsubSubscription, err error)

Update takes the representation of a pubsubSubscription and updates it. Returns the server's representation of the pubsubSubscription, and an error, if there is any.

func (*FakePubsubSubscriptions) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePubsubSubscriptions) Watch ¶

Watch returns a watch.Interface that watches the requested pubsubSubscriptions.

type FakePubsubTopicIamBindings ¶

type FakePubsubTopicIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakePubsubTopicIamBindings implements PubsubTopicIamBindingInterface

func (*FakePubsubTopicIamBindings) Create ¶

Create takes the representation of a pubsubTopicIamBinding and creates it. Returns the server's representation of the pubsubTopicIamBinding, and an error, if there is any.

func (*FakePubsubTopicIamBindings) Delete ¶

Delete takes name of the pubsubTopicIamBinding and deletes it. Returns an error if one occurs.

func (*FakePubsubTopicIamBindings) DeleteCollection ¶

func (c *FakePubsubTopicIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePubsubTopicIamBindings) Get ¶

Get takes name of the pubsubTopicIamBinding, and returns the corresponding pubsubTopicIamBinding object, and an error if there is any.

func (*FakePubsubTopicIamBindings) List ¶

List takes label and field selectors, and returns the list of PubsubTopicIamBindings that match those selectors.

func (*FakePubsubTopicIamBindings) Patch ¶

func (c *FakePubsubTopicIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PubsubTopicIamBinding, err error)

Patch applies the patch and returns the patched pubsubTopicIamBinding.

func (*FakePubsubTopicIamBindings) Update ¶

Update takes the representation of a pubsubTopicIamBinding and updates it. Returns the server's representation of the pubsubTopicIamBinding, and an error, if there is any.

func (*FakePubsubTopicIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePubsubTopicIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested pubsubTopicIamBindings.

type FakePubsubTopicIamMembers ¶

type FakePubsubTopicIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakePubsubTopicIamMembers implements PubsubTopicIamMemberInterface

func (*FakePubsubTopicIamMembers) Create ¶

func (c *FakePubsubTopicIamMembers) Create(ctx context.Context, pubsubTopicIamMember *v1alpha1.PubsubTopicIamMember, opts v1.CreateOptions) (result *v1alpha1.PubsubTopicIamMember, err error)

Create takes the representation of a pubsubTopicIamMember and creates it. Returns the server's representation of the pubsubTopicIamMember, and an error, if there is any.

func (*FakePubsubTopicIamMembers) Delete ¶

Delete takes name of the pubsubTopicIamMember and deletes it. Returns an error if one occurs.

func (*FakePubsubTopicIamMembers) DeleteCollection ¶

func (c *FakePubsubTopicIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePubsubTopicIamMembers) Get ¶

Get takes name of the pubsubTopicIamMember, and returns the corresponding pubsubTopicIamMember object, and an error if there is any.

func (*FakePubsubTopicIamMembers) List ¶

List takes label and field selectors, and returns the list of PubsubTopicIamMembers that match those selectors.

func (*FakePubsubTopicIamMembers) Patch ¶

func (c *FakePubsubTopicIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PubsubTopicIamMember, err error)

Patch applies the patch and returns the patched pubsubTopicIamMember.

func (*FakePubsubTopicIamMembers) Update ¶

func (c *FakePubsubTopicIamMembers) Update(ctx context.Context, pubsubTopicIamMember *v1alpha1.PubsubTopicIamMember, opts v1.UpdateOptions) (result *v1alpha1.PubsubTopicIamMember, err error)

Update takes the representation of a pubsubTopicIamMember and updates it. Returns the server's representation of the pubsubTopicIamMember, and an error, if there is any.

func (*FakePubsubTopicIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePubsubTopicIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested pubsubTopicIamMembers.

type FakePubsubTopicIamPolicies ¶

type FakePubsubTopicIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakePubsubTopicIamPolicies implements PubsubTopicIamPolicyInterface

func (*FakePubsubTopicIamPolicies) Create ¶

Create takes the representation of a pubsubTopicIamPolicy and creates it. Returns the server's representation of the pubsubTopicIamPolicy, and an error, if there is any.

func (*FakePubsubTopicIamPolicies) Delete ¶

Delete takes name of the pubsubTopicIamPolicy and deletes it. Returns an error if one occurs.

func (*FakePubsubTopicIamPolicies) DeleteCollection ¶

func (c *FakePubsubTopicIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePubsubTopicIamPolicies) Get ¶

Get takes name of the pubsubTopicIamPolicy, and returns the corresponding pubsubTopicIamPolicy object, and an error if there is any.

func (*FakePubsubTopicIamPolicies) List ¶

List takes label and field selectors, and returns the list of PubsubTopicIamPolicies that match those selectors.

func (*FakePubsubTopicIamPolicies) Patch ¶

func (c *FakePubsubTopicIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PubsubTopicIamPolicy, err error)

Patch applies the patch and returns the patched pubsubTopicIamPolicy.

func (*FakePubsubTopicIamPolicies) Update ¶

Update takes the representation of a pubsubTopicIamPolicy and updates it. Returns the server's representation of the pubsubTopicIamPolicy, and an error, if there is any.

func (*FakePubsubTopicIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePubsubTopicIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested pubsubTopicIamPolicies.

type FakePubsubTopics ¶

type FakePubsubTopics struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakePubsubTopics implements PubsubTopicInterface

func (*FakePubsubTopics) Create ¶

func (c *FakePubsubTopics) Create(ctx context.Context, pubsubTopic *v1alpha1.PubsubTopic, opts v1.CreateOptions) (result *v1alpha1.PubsubTopic, err error)

Create takes the representation of a pubsubTopic and creates it. Returns the server's representation of the pubsubTopic, and an error, if there is any.

func (*FakePubsubTopics) Delete ¶

func (c *FakePubsubTopics) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the pubsubTopic and deletes it. Returns an error if one occurs.

func (*FakePubsubTopics) DeleteCollection ¶

func (c *FakePubsubTopics) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePubsubTopics) Get ¶

func (c *FakePubsubTopics) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.PubsubTopic, err error)

Get takes name of the pubsubTopic, and returns the corresponding pubsubTopic object, and an error if there is any.

func (*FakePubsubTopics) List ¶

func (c *FakePubsubTopics) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.PubsubTopicList, err error)

List takes label and field selectors, and returns the list of PubsubTopics that match those selectors.

func (*FakePubsubTopics) Patch ¶

func (c *FakePubsubTopics) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PubsubTopic, err error)

Patch applies the patch and returns the patched pubsubTopic.

func (*FakePubsubTopics) Update ¶

func (c *FakePubsubTopics) Update(ctx context.Context, pubsubTopic *v1alpha1.PubsubTopic, opts v1.UpdateOptions) (result *v1alpha1.PubsubTopic, err error)

Update takes the representation of a pubsubTopic and updates it. Returns the server's representation of the pubsubTopic, and an error, if there is any.

func (*FakePubsubTopics) UpdateStatus ¶

func (c *FakePubsubTopics) UpdateStatus(ctx context.Context, pubsubTopic *v1alpha1.PubsubTopic, opts v1.UpdateOptions) (*v1alpha1.PubsubTopic, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakePubsubTopics) Watch ¶

Watch returns a watch.Interface that watches the requested pubsubTopics.

type FakeRedisInstances ¶

type FakeRedisInstances struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeRedisInstances implements RedisInstanceInterface

func (*FakeRedisInstances) Create ¶

func (c *FakeRedisInstances) Create(ctx context.Context, redisInstance *v1alpha1.RedisInstance, opts v1.CreateOptions) (result *v1alpha1.RedisInstance, err error)

Create takes the representation of a redisInstance and creates it. Returns the server's representation of the redisInstance, and an error, if there is any.

func (*FakeRedisInstances) Delete ¶

func (c *FakeRedisInstances) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the redisInstance and deletes it. Returns an error if one occurs.

func (*FakeRedisInstances) DeleteCollection ¶

func (c *FakeRedisInstances) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRedisInstances) Get ¶

func (c *FakeRedisInstances) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.RedisInstance, err error)

Get takes name of the redisInstance, and returns the corresponding redisInstance object, and an error if there is any.

func (*FakeRedisInstances) List ¶

func (c *FakeRedisInstances) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.RedisInstanceList, err error)

List takes label and field selectors, and returns the list of RedisInstances that match those selectors.

func (*FakeRedisInstances) Patch ¶

func (c *FakeRedisInstances) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RedisInstance, err error)

Patch applies the patch and returns the patched redisInstance.

func (*FakeRedisInstances) Update ¶

func (c *FakeRedisInstances) Update(ctx context.Context, redisInstance *v1alpha1.RedisInstance, opts v1.UpdateOptions) (result *v1alpha1.RedisInstance, err error)

Update takes the representation of a redisInstance and updates it. Returns the server's representation of the redisInstance, and an error, if there is any.

func (*FakeRedisInstances) UpdateStatus ¶

func (c *FakeRedisInstances) UpdateStatus(ctx context.Context, redisInstance *v1alpha1.RedisInstance, opts v1.UpdateOptions) (*v1alpha1.RedisInstance, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRedisInstances) Watch ¶

Watch returns a watch.Interface that watches the requested redisInstances.

type FakeResourceManagerLiens ¶

type FakeResourceManagerLiens struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeResourceManagerLiens implements ResourceManagerLienInterface

func (*FakeResourceManagerLiens) Create ¶

func (c *FakeResourceManagerLiens) Create(ctx context.Context, resourceManagerLien *v1alpha1.ResourceManagerLien, opts v1.CreateOptions) (result *v1alpha1.ResourceManagerLien, err error)

Create takes the representation of a resourceManagerLien and creates it. Returns the server's representation of the resourceManagerLien, and an error, if there is any.

func (*FakeResourceManagerLiens) Delete ¶

Delete takes name of the resourceManagerLien and deletes it. Returns an error if one occurs.

func (*FakeResourceManagerLiens) DeleteCollection ¶

func (c *FakeResourceManagerLiens) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeResourceManagerLiens) Get ¶

func (c *FakeResourceManagerLiens) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ResourceManagerLien, err error)

Get takes name of the resourceManagerLien, and returns the corresponding resourceManagerLien object, and an error if there is any.

func (*FakeResourceManagerLiens) List ¶

List takes label and field selectors, and returns the list of ResourceManagerLiens that match those selectors.

func (*FakeResourceManagerLiens) Patch ¶

func (c *FakeResourceManagerLiens) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ResourceManagerLien, err error)

Patch applies the patch and returns the patched resourceManagerLien.

func (*FakeResourceManagerLiens) Update ¶

func (c *FakeResourceManagerLiens) Update(ctx context.Context, resourceManagerLien *v1alpha1.ResourceManagerLien, opts v1.UpdateOptions) (result *v1alpha1.ResourceManagerLien, err error)

Update takes the representation of a resourceManagerLien and updates it. Returns the server's representation of the resourceManagerLien, and an error, if there is any.

func (*FakeResourceManagerLiens) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeResourceManagerLiens) Watch ¶

Watch returns a watch.Interface that watches the requested resourceManagerLiens.

type FakeRuntimeconfigConfigIamBindings ¶ added in v0.2.0

type FakeRuntimeconfigConfigIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeRuntimeconfigConfigIamBindings implements RuntimeconfigConfigIamBindingInterface

func (*FakeRuntimeconfigConfigIamBindings) Create ¶ added in v0.2.0

Create takes the representation of a runtimeconfigConfigIamBinding and creates it. Returns the server's representation of the runtimeconfigConfigIamBinding, and an error, if there is any.

func (*FakeRuntimeconfigConfigIamBindings) Delete ¶ added in v0.2.0

Delete takes name of the runtimeconfigConfigIamBinding and deletes it. Returns an error if one occurs.

func (*FakeRuntimeconfigConfigIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeRuntimeconfigConfigIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRuntimeconfigConfigIamBindings) Get ¶ added in v0.2.0

Get takes name of the runtimeconfigConfigIamBinding, and returns the corresponding runtimeconfigConfigIamBinding object, and an error if there is any.

func (*FakeRuntimeconfigConfigIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of RuntimeconfigConfigIamBindings that match those selectors.

func (*FakeRuntimeconfigConfigIamBindings) Patch ¶ added in v0.2.0

func (c *FakeRuntimeconfigConfigIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RuntimeconfigConfigIamBinding, err error)

Patch applies the patch and returns the patched runtimeconfigConfigIamBinding.

func (*FakeRuntimeconfigConfigIamBindings) Update ¶ added in v0.2.0

Update takes the representation of a runtimeconfigConfigIamBinding and updates it. Returns the server's representation of the runtimeconfigConfigIamBinding, and an error, if there is any.

func (*FakeRuntimeconfigConfigIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRuntimeconfigConfigIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested runtimeconfigConfigIamBindings.

type FakeRuntimeconfigConfigIamMembers ¶ added in v0.2.0

type FakeRuntimeconfigConfigIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeRuntimeconfigConfigIamMembers implements RuntimeconfigConfigIamMemberInterface

func (*FakeRuntimeconfigConfigIamMembers) Create ¶ added in v0.2.0

Create takes the representation of a runtimeconfigConfigIamMember and creates it. Returns the server's representation of the runtimeconfigConfigIamMember, and an error, if there is any.

func (*FakeRuntimeconfigConfigIamMembers) Delete ¶ added in v0.2.0

Delete takes name of the runtimeconfigConfigIamMember and deletes it. Returns an error if one occurs.

func (*FakeRuntimeconfigConfigIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeRuntimeconfigConfigIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRuntimeconfigConfigIamMembers) Get ¶ added in v0.2.0

Get takes name of the runtimeconfigConfigIamMember, and returns the corresponding runtimeconfigConfigIamMember object, and an error if there is any.

func (*FakeRuntimeconfigConfigIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of RuntimeconfigConfigIamMembers that match those selectors.

func (*FakeRuntimeconfigConfigIamMembers) Patch ¶ added in v0.2.0

func (c *FakeRuntimeconfigConfigIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RuntimeconfigConfigIamMember, err error)

Patch applies the patch and returns the patched runtimeconfigConfigIamMember.

func (*FakeRuntimeconfigConfigIamMembers) Update ¶ added in v0.2.0

Update takes the representation of a runtimeconfigConfigIamMember and updates it. Returns the server's representation of the runtimeconfigConfigIamMember, and an error, if there is any.

func (*FakeRuntimeconfigConfigIamMembers) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRuntimeconfigConfigIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested runtimeconfigConfigIamMembers.

type FakeRuntimeconfigConfigIamPolicies ¶ added in v0.2.0

type FakeRuntimeconfigConfigIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeRuntimeconfigConfigIamPolicies implements RuntimeconfigConfigIamPolicyInterface

func (*FakeRuntimeconfigConfigIamPolicies) Create ¶ added in v0.2.0

Create takes the representation of a runtimeconfigConfigIamPolicy and creates it. Returns the server's representation of the runtimeconfigConfigIamPolicy, and an error, if there is any.

func (*FakeRuntimeconfigConfigIamPolicies) Delete ¶ added in v0.2.0

Delete takes name of the runtimeconfigConfigIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeRuntimeconfigConfigIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeRuntimeconfigConfigIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRuntimeconfigConfigIamPolicies) Get ¶ added in v0.2.0

Get takes name of the runtimeconfigConfigIamPolicy, and returns the corresponding runtimeconfigConfigIamPolicy object, and an error if there is any.

func (*FakeRuntimeconfigConfigIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of RuntimeconfigConfigIamPolicies that match those selectors.

func (*FakeRuntimeconfigConfigIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeRuntimeconfigConfigIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RuntimeconfigConfigIamPolicy, err error)

Patch applies the patch and returns the patched runtimeconfigConfigIamPolicy.

func (*FakeRuntimeconfigConfigIamPolicies) Update ¶ added in v0.2.0

Update takes the representation of a runtimeconfigConfigIamPolicy and updates it. Returns the server's representation of the runtimeconfigConfigIamPolicy, and an error, if there is any.

func (*FakeRuntimeconfigConfigIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRuntimeconfigConfigIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested runtimeconfigConfigIamPolicies.

type FakeRuntimeconfigConfigs ¶

type FakeRuntimeconfigConfigs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeRuntimeconfigConfigs implements RuntimeconfigConfigInterface

func (*FakeRuntimeconfigConfigs) Create ¶

func (c *FakeRuntimeconfigConfigs) Create(ctx context.Context, runtimeconfigConfig *v1alpha1.RuntimeconfigConfig, opts v1.CreateOptions) (result *v1alpha1.RuntimeconfigConfig, err error)

Create takes the representation of a runtimeconfigConfig and creates it. Returns the server's representation of the runtimeconfigConfig, and an error, if there is any.

func (*FakeRuntimeconfigConfigs) Delete ¶

Delete takes name of the runtimeconfigConfig and deletes it. Returns an error if one occurs.

func (*FakeRuntimeconfigConfigs) DeleteCollection ¶

func (c *FakeRuntimeconfigConfigs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRuntimeconfigConfigs) Get ¶

func (c *FakeRuntimeconfigConfigs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.RuntimeconfigConfig, err error)

Get takes name of the runtimeconfigConfig, and returns the corresponding runtimeconfigConfig object, and an error if there is any.

func (*FakeRuntimeconfigConfigs) List ¶

List takes label and field selectors, and returns the list of RuntimeconfigConfigs that match those selectors.

func (*FakeRuntimeconfigConfigs) Patch ¶

func (c *FakeRuntimeconfigConfigs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RuntimeconfigConfig, err error)

Patch applies the patch and returns the patched runtimeconfigConfig.

func (*FakeRuntimeconfigConfigs) Update ¶

func (c *FakeRuntimeconfigConfigs) Update(ctx context.Context, runtimeconfigConfig *v1alpha1.RuntimeconfigConfig, opts v1.UpdateOptions) (result *v1alpha1.RuntimeconfigConfig, err error)

Update takes the representation of a runtimeconfigConfig and updates it. Returns the server's representation of the runtimeconfigConfig, and an error, if there is any.

func (*FakeRuntimeconfigConfigs) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRuntimeconfigConfigs) Watch ¶

Watch returns a watch.Interface that watches the requested runtimeconfigConfigs.

type FakeRuntimeconfigVariables ¶

type FakeRuntimeconfigVariables struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeRuntimeconfigVariables implements RuntimeconfigVariableInterface

func (*FakeRuntimeconfigVariables) Create ¶

Create takes the representation of a runtimeconfigVariable and creates it. Returns the server's representation of the runtimeconfigVariable, and an error, if there is any.

func (*FakeRuntimeconfigVariables) Delete ¶

Delete takes name of the runtimeconfigVariable and deletes it. Returns an error if one occurs.

func (*FakeRuntimeconfigVariables) DeleteCollection ¶

func (c *FakeRuntimeconfigVariables) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRuntimeconfigVariables) Get ¶

Get takes name of the runtimeconfigVariable, and returns the corresponding runtimeconfigVariable object, and an error if there is any.

func (*FakeRuntimeconfigVariables) List ¶

List takes label and field selectors, and returns the list of RuntimeconfigVariables that match those selectors.

func (*FakeRuntimeconfigVariables) Patch ¶

func (c *FakeRuntimeconfigVariables) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RuntimeconfigVariable, err error)

Patch applies the patch and returns the patched runtimeconfigVariable.

func (*FakeRuntimeconfigVariables) Update ¶

Update takes the representation of a runtimeconfigVariable and updates it. Returns the server's representation of the runtimeconfigVariable, and an error, if there is any.

func (*FakeRuntimeconfigVariables) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRuntimeconfigVariables) Watch ¶

Watch returns a watch.Interface that watches the requested runtimeconfigVariables.

type FakeSccSources ¶ added in v0.2.0

type FakeSccSources struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSccSources implements SccSourceInterface

func (*FakeSccSources) Create ¶ added in v0.2.0

func (c *FakeSccSources) Create(ctx context.Context, sccSource *v1alpha1.SccSource, opts v1.CreateOptions) (result *v1alpha1.SccSource, err error)

Create takes the representation of a sccSource and creates it. Returns the server's representation of the sccSource, and an error, if there is any.

func (*FakeSccSources) Delete ¶ added in v0.2.0

func (c *FakeSccSources) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the sccSource and deletes it. Returns an error if one occurs.

func (*FakeSccSources) DeleteCollection ¶ added in v0.2.0

func (c *FakeSccSources) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSccSources) Get ¶ added in v0.2.0

func (c *FakeSccSources) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SccSource, err error)

Get takes name of the sccSource, and returns the corresponding sccSource object, and an error if there is any.

func (*FakeSccSources) List ¶ added in v0.2.0

func (c *FakeSccSources) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.SccSourceList, err error)

List takes label and field selectors, and returns the list of SccSources that match those selectors.

func (*FakeSccSources) Patch ¶ added in v0.2.0

func (c *FakeSccSources) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SccSource, err error)

Patch applies the patch and returns the patched sccSource.

func (*FakeSccSources) Update ¶ added in v0.2.0

func (c *FakeSccSources) Update(ctx context.Context, sccSource *v1alpha1.SccSource, opts v1.UpdateOptions) (result *v1alpha1.SccSource, err error)

Update takes the representation of a sccSource and updates it. Returns the server's representation of the sccSource, and an error, if there is any.

func (*FakeSccSources) UpdateStatus ¶ added in v0.2.0

func (c *FakeSccSources) UpdateStatus(ctx context.Context, sccSource *v1alpha1.SccSource, opts v1.UpdateOptions) (*v1alpha1.SccSource, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSccSources) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested sccSources.

type FakeServiceAccountIamBindings ¶

type FakeServiceAccountIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeServiceAccountIamBindings implements ServiceAccountIamBindingInterface

func (*FakeServiceAccountIamBindings) Create ¶

Create takes the representation of a serviceAccountIamBinding and creates it. Returns the server's representation of the serviceAccountIamBinding, and an error, if there is any.

func (*FakeServiceAccountIamBindings) Delete ¶

Delete takes name of the serviceAccountIamBinding and deletes it. Returns an error if one occurs.

func (*FakeServiceAccountIamBindings) DeleteCollection ¶

func (c *FakeServiceAccountIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeServiceAccountIamBindings) Get ¶

Get takes name of the serviceAccountIamBinding, and returns the corresponding serviceAccountIamBinding object, and an error if there is any.

func (*FakeServiceAccountIamBindings) List ¶

List takes label and field selectors, and returns the list of ServiceAccountIamBindings that match those selectors.

func (*FakeServiceAccountIamBindings) Patch ¶

func (c *FakeServiceAccountIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ServiceAccountIamBinding, err error)

Patch applies the patch and returns the patched serviceAccountIamBinding.

func (*FakeServiceAccountIamBindings) Update ¶

Update takes the representation of a serviceAccountIamBinding and updates it. Returns the server's representation of the serviceAccountIamBinding, and an error, if there is any.

func (*FakeServiceAccountIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeServiceAccountIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested serviceAccountIamBindings.

type FakeServiceAccountIamMembers ¶

type FakeServiceAccountIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeServiceAccountIamMembers implements ServiceAccountIamMemberInterface

func (*FakeServiceAccountIamMembers) Create ¶

Create takes the representation of a serviceAccountIamMember and creates it. Returns the server's representation of the serviceAccountIamMember, and an error, if there is any.

func (*FakeServiceAccountIamMembers) Delete ¶

Delete takes name of the serviceAccountIamMember and deletes it. Returns an error if one occurs.

func (*FakeServiceAccountIamMembers) DeleteCollection ¶

func (c *FakeServiceAccountIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeServiceAccountIamMembers) Get ¶

Get takes name of the serviceAccountIamMember, and returns the corresponding serviceAccountIamMember object, and an error if there is any.

func (*FakeServiceAccountIamMembers) List ¶

List takes label and field selectors, and returns the list of ServiceAccountIamMembers that match those selectors.

func (*FakeServiceAccountIamMembers) Patch ¶

func (c *FakeServiceAccountIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ServiceAccountIamMember, err error)

Patch applies the patch and returns the patched serviceAccountIamMember.

func (*FakeServiceAccountIamMembers) Update ¶

Update takes the representation of a serviceAccountIamMember and updates it. Returns the server's representation of the serviceAccountIamMember, and an error, if there is any.

func (*FakeServiceAccountIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeServiceAccountIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested serviceAccountIamMembers.

type FakeServiceAccountIamPolicies ¶

type FakeServiceAccountIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeServiceAccountIamPolicies implements ServiceAccountIamPolicyInterface

func (*FakeServiceAccountIamPolicies) Create ¶

Create takes the representation of a serviceAccountIamPolicy and creates it. Returns the server's representation of the serviceAccountIamPolicy, and an error, if there is any.

func (*FakeServiceAccountIamPolicies) Delete ¶

Delete takes name of the serviceAccountIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeServiceAccountIamPolicies) DeleteCollection ¶

func (c *FakeServiceAccountIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeServiceAccountIamPolicies) Get ¶

Get takes name of the serviceAccountIamPolicy, and returns the corresponding serviceAccountIamPolicy object, and an error if there is any.

func (*FakeServiceAccountIamPolicies) List ¶

List takes label and field selectors, and returns the list of ServiceAccountIamPolicies that match those selectors.

func (*FakeServiceAccountIamPolicies) Patch ¶

func (c *FakeServiceAccountIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ServiceAccountIamPolicy, err error)

Patch applies the patch and returns the patched serviceAccountIamPolicy.

func (*FakeServiceAccountIamPolicies) Update ¶

Update takes the representation of a serviceAccountIamPolicy and updates it. Returns the server's representation of the serviceAccountIamPolicy, and an error, if there is any.

func (*FakeServiceAccountIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeServiceAccountIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested serviceAccountIamPolicies.

type FakeServiceAccountKeys ¶

type FakeServiceAccountKeys struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeServiceAccountKeys implements ServiceAccountKeyInterface

func (*FakeServiceAccountKeys) Create ¶

func (c *FakeServiceAccountKeys) Create(ctx context.Context, serviceAccountKey *v1alpha1.ServiceAccountKey, opts v1.CreateOptions) (result *v1alpha1.ServiceAccountKey, err error)

Create takes the representation of a serviceAccountKey and creates it. Returns the server's representation of the serviceAccountKey, and an error, if there is any.

func (*FakeServiceAccountKeys) Delete ¶

func (c *FakeServiceAccountKeys) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the serviceAccountKey and deletes it. Returns an error if one occurs.

func (*FakeServiceAccountKeys) DeleteCollection ¶

func (c *FakeServiceAccountKeys) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeServiceAccountKeys) Get ¶

func (c *FakeServiceAccountKeys) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ServiceAccountKey, err error)

Get takes name of the serviceAccountKey, and returns the corresponding serviceAccountKey object, and an error if there is any.

func (*FakeServiceAccountKeys) List ¶

List takes label and field selectors, and returns the list of ServiceAccountKeys that match those selectors.

func (*FakeServiceAccountKeys) Patch ¶

func (c *FakeServiceAccountKeys) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ServiceAccountKey, err error)

Patch applies the patch and returns the patched serviceAccountKey.

func (*FakeServiceAccountKeys) Update ¶

func (c *FakeServiceAccountKeys) Update(ctx context.Context, serviceAccountKey *v1alpha1.ServiceAccountKey, opts v1.UpdateOptions) (result *v1alpha1.ServiceAccountKey, err error)

Update takes the representation of a serviceAccountKey and updates it. Returns the server's representation of the serviceAccountKey, and an error, if there is any.

func (*FakeServiceAccountKeys) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeServiceAccountKeys) Watch ¶

Watch returns a watch.Interface that watches the requested serviceAccountKeys.

type FakeServiceAccounts ¶

type FakeServiceAccounts struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeServiceAccounts implements ServiceAccountInterface

func (*FakeServiceAccounts) Create ¶

func (c *FakeServiceAccounts) Create(ctx context.Context, serviceAccount *v1alpha1.ServiceAccount, opts v1.CreateOptions) (result *v1alpha1.ServiceAccount, err error)

Create takes the representation of a serviceAccount and creates it. Returns the server's representation of the serviceAccount, and an error, if there is any.

func (*FakeServiceAccounts) Delete ¶

func (c *FakeServiceAccounts) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the serviceAccount and deletes it. Returns an error if one occurs.

func (*FakeServiceAccounts) DeleteCollection ¶

func (c *FakeServiceAccounts) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeServiceAccounts) Get ¶

func (c *FakeServiceAccounts) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ServiceAccount, err error)

Get takes name of the serviceAccount, and returns the corresponding serviceAccount object, and an error if there is any.

func (*FakeServiceAccounts) List ¶

List takes label and field selectors, and returns the list of ServiceAccounts that match those selectors.

func (*FakeServiceAccounts) Patch ¶

func (c *FakeServiceAccounts) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ServiceAccount, err error)

Patch applies the patch and returns the patched serviceAccount.

func (*FakeServiceAccounts) Update ¶

func (c *FakeServiceAccounts) Update(ctx context.Context, serviceAccount *v1alpha1.ServiceAccount, opts v1.UpdateOptions) (result *v1alpha1.ServiceAccount, err error)

Update takes the representation of a serviceAccount and updates it. Returns the server's representation of the serviceAccount, and an error, if there is any.

func (*FakeServiceAccounts) UpdateStatus ¶

func (c *FakeServiceAccounts) UpdateStatus(ctx context.Context, serviceAccount *v1alpha1.ServiceAccount, opts v1.UpdateOptions) (*v1alpha1.ServiceAccount, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeServiceAccounts) Watch ¶

Watch returns a watch.Interface that watches the requested serviceAccounts.

type FakeServiceNetworkingConnections ¶ added in v0.2.0

type FakeServiceNetworkingConnections struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeServiceNetworkingConnections implements ServiceNetworkingConnectionInterface

func (*FakeServiceNetworkingConnections) Create ¶ added in v0.2.0

Create takes the representation of a serviceNetworkingConnection and creates it. Returns the server's representation of the serviceNetworkingConnection, and an error, if there is any.

func (*FakeServiceNetworkingConnections) Delete ¶ added in v0.2.0

Delete takes name of the serviceNetworkingConnection and deletes it. Returns an error if one occurs.

func (*FakeServiceNetworkingConnections) DeleteCollection ¶ added in v0.2.0

func (c *FakeServiceNetworkingConnections) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeServiceNetworkingConnections) Get ¶ added in v0.2.0

Get takes name of the serviceNetworkingConnection, and returns the corresponding serviceNetworkingConnection object, and an error if there is any.

func (*FakeServiceNetworkingConnections) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of ServiceNetworkingConnections that match those selectors.

func (*FakeServiceNetworkingConnections) Patch ¶ added in v0.2.0

func (c *FakeServiceNetworkingConnections) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ServiceNetworkingConnection, err error)

Patch applies the patch and returns the patched serviceNetworkingConnection.

func (*FakeServiceNetworkingConnections) Update ¶ added in v0.2.0

Update takes the representation of a serviceNetworkingConnection and updates it. Returns the server's representation of the serviceNetworkingConnection, and an error, if there is any.

func (*FakeServiceNetworkingConnections) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeServiceNetworkingConnections) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested serviceNetworkingConnections.

type FakeSourcerepoRepositories ¶

type FakeSourcerepoRepositories struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSourcerepoRepositories implements SourcerepoRepositoryInterface

func (*FakeSourcerepoRepositories) Create ¶

Create takes the representation of a sourcerepoRepository and creates it. Returns the server's representation of the sourcerepoRepository, and an error, if there is any.

func (*FakeSourcerepoRepositories) Delete ¶

Delete takes name of the sourcerepoRepository and deletes it. Returns an error if one occurs.

func (*FakeSourcerepoRepositories) DeleteCollection ¶

func (c *FakeSourcerepoRepositories) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSourcerepoRepositories) Get ¶

Get takes name of the sourcerepoRepository, and returns the corresponding sourcerepoRepository object, and an error if there is any.

func (*FakeSourcerepoRepositories) List ¶

List takes label and field selectors, and returns the list of SourcerepoRepositories that match those selectors.

func (*FakeSourcerepoRepositories) Patch ¶

func (c *FakeSourcerepoRepositories) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SourcerepoRepository, err error)

Patch applies the patch and returns the patched sourcerepoRepository.

func (*FakeSourcerepoRepositories) Update ¶

Update takes the representation of a sourcerepoRepository and updates it. Returns the server's representation of the sourcerepoRepository, and an error, if there is any.

func (*FakeSourcerepoRepositories) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSourcerepoRepositories) Watch ¶

Watch returns a watch.Interface that watches the requested sourcerepoRepositories.

type FakeSourcerepoRepositoryIamBindings ¶ added in v0.2.0

type FakeSourcerepoRepositoryIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSourcerepoRepositoryIamBindings implements SourcerepoRepositoryIamBindingInterface

func (*FakeSourcerepoRepositoryIamBindings) Create ¶ added in v0.2.0

Create takes the representation of a sourcerepoRepositoryIamBinding and creates it. Returns the server's representation of the sourcerepoRepositoryIamBinding, and an error, if there is any.

func (*FakeSourcerepoRepositoryIamBindings) Delete ¶ added in v0.2.0

Delete takes name of the sourcerepoRepositoryIamBinding and deletes it. Returns an error if one occurs.

func (*FakeSourcerepoRepositoryIamBindings) DeleteCollection ¶ added in v0.2.0

func (c *FakeSourcerepoRepositoryIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSourcerepoRepositoryIamBindings) Get ¶ added in v0.2.0

Get takes name of the sourcerepoRepositoryIamBinding, and returns the corresponding sourcerepoRepositoryIamBinding object, and an error if there is any.

func (*FakeSourcerepoRepositoryIamBindings) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of SourcerepoRepositoryIamBindings that match those selectors.

func (*FakeSourcerepoRepositoryIamBindings) Patch ¶ added in v0.2.0

func (c *FakeSourcerepoRepositoryIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SourcerepoRepositoryIamBinding, err error)

Patch applies the patch and returns the patched sourcerepoRepositoryIamBinding.

func (*FakeSourcerepoRepositoryIamBindings) Update ¶ added in v0.2.0

Update takes the representation of a sourcerepoRepositoryIamBinding and updates it. Returns the server's representation of the sourcerepoRepositoryIamBinding, and an error, if there is any.

func (*FakeSourcerepoRepositoryIamBindings) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSourcerepoRepositoryIamBindings) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested sourcerepoRepositoryIamBindings.

type FakeSourcerepoRepositoryIamMembers ¶ added in v0.2.0

type FakeSourcerepoRepositoryIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSourcerepoRepositoryIamMembers implements SourcerepoRepositoryIamMemberInterface

func (*FakeSourcerepoRepositoryIamMembers) Create ¶ added in v0.2.0

Create takes the representation of a sourcerepoRepositoryIamMember and creates it. Returns the server's representation of the sourcerepoRepositoryIamMember, and an error, if there is any.

func (*FakeSourcerepoRepositoryIamMembers) Delete ¶ added in v0.2.0

Delete takes name of the sourcerepoRepositoryIamMember and deletes it. Returns an error if one occurs.

func (*FakeSourcerepoRepositoryIamMembers) DeleteCollection ¶ added in v0.2.0

func (c *FakeSourcerepoRepositoryIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSourcerepoRepositoryIamMembers) Get ¶ added in v0.2.0

Get takes name of the sourcerepoRepositoryIamMember, and returns the corresponding sourcerepoRepositoryIamMember object, and an error if there is any.

func (*FakeSourcerepoRepositoryIamMembers) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of SourcerepoRepositoryIamMembers that match those selectors.

func (*FakeSourcerepoRepositoryIamMembers) Patch ¶ added in v0.2.0

func (c *FakeSourcerepoRepositoryIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SourcerepoRepositoryIamMember, err error)

Patch applies the patch and returns the patched sourcerepoRepositoryIamMember.

func (*FakeSourcerepoRepositoryIamMembers) Update ¶ added in v0.2.0

Update takes the representation of a sourcerepoRepositoryIamMember and updates it. Returns the server's representation of the sourcerepoRepositoryIamMember, and an error, if there is any.

func (*FakeSourcerepoRepositoryIamMembers) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSourcerepoRepositoryIamMembers) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested sourcerepoRepositoryIamMembers.

type FakeSourcerepoRepositoryIamPolicies ¶ added in v0.2.0

type FakeSourcerepoRepositoryIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSourcerepoRepositoryIamPolicies implements SourcerepoRepositoryIamPolicyInterface

func (*FakeSourcerepoRepositoryIamPolicies) Create ¶ added in v0.2.0

Create takes the representation of a sourcerepoRepositoryIamPolicy and creates it. Returns the server's representation of the sourcerepoRepositoryIamPolicy, and an error, if there is any.

func (*FakeSourcerepoRepositoryIamPolicies) Delete ¶ added in v0.2.0

Delete takes name of the sourcerepoRepositoryIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeSourcerepoRepositoryIamPolicies) DeleteCollection ¶ added in v0.2.0

func (c *FakeSourcerepoRepositoryIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSourcerepoRepositoryIamPolicies) Get ¶ added in v0.2.0

Get takes name of the sourcerepoRepositoryIamPolicy, and returns the corresponding sourcerepoRepositoryIamPolicy object, and an error if there is any.

func (*FakeSourcerepoRepositoryIamPolicies) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of SourcerepoRepositoryIamPolicies that match those selectors.

func (*FakeSourcerepoRepositoryIamPolicies) Patch ¶ added in v0.2.0

func (c *FakeSourcerepoRepositoryIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SourcerepoRepositoryIamPolicy, err error)

Patch applies the patch and returns the patched sourcerepoRepositoryIamPolicy.

func (*FakeSourcerepoRepositoryIamPolicies) Update ¶ added in v0.2.0

Update takes the representation of a sourcerepoRepositoryIamPolicy and updates it. Returns the server's representation of the sourcerepoRepositoryIamPolicy, and an error, if there is any.

func (*FakeSourcerepoRepositoryIamPolicies) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSourcerepoRepositoryIamPolicies) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested sourcerepoRepositoryIamPolicies.

type FakeSpannerDatabaseIamBindings ¶

type FakeSpannerDatabaseIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSpannerDatabaseIamBindings implements SpannerDatabaseIamBindingInterface

func (*FakeSpannerDatabaseIamBindings) Create ¶

Create takes the representation of a spannerDatabaseIamBinding and creates it. Returns the server's representation of the spannerDatabaseIamBinding, and an error, if there is any.

func (*FakeSpannerDatabaseIamBindings) Delete ¶

Delete takes name of the spannerDatabaseIamBinding and deletes it. Returns an error if one occurs.

func (*FakeSpannerDatabaseIamBindings) DeleteCollection ¶

func (c *FakeSpannerDatabaseIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSpannerDatabaseIamBindings) Get ¶

Get takes name of the spannerDatabaseIamBinding, and returns the corresponding spannerDatabaseIamBinding object, and an error if there is any.

func (*FakeSpannerDatabaseIamBindings) List ¶

List takes label and field selectors, and returns the list of SpannerDatabaseIamBindings that match those selectors.

func (*FakeSpannerDatabaseIamBindings) Patch ¶

func (c *FakeSpannerDatabaseIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SpannerDatabaseIamBinding, err error)

Patch applies the patch and returns the patched spannerDatabaseIamBinding.

func (*FakeSpannerDatabaseIamBindings) Update ¶

Update takes the representation of a spannerDatabaseIamBinding and updates it. Returns the server's representation of the spannerDatabaseIamBinding, and an error, if there is any.

func (*FakeSpannerDatabaseIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSpannerDatabaseIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested spannerDatabaseIamBindings.

type FakeSpannerDatabaseIamMembers ¶

type FakeSpannerDatabaseIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSpannerDatabaseIamMembers implements SpannerDatabaseIamMemberInterface

func (*FakeSpannerDatabaseIamMembers) Create ¶

Create takes the representation of a spannerDatabaseIamMember and creates it. Returns the server's representation of the spannerDatabaseIamMember, and an error, if there is any.

func (*FakeSpannerDatabaseIamMembers) Delete ¶

Delete takes name of the spannerDatabaseIamMember and deletes it. Returns an error if one occurs.

func (*FakeSpannerDatabaseIamMembers) DeleteCollection ¶

func (c *FakeSpannerDatabaseIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSpannerDatabaseIamMembers) Get ¶

Get takes name of the spannerDatabaseIamMember, and returns the corresponding spannerDatabaseIamMember object, and an error if there is any.

func (*FakeSpannerDatabaseIamMembers) List ¶

List takes label and field selectors, and returns the list of SpannerDatabaseIamMembers that match those selectors.

func (*FakeSpannerDatabaseIamMembers) Patch ¶

func (c *FakeSpannerDatabaseIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SpannerDatabaseIamMember, err error)

Patch applies the patch and returns the patched spannerDatabaseIamMember.

func (*FakeSpannerDatabaseIamMembers) Update ¶

Update takes the representation of a spannerDatabaseIamMember and updates it. Returns the server's representation of the spannerDatabaseIamMember, and an error, if there is any.

func (*FakeSpannerDatabaseIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSpannerDatabaseIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested spannerDatabaseIamMembers.

type FakeSpannerDatabaseIamPolicies ¶

type FakeSpannerDatabaseIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSpannerDatabaseIamPolicies implements SpannerDatabaseIamPolicyInterface

func (*FakeSpannerDatabaseIamPolicies) Create ¶

Create takes the representation of a spannerDatabaseIamPolicy and creates it. Returns the server's representation of the spannerDatabaseIamPolicy, and an error, if there is any.

func (*FakeSpannerDatabaseIamPolicies) Delete ¶

Delete takes name of the spannerDatabaseIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeSpannerDatabaseIamPolicies) DeleteCollection ¶

func (c *FakeSpannerDatabaseIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSpannerDatabaseIamPolicies) Get ¶

Get takes name of the spannerDatabaseIamPolicy, and returns the corresponding spannerDatabaseIamPolicy object, and an error if there is any.

func (*FakeSpannerDatabaseIamPolicies) List ¶

List takes label and field selectors, and returns the list of SpannerDatabaseIamPolicies that match those selectors.

func (*FakeSpannerDatabaseIamPolicies) Patch ¶

func (c *FakeSpannerDatabaseIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SpannerDatabaseIamPolicy, err error)

Patch applies the patch and returns the patched spannerDatabaseIamPolicy.

func (*FakeSpannerDatabaseIamPolicies) Update ¶

Update takes the representation of a spannerDatabaseIamPolicy and updates it. Returns the server's representation of the spannerDatabaseIamPolicy, and an error, if there is any.

func (*FakeSpannerDatabaseIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSpannerDatabaseIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested spannerDatabaseIamPolicies.

type FakeSpannerDatabases ¶

type FakeSpannerDatabases struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSpannerDatabases implements SpannerDatabaseInterface

func (*FakeSpannerDatabases) Create ¶

func (c *FakeSpannerDatabases) Create(ctx context.Context, spannerDatabase *v1alpha1.SpannerDatabase, opts v1.CreateOptions) (result *v1alpha1.SpannerDatabase, err error)

Create takes the representation of a spannerDatabase and creates it. Returns the server's representation of the spannerDatabase, and an error, if there is any.

func (*FakeSpannerDatabases) Delete ¶

func (c *FakeSpannerDatabases) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the spannerDatabase and deletes it. Returns an error if one occurs.

func (*FakeSpannerDatabases) DeleteCollection ¶

func (c *FakeSpannerDatabases) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSpannerDatabases) Get ¶

func (c *FakeSpannerDatabases) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SpannerDatabase, err error)

Get takes name of the spannerDatabase, and returns the corresponding spannerDatabase object, and an error if there is any.

func (*FakeSpannerDatabases) List ¶

List takes label and field selectors, and returns the list of SpannerDatabases that match those selectors.

func (*FakeSpannerDatabases) Patch ¶

func (c *FakeSpannerDatabases) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SpannerDatabase, err error)

Patch applies the patch and returns the patched spannerDatabase.

func (*FakeSpannerDatabases) Update ¶

func (c *FakeSpannerDatabases) Update(ctx context.Context, spannerDatabase *v1alpha1.SpannerDatabase, opts v1.UpdateOptions) (result *v1alpha1.SpannerDatabase, err error)

Update takes the representation of a spannerDatabase and updates it. Returns the server's representation of the spannerDatabase, and an error, if there is any.

func (*FakeSpannerDatabases) UpdateStatus ¶

func (c *FakeSpannerDatabases) UpdateStatus(ctx context.Context, spannerDatabase *v1alpha1.SpannerDatabase, opts v1.UpdateOptions) (*v1alpha1.SpannerDatabase, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSpannerDatabases) Watch ¶

Watch returns a watch.Interface that watches the requested spannerDatabases.

type FakeSpannerInstanceIamBindings ¶

type FakeSpannerInstanceIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSpannerInstanceIamBindings implements SpannerInstanceIamBindingInterface

func (*FakeSpannerInstanceIamBindings) Create ¶

Create takes the representation of a spannerInstanceIamBinding and creates it. Returns the server's representation of the spannerInstanceIamBinding, and an error, if there is any.

func (*FakeSpannerInstanceIamBindings) Delete ¶

Delete takes name of the spannerInstanceIamBinding and deletes it. Returns an error if one occurs.

func (*FakeSpannerInstanceIamBindings) DeleteCollection ¶

func (c *FakeSpannerInstanceIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSpannerInstanceIamBindings) Get ¶

Get takes name of the spannerInstanceIamBinding, and returns the corresponding spannerInstanceIamBinding object, and an error if there is any.

func (*FakeSpannerInstanceIamBindings) List ¶

List takes label and field selectors, and returns the list of SpannerInstanceIamBindings that match those selectors.

func (*FakeSpannerInstanceIamBindings) Patch ¶

func (c *FakeSpannerInstanceIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SpannerInstanceIamBinding, err error)

Patch applies the patch and returns the patched spannerInstanceIamBinding.

func (*FakeSpannerInstanceIamBindings) Update ¶

Update takes the representation of a spannerInstanceIamBinding and updates it. Returns the server's representation of the spannerInstanceIamBinding, and an error, if there is any.

func (*FakeSpannerInstanceIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSpannerInstanceIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested spannerInstanceIamBindings.

type FakeSpannerInstanceIamMembers ¶

type FakeSpannerInstanceIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSpannerInstanceIamMembers implements SpannerInstanceIamMemberInterface

func (*FakeSpannerInstanceIamMembers) Create ¶

Create takes the representation of a spannerInstanceIamMember and creates it. Returns the server's representation of the spannerInstanceIamMember, and an error, if there is any.

func (*FakeSpannerInstanceIamMembers) Delete ¶

Delete takes name of the spannerInstanceIamMember and deletes it. Returns an error if one occurs.

func (*FakeSpannerInstanceIamMembers) DeleteCollection ¶

func (c *FakeSpannerInstanceIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSpannerInstanceIamMembers) Get ¶

Get takes name of the spannerInstanceIamMember, and returns the corresponding spannerInstanceIamMember object, and an error if there is any.

func (*FakeSpannerInstanceIamMembers) List ¶

List takes label and field selectors, and returns the list of SpannerInstanceIamMembers that match those selectors.

func (*FakeSpannerInstanceIamMembers) Patch ¶

func (c *FakeSpannerInstanceIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SpannerInstanceIamMember, err error)

Patch applies the patch and returns the patched spannerInstanceIamMember.

func (*FakeSpannerInstanceIamMembers) Update ¶

Update takes the representation of a spannerInstanceIamMember and updates it. Returns the server's representation of the spannerInstanceIamMember, and an error, if there is any.

func (*FakeSpannerInstanceIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSpannerInstanceIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested spannerInstanceIamMembers.

type FakeSpannerInstanceIamPolicies ¶

type FakeSpannerInstanceIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSpannerInstanceIamPolicies implements SpannerInstanceIamPolicyInterface

func (*FakeSpannerInstanceIamPolicies) Create ¶

Create takes the representation of a spannerInstanceIamPolicy and creates it. Returns the server's representation of the spannerInstanceIamPolicy, and an error, if there is any.

func (*FakeSpannerInstanceIamPolicies) Delete ¶

Delete takes name of the spannerInstanceIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeSpannerInstanceIamPolicies) DeleteCollection ¶

func (c *FakeSpannerInstanceIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSpannerInstanceIamPolicies) Get ¶

Get takes name of the spannerInstanceIamPolicy, and returns the corresponding spannerInstanceIamPolicy object, and an error if there is any.

func (*FakeSpannerInstanceIamPolicies) List ¶

List takes label and field selectors, and returns the list of SpannerInstanceIamPolicies that match those selectors.

func (*FakeSpannerInstanceIamPolicies) Patch ¶

func (c *FakeSpannerInstanceIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SpannerInstanceIamPolicy, err error)

Patch applies the patch and returns the patched spannerInstanceIamPolicy.

func (*FakeSpannerInstanceIamPolicies) Update ¶

Update takes the representation of a spannerInstanceIamPolicy and updates it. Returns the server's representation of the spannerInstanceIamPolicy, and an error, if there is any.

func (*FakeSpannerInstanceIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSpannerInstanceIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested spannerInstanceIamPolicies.

type FakeSpannerInstances ¶

type FakeSpannerInstances struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSpannerInstances implements SpannerInstanceInterface

func (*FakeSpannerInstances) Create ¶

func (c *FakeSpannerInstances) Create(ctx context.Context, spannerInstance *v1alpha1.SpannerInstance, opts v1.CreateOptions) (result *v1alpha1.SpannerInstance, err error)

Create takes the representation of a spannerInstance and creates it. Returns the server's representation of the spannerInstance, and an error, if there is any.

func (*FakeSpannerInstances) Delete ¶

func (c *FakeSpannerInstances) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the spannerInstance and deletes it. Returns an error if one occurs.

func (*FakeSpannerInstances) DeleteCollection ¶

func (c *FakeSpannerInstances) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSpannerInstances) Get ¶

func (c *FakeSpannerInstances) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SpannerInstance, err error)

Get takes name of the spannerInstance, and returns the corresponding spannerInstance object, and an error if there is any.

func (*FakeSpannerInstances) List ¶

List takes label and field selectors, and returns the list of SpannerInstances that match those selectors.

func (*FakeSpannerInstances) Patch ¶

func (c *FakeSpannerInstances) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SpannerInstance, err error)

Patch applies the patch and returns the patched spannerInstance.

func (*FakeSpannerInstances) Update ¶

func (c *FakeSpannerInstances) Update(ctx context.Context, spannerInstance *v1alpha1.SpannerInstance, opts v1.UpdateOptions) (result *v1alpha1.SpannerInstance, err error)

Update takes the representation of a spannerInstance and updates it. Returns the server's representation of the spannerInstance, and an error, if there is any.

func (*FakeSpannerInstances) UpdateStatus ¶

func (c *FakeSpannerInstances) UpdateStatus(ctx context.Context, spannerInstance *v1alpha1.SpannerInstance, opts v1.UpdateOptions) (*v1alpha1.SpannerInstance, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSpannerInstances) Watch ¶

Watch returns a watch.Interface that watches the requested spannerInstances.

type FakeSqlDatabaseInstances ¶

type FakeSqlDatabaseInstances struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSqlDatabaseInstances implements SqlDatabaseInstanceInterface

func (*FakeSqlDatabaseInstances) Create ¶

func (c *FakeSqlDatabaseInstances) Create(ctx context.Context, sqlDatabaseInstance *v1alpha1.SqlDatabaseInstance, opts v1.CreateOptions) (result *v1alpha1.SqlDatabaseInstance, err error)

Create takes the representation of a sqlDatabaseInstance and creates it. Returns the server's representation of the sqlDatabaseInstance, and an error, if there is any.

func (*FakeSqlDatabaseInstances) Delete ¶

Delete takes name of the sqlDatabaseInstance and deletes it. Returns an error if one occurs.

func (*FakeSqlDatabaseInstances) DeleteCollection ¶

func (c *FakeSqlDatabaseInstances) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSqlDatabaseInstances) Get ¶

func (c *FakeSqlDatabaseInstances) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SqlDatabaseInstance, err error)

Get takes name of the sqlDatabaseInstance, and returns the corresponding sqlDatabaseInstance object, and an error if there is any.

func (*FakeSqlDatabaseInstances) List ¶

List takes label and field selectors, and returns the list of SqlDatabaseInstances that match those selectors.

func (*FakeSqlDatabaseInstances) Patch ¶

func (c *FakeSqlDatabaseInstances) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SqlDatabaseInstance, err error)

Patch applies the patch and returns the patched sqlDatabaseInstance.

func (*FakeSqlDatabaseInstances) Update ¶

func (c *FakeSqlDatabaseInstances) Update(ctx context.Context, sqlDatabaseInstance *v1alpha1.SqlDatabaseInstance, opts v1.UpdateOptions) (result *v1alpha1.SqlDatabaseInstance, err error)

Update takes the representation of a sqlDatabaseInstance and updates it. Returns the server's representation of the sqlDatabaseInstance, and an error, if there is any.

func (*FakeSqlDatabaseInstances) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSqlDatabaseInstances) Watch ¶

Watch returns a watch.Interface that watches the requested sqlDatabaseInstances.

type FakeSqlDatabases ¶

type FakeSqlDatabases struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSqlDatabases implements SqlDatabaseInterface

func (*FakeSqlDatabases) Create ¶

func (c *FakeSqlDatabases) Create(ctx context.Context, sqlDatabase *v1alpha1.SqlDatabase, opts v1.CreateOptions) (result *v1alpha1.SqlDatabase, err error)

Create takes the representation of a sqlDatabase and creates it. Returns the server's representation of the sqlDatabase, and an error, if there is any.

func (*FakeSqlDatabases) Delete ¶

func (c *FakeSqlDatabases) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the sqlDatabase and deletes it. Returns an error if one occurs.

func (*FakeSqlDatabases) DeleteCollection ¶

func (c *FakeSqlDatabases) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSqlDatabases) Get ¶

func (c *FakeSqlDatabases) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SqlDatabase, err error)

Get takes name of the sqlDatabase, and returns the corresponding sqlDatabase object, and an error if there is any.

func (*FakeSqlDatabases) List ¶

func (c *FakeSqlDatabases) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.SqlDatabaseList, err error)

List takes label and field selectors, and returns the list of SqlDatabases that match those selectors.

func (*FakeSqlDatabases) Patch ¶

func (c *FakeSqlDatabases) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SqlDatabase, err error)

Patch applies the patch and returns the patched sqlDatabase.

func (*FakeSqlDatabases) Update ¶

func (c *FakeSqlDatabases) Update(ctx context.Context, sqlDatabase *v1alpha1.SqlDatabase, opts v1.UpdateOptions) (result *v1alpha1.SqlDatabase, err error)

Update takes the representation of a sqlDatabase and updates it. Returns the server's representation of the sqlDatabase, and an error, if there is any.

func (*FakeSqlDatabases) UpdateStatus ¶

func (c *FakeSqlDatabases) UpdateStatus(ctx context.Context, sqlDatabase *v1alpha1.SqlDatabase, opts v1.UpdateOptions) (*v1alpha1.SqlDatabase, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSqlDatabases) Watch ¶

Watch returns a watch.Interface that watches the requested sqlDatabases.

type FakeSqlSSLCerts ¶ added in v0.0.3

type FakeSqlSSLCerts struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSqlSSLCerts implements SqlSSLCertInterface

func (*FakeSqlSSLCerts) Create ¶ added in v0.0.3

func (c *FakeSqlSSLCerts) Create(ctx context.Context, sqlSSLCert *v1alpha1.SqlSSLCert, opts v1.CreateOptions) (result *v1alpha1.SqlSSLCert, err error)

Create takes the representation of a sqlSSLCert and creates it. Returns the server's representation of the sqlSSLCert, and an error, if there is any.

func (*FakeSqlSSLCerts) Delete ¶ added in v0.0.3

func (c *FakeSqlSSLCerts) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the sqlSSLCert and deletes it. Returns an error if one occurs.

func (*FakeSqlSSLCerts) DeleteCollection ¶ added in v0.0.3

func (c *FakeSqlSSLCerts) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSqlSSLCerts) Get ¶ added in v0.0.3

func (c *FakeSqlSSLCerts) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SqlSSLCert, err error)

Get takes name of the sqlSSLCert, and returns the corresponding sqlSSLCert object, and an error if there is any.

func (*FakeSqlSSLCerts) List ¶ added in v0.0.3

func (c *FakeSqlSSLCerts) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.SqlSSLCertList, err error)

List takes label and field selectors, and returns the list of SqlSSLCerts that match those selectors.

func (*FakeSqlSSLCerts) Patch ¶ added in v0.0.3

func (c *FakeSqlSSLCerts) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SqlSSLCert, err error)

Patch applies the patch and returns the patched sqlSSLCert.

func (*FakeSqlSSLCerts) Update ¶ added in v0.0.3

func (c *FakeSqlSSLCerts) Update(ctx context.Context, sqlSSLCert *v1alpha1.SqlSSLCert, opts v1.UpdateOptions) (result *v1alpha1.SqlSSLCert, err error)

Update takes the representation of a sqlSSLCert and updates it. Returns the server's representation of the sqlSSLCert, and an error, if there is any.

func (*FakeSqlSSLCerts) UpdateStatus ¶ added in v0.0.3

func (c *FakeSqlSSLCerts) UpdateStatus(ctx context.Context, sqlSSLCert *v1alpha1.SqlSSLCert, opts v1.UpdateOptions) (*v1alpha1.SqlSSLCert, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSqlSSLCerts) Watch ¶ added in v0.0.3

Watch returns a watch.Interface that watches the requested sqlSSLCerts.

type FakeSqlUsers ¶

type FakeSqlUsers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeSqlUsers implements SqlUserInterface

func (*FakeSqlUsers) Create ¶

func (c *FakeSqlUsers) Create(ctx context.Context, sqlUser *v1alpha1.SqlUser, opts v1.CreateOptions) (result *v1alpha1.SqlUser, err error)

Create takes the representation of a sqlUser and creates it. Returns the server's representation of the sqlUser, and an error, if there is any.

func (*FakeSqlUsers) Delete ¶

func (c *FakeSqlUsers) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the sqlUser and deletes it. Returns an error if one occurs.

func (*FakeSqlUsers) DeleteCollection ¶

func (c *FakeSqlUsers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSqlUsers) Get ¶

func (c *FakeSqlUsers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.SqlUser, err error)

Get takes name of the sqlUser, and returns the corresponding sqlUser object, and an error if there is any.

func (*FakeSqlUsers) List ¶

func (c *FakeSqlUsers) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.SqlUserList, err error)

List takes label and field selectors, and returns the list of SqlUsers that match those selectors.

func (*FakeSqlUsers) Patch ¶

func (c *FakeSqlUsers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.SqlUser, err error)

Patch applies the patch and returns the patched sqlUser.

func (*FakeSqlUsers) Update ¶

func (c *FakeSqlUsers) Update(ctx context.Context, sqlUser *v1alpha1.SqlUser, opts v1.UpdateOptions) (result *v1alpha1.SqlUser, err error)

Update takes the representation of a sqlUser and updates it. Returns the server's representation of the sqlUser, and an error, if there is any.

func (*FakeSqlUsers) UpdateStatus ¶

func (c *FakeSqlUsers) UpdateStatus(ctx context.Context, sqlUser *v1alpha1.SqlUser, opts v1.UpdateOptions) (*v1alpha1.SqlUser, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeSqlUsers) Watch ¶

func (c *FakeSqlUsers) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested sqlUsers.

type FakeStorageBucketACLs ¶ added in v0.0.2

type FakeStorageBucketACLs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageBucketACLs implements StorageBucketACLInterface

func (*FakeStorageBucketACLs) Create ¶ added in v0.0.2

func (c *FakeStorageBucketACLs) Create(ctx context.Context, storageBucketACL *v1alpha1.StorageBucketACL, opts v1.CreateOptions) (result *v1alpha1.StorageBucketACL, err error)

Create takes the representation of a storageBucketACL and creates it. Returns the server's representation of the storageBucketACL, and an error, if there is any.

func (*FakeStorageBucketACLs) Delete ¶ added in v0.0.2

func (c *FakeStorageBucketACLs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the storageBucketACL and deletes it. Returns an error if one occurs.

func (*FakeStorageBucketACLs) DeleteCollection ¶ added in v0.0.2

func (c *FakeStorageBucketACLs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageBucketACLs) Get ¶ added in v0.0.2

func (c *FakeStorageBucketACLs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.StorageBucketACL, err error)

Get takes name of the storageBucketACL, and returns the corresponding storageBucketACL object, and an error if there is any.

func (*FakeStorageBucketACLs) List ¶ added in v0.0.2

List takes label and field selectors, and returns the list of StorageBucketACLs that match those selectors.

func (*FakeStorageBucketACLs) Patch ¶ added in v0.0.2

func (c *FakeStorageBucketACLs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageBucketACL, err error)

Patch applies the patch and returns the patched storageBucketACL.

func (*FakeStorageBucketACLs) Update ¶ added in v0.0.2

func (c *FakeStorageBucketACLs) Update(ctx context.Context, storageBucketACL *v1alpha1.StorageBucketACL, opts v1.UpdateOptions) (result *v1alpha1.StorageBucketACL, err error)

Update takes the representation of a storageBucketACL and updates it. Returns the server's representation of the storageBucketACL, and an error, if there is any.

func (*FakeStorageBucketACLs) UpdateStatus ¶ added in v0.0.2

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageBucketACLs) Watch ¶ added in v0.0.2

Watch returns a watch.Interface that watches the requested storageBucketACLs.

type FakeStorageBucketAccessControls ¶ added in v0.2.0

type FakeStorageBucketAccessControls struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageBucketAccessControls implements StorageBucketAccessControlInterface

func (*FakeStorageBucketAccessControls) Create ¶ added in v0.2.0

Create takes the representation of a storageBucketAccessControl and creates it. Returns the server's representation of the storageBucketAccessControl, and an error, if there is any.

func (*FakeStorageBucketAccessControls) Delete ¶ added in v0.2.0

Delete takes name of the storageBucketAccessControl and deletes it. Returns an error if one occurs.

func (*FakeStorageBucketAccessControls) DeleteCollection ¶ added in v0.2.0

func (c *FakeStorageBucketAccessControls) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageBucketAccessControls) Get ¶ added in v0.2.0

Get takes name of the storageBucketAccessControl, and returns the corresponding storageBucketAccessControl object, and an error if there is any.

func (*FakeStorageBucketAccessControls) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of StorageBucketAccessControls that match those selectors.

func (*FakeStorageBucketAccessControls) Patch ¶ added in v0.2.0

func (c *FakeStorageBucketAccessControls) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageBucketAccessControl, err error)

Patch applies the patch and returns the patched storageBucketAccessControl.

func (*FakeStorageBucketAccessControls) Update ¶ added in v0.2.0

Update takes the representation of a storageBucketAccessControl and updates it. Returns the server's representation of the storageBucketAccessControl, and an error, if there is any.

func (*FakeStorageBucketAccessControls) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageBucketAccessControls) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested storageBucketAccessControls.

type FakeStorageBucketIamBindings ¶

type FakeStorageBucketIamBindings struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageBucketIamBindings implements StorageBucketIamBindingInterface

func (*FakeStorageBucketIamBindings) Create ¶

Create takes the representation of a storageBucketIamBinding and creates it. Returns the server's representation of the storageBucketIamBinding, and an error, if there is any.

func (*FakeStorageBucketIamBindings) Delete ¶

Delete takes name of the storageBucketIamBinding and deletes it. Returns an error if one occurs.

func (*FakeStorageBucketIamBindings) DeleteCollection ¶

func (c *FakeStorageBucketIamBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageBucketIamBindings) Get ¶

Get takes name of the storageBucketIamBinding, and returns the corresponding storageBucketIamBinding object, and an error if there is any.

func (*FakeStorageBucketIamBindings) List ¶

List takes label and field selectors, and returns the list of StorageBucketIamBindings that match those selectors.

func (*FakeStorageBucketIamBindings) Patch ¶

func (c *FakeStorageBucketIamBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageBucketIamBinding, err error)

Patch applies the patch and returns the patched storageBucketIamBinding.

func (*FakeStorageBucketIamBindings) Update ¶

Update takes the representation of a storageBucketIamBinding and updates it. Returns the server's representation of the storageBucketIamBinding, and an error, if there is any.

func (*FakeStorageBucketIamBindings) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageBucketIamBindings) Watch ¶

Watch returns a watch.Interface that watches the requested storageBucketIamBindings.

type FakeStorageBucketIamMembers ¶

type FakeStorageBucketIamMembers struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageBucketIamMembers implements StorageBucketIamMemberInterface

func (*FakeStorageBucketIamMembers) Create ¶

Create takes the representation of a storageBucketIamMember and creates it. Returns the server's representation of the storageBucketIamMember, and an error, if there is any.

func (*FakeStorageBucketIamMembers) Delete ¶

Delete takes name of the storageBucketIamMember and deletes it. Returns an error if one occurs.

func (*FakeStorageBucketIamMembers) DeleteCollection ¶

func (c *FakeStorageBucketIamMembers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageBucketIamMembers) Get ¶

Get takes name of the storageBucketIamMember, and returns the corresponding storageBucketIamMember object, and an error if there is any.

func (*FakeStorageBucketIamMembers) List ¶

List takes label and field selectors, and returns the list of StorageBucketIamMembers that match those selectors.

func (*FakeStorageBucketIamMembers) Patch ¶

func (c *FakeStorageBucketIamMembers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageBucketIamMember, err error)

Patch applies the patch and returns the patched storageBucketIamMember.

func (*FakeStorageBucketIamMembers) Update ¶

Update takes the representation of a storageBucketIamMember and updates it. Returns the server's representation of the storageBucketIamMember, and an error, if there is any.

func (*FakeStorageBucketIamMembers) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageBucketIamMembers) Watch ¶

Watch returns a watch.Interface that watches the requested storageBucketIamMembers.

type FakeStorageBucketIamPolicies ¶

type FakeStorageBucketIamPolicies struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageBucketIamPolicies implements StorageBucketIamPolicyInterface

func (*FakeStorageBucketIamPolicies) Create ¶

Create takes the representation of a storageBucketIamPolicy and creates it. Returns the server's representation of the storageBucketIamPolicy, and an error, if there is any.

func (*FakeStorageBucketIamPolicies) Delete ¶

Delete takes name of the storageBucketIamPolicy and deletes it. Returns an error if one occurs.

func (*FakeStorageBucketIamPolicies) DeleteCollection ¶

func (c *FakeStorageBucketIamPolicies) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageBucketIamPolicies) Get ¶

Get takes name of the storageBucketIamPolicy, and returns the corresponding storageBucketIamPolicy object, and an error if there is any.

func (*FakeStorageBucketIamPolicies) List ¶

List takes label and field selectors, and returns the list of StorageBucketIamPolicies that match those selectors.

func (*FakeStorageBucketIamPolicies) Patch ¶

func (c *FakeStorageBucketIamPolicies) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageBucketIamPolicy, err error)

Patch applies the patch and returns the patched storageBucketIamPolicy.

func (*FakeStorageBucketIamPolicies) Update ¶

Update takes the representation of a storageBucketIamPolicy and updates it. Returns the server's representation of the storageBucketIamPolicy, and an error, if there is any.

func (*FakeStorageBucketIamPolicies) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageBucketIamPolicies) Watch ¶

Watch returns a watch.Interface that watches the requested storageBucketIamPolicies.

type FakeStorageBucketObjects ¶

type FakeStorageBucketObjects struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageBucketObjects implements StorageBucketObjectInterface

func (*FakeStorageBucketObjects) Create ¶

func (c *FakeStorageBucketObjects) Create(ctx context.Context, storageBucketObject *v1alpha1.StorageBucketObject, opts v1.CreateOptions) (result *v1alpha1.StorageBucketObject, err error)

Create takes the representation of a storageBucketObject and creates it. Returns the server's representation of the storageBucketObject, and an error, if there is any.

func (*FakeStorageBucketObjects) Delete ¶

Delete takes name of the storageBucketObject and deletes it. Returns an error if one occurs.

func (*FakeStorageBucketObjects) DeleteCollection ¶

func (c *FakeStorageBucketObjects) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageBucketObjects) Get ¶

func (c *FakeStorageBucketObjects) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.StorageBucketObject, err error)

Get takes name of the storageBucketObject, and returns the corresponding storageBucketObject object, and an error if there is any.

func (*FakeStorageBucketObjects) List ¶

List takes label and field selectors, and returns the list of StorageBucketObjects that match those selectors.

func (*FakeStorageBucketObjects) Patch ¶

func (c *FakeStorageBucketObjects) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageBucketObject, err error)

Patch applies the patch and returns the patched storageBucketObject.

func (*FakeStorageBucketObjects) Update ¶

func (c *FakeStorageBucketObjects) Update(ctx context.Context, storageBucketObject *v1alpha1.StorageBucketObject, opts v1.UpdateOptions) (result *v1alpha1.StorageBucketObject, err error)

Update takes the representation of a storageBucketObject and updates it. Returns the server's representation of the storageBucketObject, and an error, if there is any.

func (*FakeStorageBucketObjects) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageBucketObjects) Watch ¶

Watch returns a watch.Interface that watches the requested storageBucketObjects.

type FakeStorageBuckets ¶

type FakeStorageBuckets struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageBuckets implements StorageBucketInterface

func (*FakeStorageBuckets) Create ¶

func (c *FakeStorageBuckets) Create(ctx context.Context, storageBucket *v1alpha1.StorageBucket, opts v1.CreateOptions) (result *v1alpha1.StorageBucket, err error)

Create takes the representation of a storageBucket and creates it. Returns the server's representation of the storageBucket, and an error, if there is any.

func (*FakeStorageBuckets) Delete ¶

func (c *FakeStorageBuckets) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the storageBucket and deletes it. Returns an error if one occurs.

func (*FakeStorageBuckets) DeleteCollection ¶

func (c *FakeStorageBuckets) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageBuckets) Get ¶

func (c *FakeStorageBuckets) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.StorageBucket, err error)

Get takes name of the storageBucket, and returns the corresponding storageBucket object, and an error if there is any.

func (*FakeStorageBuckets) List ¶

func (c *FakeStorageBuckets) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.StorageBucketList, err error)

List takes label and field selectors, and returns the list of StorageBuckets that match those selectors.

func (*FakeStorageBuckets) Patch ¶

func (c *FakeStorageBuckets) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageBucket, err error)

Patch applies the patch and returns the patched storageBucket.

func (*FakeStorageBuckets) Update ¶

func (c *FakeStorageBuckets) Update(ctx context.Context, storageBucket *v1alpha1.StorageBucket, opts v1.UpdateOptions) (result *v1alpha1.StorageBucket, err error)

Update takes the representation of a storageBucket and updates it. Returns the server's representation of the storageBucket, and an error, if there is any.

func (*FakeStorageBuckets) UpdateStatus ¶

func (c *FakeStorageBuckets) UpdateStatus(ctx context.Context, storageBucket *v1alpha1.StorageBucket, opts v1.UpdateOptions) (*v1alpha1.StorageBucket, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageBuckets) Watch ¶

Watch returns a watch.Interface that watches the requested storageBuckets.

type FakeStorageDefaultObjectACLs ¶ added in v0.0.2

type FakeStorageDefaultObjectACLs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageDefaultObjectACLs implements StorageDefaultObjectACLInterface

func (*FakeStorageDefaultObjectACLs) Create ¶ added in v0.0.2

Create takes the representation of a storageDefaultObjectACL and creates it. Returns the server's representation of the storageDefaultObjectACL, and an error, if there is any.

func (*FakeStorageDefaultObjectACLs) Delete ¶ added in v0.0.2

Delete takes name of the storageDefaultObjectACL and deletes it. Returns an error if one occurs.

func (*FakeStorageDefaultObjectACLs) DeleteCollection ¶ added in v0.0.2

func (c *FakeStorageDefaultObjectACLs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageDefaultObjectACLs) Get ¶ added in v0.0.2

Get takes name of the storageDefaultObjectACL, and returns the corresponding storageDefaultObjectACL object, and an error if there is any.

func (*FakeStorageDefaultObjectACLs) List ¶ added in v0.0.2

List takes label and field selectors, and returns the list of StorageDefaultObjectACLs that match those selectors.

func (*FakeStorageDefaultObjectACLs) Patch ¶ added in v0.0.2

func (c *FakeStorageDefaultObjectACLs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageDefaultObjectACL, err error)

Patch applies the patch and returns the patched storageDefaultObjectACL.

func (*FakeStorageDefaultObjectACLs) Update ¶ added in v0.0.2

Update takes the representation of a storageDefaultObjectACL and updates it. Returns the server's representation of the storageDefaultObjectACL, and an error, if there is any.

func (*FakeStorageDefaultObjectACLs) UpdateStatus ¶ added in v0.0.2

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageDefaultObjectACLs) Watch ¶ added in v0.0.2

Watch returns a watch.Interface that watches the requested storageDefaultObjectACLs.

type FakeStorageDefaultObjectAccessControls ¶

type FakeStorageDefaultObjectAccessControls struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageDefaultObjectAccessControls implements StorageDefaultObjectAccessControlInterface

func (*FakeStorageDefaultObjectAccessControls) Create ¶

Create takes the representation of a storageDefaultObjectAccessControl and creates it. Returns the server's representation of the storageDefaultObjectAccessControl, and an error, if there is any.

func (*FakeStorageDefaultObjectAccessControls) Delete ¶

Delete takes name of the storageDefaultObjectAccessControl and deletes it. Returns an error if one occurs.

func (*FakeStorageDefaultObjectAccessControls) DeleteCollection ¶

func (c *FakeStorageDefaultObjectAccessControls) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageDefaultObjectAccessControls) Get ¶

Get takes name of the storageDefaultObjectAccessControl, and returns the corresponding storageDefaultObjectAccessControl object, and an error if there is any.

func (*FakeStorageDefaultObjectAccessControls) List ¶

List takes label and field selectors, and returns the list of StorageDefaultObjectAccessControls that match those selectors.

func (*FakeStorageDefaultObjectAccessControls) Patch ¶

Patch applies the patch and returns the patched storageDefaultObjectAccessControl.

func (*FakeStorageDefaultObjectAccessControls) Update ¶

Update takes the representation of a storageDefaultObjectAccessControl and updates it. Returns the server's representation of the storageDefaultObjectAccessControl, and an error, if there is any.

func (*FakeStorageDefaultObjectAccessControls) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageDefaultObjectAccessControls) Watch ¶

Watch returns a watch.Interface that watches the requested storageDefaultObjectAccessControls.

type FakeStorageNotifications ¶

type FakeStorageNotifications struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageNotifications implements StorageNotificationInterface

func (*FakeStorageNotifications) Create ¶

func (c *FakeStorageNotifications) Create(ctx context.Context, storageNotification *v1alpha1.StorageNotification, opts v1.CreateOptions) (result *v1alpha1.StorageNotification, err error)

Create takes the representation of a storageNotification and creates it. Returns the server's representation of the storageNotification, and an error, if there is any.

func (*FakeStorageNotifications) Delete ¶

Delete takes name of the storageNotification and deletes it. Returns an error if one occurs.

func (*FakeStorageNotifications) DeleteCollection ¶

func (c *FakeStorageNotifications) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageNotifications) Get ¶

func (c *FakeStorageNotifications) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.StorageNotification, err error)

Get takes name of the storageNotification, and returns the corresponding storageNotification object, and an error if there is any.

func (*FakeStorageNotifications) List ¶

List takes label and field selectors, and returns the list of StorageNotifications that match those selectors.

func (*FakeStorageNotifications) Patch ¶

func (c *FakeStorageNotifications) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageNotification, err error)

Patch applies the patch and returns the patched storageNotification.

func (*FakeStorageNotifications) Update ¶

func (c *FakeStorageNotifications) Update(ctx context.Context, storageNotification *v1alpha1.StorageNotification, opts v1.UpdateOptions) (result *v1alpha1.StorageNotification, err error)

Update takes the representation of a storageNotification and updates it. Returns the server's representation of the storageNotification, and an error, if there is any.

func (*FakeStorageNotifications) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageNotifications) Watch ¶

Watch returns a watch.Interface that watches the requested storageNotifications.

type FakeStorageObjectACLs ¶ added in v0.0.2

type FakeStorageObjectACLs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageObjectACLs implements StorageObjectACLInterface

func (*FakeStorageObjectACLs) Create ¶ added in v0.0.2

func (c *FakeStorageObjectACLs) Create(ctx context.Context, storageObjectACL *v1alpha1.StorageObjectACL, opts v1.CreateOptions) (result *v1alpha1.StorageObjectACL, err error)

Create takes the representation of a storageObjectACL and creates it. Returns the server's representation of the storageObjectACL, and an error, if there is any.

func (*FakeStorageObjectACLs) Delete ¶ added in v0.0.2

func (c *FakeStorageObjectACLs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the storageObjectACL and deletes it. Returns an error if one occurs.

func (*FakeStorageObjectACLs) DeleteCollection ¶ added in v0.0.2

func (c *FakeStorageObjectACLs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageObjectACLs) Get ¶ added in v0.0.2

func (c *FakeStorageObjectACLs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.StorageObjectACL, err error)

Get takes name of the storageObjectACL, and returns the corresponding storageObjectACL object, and an error if there is any.

func (*FakeStorageObjectACLs) List ¶ added in v0.0.2

List takes label and field selectors, and returns the list of StorageObjectACLs that match those selectors.

func (*FakeStorageObjectACLs) Patch ¶ added in v0.0.2

func (c *FakeStorageObjectACLs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageObjectACL, err error)

Patch applies the patch and returns the patched storageObjectACL.

func (*FakeStorageObjectACLs) Update ¶ added in v0.0.2

func (c *FakeStorageObjectACLs) Update(ctx context.Context, storageObjectACL *v1alpha1.StorageObjectACL, opts v1.UpdateOptions) (result *v1alpha1.StorageObjectACL, err error)

Update takes the representation of a storageObjectACL and updates it. Returns the server's representation of the storageObjectACL, and an error, if there is any.

func (*FakeStorageObjectACLs) UpdateStatus ¶ added in v0.0.2

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageObjectACLs) Watch ¶ added in v0.0.2

Watch returns a watch.Interface that watches the requested storageObjectACLs.

type FakeStorageObjectAccessControls ¶

type FakeStorageObjectAccessControls struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageObjectAccessControls implements StorageObjectAccessControlInterface

func (*FakeStorageObjectAccessControls) Create ¶

Create takes the representation of a storageObjectAccessControl and creates it. Returns the server's representation of the storageObjectAccessControl, and an error, if there is any.

func (*FakeStorageObjectAccessControls) Delete ¶

Delete takes name of the storageObjectAccessControl and deletes it. Returns an error if one occurs.

func (*FakeStorageObjectAccessControls) DeleteCollection ¶

func (c *FakeStorageObjectAccessControls) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageObjectAccessControls) Get ¶

Get takes name of the storageObjectAccessControl, and returns the corresponding storageObjectAccessControl object, and an error if there is any.

func (*FakeStorageObjectAccessControls) List ¶

List takes label and field selectors, and returns the list of StorageObjectAccessControls that match those selectors.

func (*FakeStorageObjectAccessControls) Patch ¶

func (c *FakeStorageObjectAccessControls) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageObjectAccessControl, err error)

Patch applies the patch and returns the patched storageObjectAccessControl.

func (*FakeStorageObjectAccessControls) Update ¶

Update takes the representation of a storageObjectAccessControl and updates it. Returns the server's representation of the storageObjectAccessControl, and an error, if there is any.

func (*FakeStorageObjectAccessControls) UpdateStatus ¶

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageObjectAccessControls) Watch ¶

Watch returns a watch.Interface that watches the requested storageObjectAccessControls.

type FakeStorageTransferJobs ¶ added in v0.2.0

type FakeStorageTransferJobs struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeStorageTransferJobs implements StorageTransferJobInterface

func (*FakeStorageTransferJobs) Create ¶ added in v0.2.0

func (c *FakeStorageTransferJobs) Create(ctx context.Context, storageTransferJob *v1alpha1.StorageTransferJob, opts v1.CreateOptions) (result *v1alpha1.StorageTransferJob, err error)

Create takes the representation of a storageTransferJob and creates it. Returns the server's representation of the storageTransferJob, and an error, if there is any.

func (*FakeStorageTransferJobs) Delete ¶ added in v0.2.0

func (c *FakeStorageTransferJobs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the storageTransferJob and deletes it. Returns an error if one occurs.

func (*FakeStorageTransferJobs) DeleteCollection ¶ added in v0.2.0

func (c *FakeStorageTransferJobs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageTransferJobs) Get ¶ added in v0.2.0

func (c *FakeStorageTransferJobs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.StorageTransferJob, err error)

Get takes name of the storageTransferJob, and returns the corresponding storageTransferJob object, and an error if there is any.

func (*FakeStorageTransferJobs) List ¶ added in v0.2.0

List takes label and field selectors, and returns the list of StorageTransferJobs that match those selectors.

func (*FakeStorageTransferJobs) Patch ¶ added in v0.2.0

func (c *FakeStorageTransferJobs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageTransferJob, err error)

Patch applies the patch and returns the patched storageTransferJob.

func (*FakeStorageTransferJobs) Update ¶ added in v0.2.0

func (c *FakeStorageTransferJobs) Update(ctx context.Context, storageTransferJob *v1alpha1.StorageTransferJob, opts v1.UpdateOptions) (result *v1alpha1.StorageTransferJob, err error)

Update takes the representation of a storageTransferJob and updates it. Returns the server's representation of the storageTransferJob, and an error, if there is any.

func (*FakeStorageTransferJobs) UpdateStatus ¶ added in v0.2.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageTransferJobs) Watch ¶ added in v0.2.0

Watch returns a watch.Interface that watches the requested storageTransferJobs.

type FakeTpuNodes ¶ added in v0.2.0

type FakeTpuNodes struct {
	Fake *FakeGoogleV1alpha1
	// contains filtered or unexported fields
}

FakeTpuNodes implements TpuNodeInterface

func (*FakeTpuNodes) Create ¶ added in v0.2.0

func (c *FakeTpuNodes) Create(ctx context.Context, tpuNode *v1alpha1.TpuNode, opts v1.CreateOptions) (result *v1alpha1.TpuNode, err error)

Create takes the representation of a tpuNode and creates it. Returns the server's representation of the tpuNode, and an error, if there is any.

func (*FakeTpuNodes) Delete ¶ added in v0.2.0

func (c *FakeTpuNodes) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the tpuNode and deletes it. Returns an error if one occurs.

func (*FakeTpuNodes) DeleteCollection ¶ added in v0.2.0

func (c *FakeTpuNodes) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTpuNodes) Get ¶ added in v0.2.0

func (c *FakeTpuNodes) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.TpuNode, err error)

Get takes name of the tpuNode, and returns the corresponding tpuNode object, and an error if there is any.

func (*FakeTpuNodes) List ¶ added in v0.2.0

func (c *FakeTpuNodes) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.TpuNodeList, err error)

List takes label and field selectors, and returns the list of TpuNodes that match those selectors.

func (*FakeTpuNodes) Patch ¶ added in v0.2.0

func (c *FakeTpuNodes) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TpuNode, err error)

Patch applies the patch and returns the patched tpuNode.

func (*FakeTpuNodes) Update ¶ added in v0.2.0

func (c *FakeTpuNodes) Update(ctx context.Context, tpuNode *v1alpha1.TpuNode, opts v1.UpdateOptions) (result *v1alpha1.TpuNode, err error)

Update takes the representation of a tpuNode and updates it. Returns the server's representation of the tpuNode, and an error, if there is any.

func (*FakeTpuNodes) UpdateStatus ¶ added in v0.2.0

func (c *FakeTpuNodes) UpdateStatus(ctx context.Context, tpuNode *v1alpha1.TpuNode, opts v1.UpdateOptions) (*v1alpha1.TpuNode, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeTpuNodes) Watch ¶ added in v0.2.0

func (c *FakeTpuNodes) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested tpuNodes.

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL