util

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateOrPatchAWSRole

func CreateOrPatchAWSRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(alert *api.AWSRole) *api.AWSRole) (*api.AWSRole, kutil.VerbType, error)

func CreateOrPatchAzureRole

func CreateOrPatchAzureRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(alert *api.AzureRole) *api.AzureRole) (*api.AzureRole, kutil.VerbType, error)

func CreateOrPatchGCPRole

func CreateOrPatchGCPRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(alert *api.GCPRole) *api.GCPRole) (*api.GCPRole, kutil.VerbType, error)

func CreateOrPatchMongoDBRole

func CreateOrPatchMongoDBRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(alert *api.MongoDBRole) *api.MongoDBRole) (*api.MongoDBRole, kutil.VerbType, error)

func CreateOrPatchMySQLRole

func CreateOrPatchMySQLRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(alert *api.MySQLRole) *api.MySQLRole) (*api.MySQLRole, kutil.VerbType, error)

func CreateOrPatchPostgresRole

func CreateOrPatchPostgresRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(alert *api.PostgresRole) *api.PostgresRole) (*api.PostgresRole, kutil.VerbType, error)

func PatchAWSRole

func PatchAWSRole(c cs.EngineV1alpha1Interface, cur *api.AWSRole, transform func(*api.AWSRole) *api.AWSRole) (*api.AWSRole, kutil.VerbType, error)

func PatchAWSRoleObject

func PatchAWSRoleObject(c cs.EngineV1alpha1Interface, cur, mod *api.AWSRole) (*api.AWSRole, kutil.VerbType, error)

func PatchAzureRole

func PatchAzureRole(c cs.EngineV1alpha1Interface, cur *api.AzureRole, transform func(*api.AzureRole) *api.AzureRole) (*api.AzureRole, kutil.VerbType, error)

func PatchAzureRoleObject

func PatchAzureRoleObject(c cs.EngineV1alpha1Interface, cur, mod *api.AzureRole) (*api.AzureRole, kutil.VerbType, error)

func PatchGCPRole

func PatchGCPRole(c cs.EngineV1alpha1Interface, cur *api.GCPRole, transform func(*api.GCPRole) *api.GCPRole) (*api.GCPRole, kutil.VerbType, error)

func PatchGCPRoleObject

func PatchGCPRoleObject(c cs.EngineV1alpha1Interface, cur, mod *api.GCPRole) (*api.GCPRole, kutil.VerbType, error)

func PatchMongoDBRoleObject

func PatchMongoDBRoleObject(c cs.EngineV1alpha1Interface, cur, mod *api.MongoDBRole) (*api.MongoDBRole, kutil.VerbType, error)

func PatchMySQLRole

func PatchMySQLRole(c cs.EngineV1alpha1Interface, cur *api.MySQLRole, transform func(*api.MySQLRole) *api.MySQLRole) (*api.MySQLRole, kutil.VerbType, error)

func PatchMySQLRoleObject

func PatchMySQLRoleObject(c cs.EngineV1alpha1Interface, cur, mod *api.MySQLRole) (*api.MySQLRole, kutil.VerbType, error)

func PatchSecretEngine

func PatchSecretEngine(c cs.EngineV1alpha1Interface, cur *api.SecretEngine, transform func(engine *api.SecretEngine) *api.SecretEngine) (*api.SecretEngine, kutil.VerbType, error)

func TryUpdateAWSAccessKeyRequest

func TryUpdateAWSAccessKeyRequest(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.AWSAccessKeyRequest) *api.AWSAccessKeyRequest) (result *api.AWSAccessKeyRequest, err error)

func TryUpdateAWSRole

func TryUpdateAWSRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.AWSRole) *api.AWSRole) (result *api.AWSRole, err error)

func TryUpdateAzureRole

func TryUpdateAzureRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.AzureRole) *api.AzureRole) (result *api.AzureRole, err error)

func TryUpdateGCPAccessKeyRequest

func TryUpdateGCPAccessKeyRequest(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.GCPAccessKeyRequest) *api.GCPAccessKeyRequest) (result *api.GCPAccessKeyRequest, err error)

func TryUpdateGCPRole

func TryUpdateGCPRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.GCPRole) *api.GCPRole) (result *api.GCPRole, err error)

func TryUpdateMongoDBRole

func TryUpdateMongoDBRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.MongoDBRole) *api.MongoDBRole) (result *api.MongoDBRole, err error)

func TryUpdateMySQLRole

func TryUpdateMySQLRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.MySQLRole) *api.MySQLRole) (result *api.MySQLRole, err error)

func TryUpdatePostgresRole

func TryUpdatePostgresRole(c cs.EngineV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.PostgresRole) *api.PostgresRole) (result *api.PostgresRole, err error)

func UpdateAWSRoleStatus

func UpdateAWSRoleStatus(
	c cs.EngineV1alpha1Interface,
	in *api.AWSRole,
	transform func(*api.AWSRoleStatus) *api.AWSRoleStatus,
) (result *api.AWSRole, err error)

func UpdateAzureRoleStatus

func UpdateAzureRoleStatus(
	c cs.EngineV1alpha1Interface,
	in *api.AzureRole,
	transform func(*api.AzureRoleStatus) *api.AzureRoleStatus,
) (result *api.AzureRole, err error)

func UpdateGCPRoleStatus

func UpdateGCPRoleStatus(
	c cs.EngineV1alpha1Interface,
	in *api.GCPRole,
	transform func(*api.GCPRoleStatus) *api.GCPRoleStatus,
) (result *api.GCPRole, err error)

func UpdateMongoDBRoleStatus

func UpdateMongoDBRoleStatus(
	c cs.EngineV1alpha1Interface,
	in *api.MongoDBRole,
	transform func(*api.MongoDBRoleStatus) *api.MongoDBRoleStatus,
) (result *api.MongoDBRole, err error)

func UpdateMySQLRoleStatus

func UpdateMySQLRoleStatus(
	c cs.EngineV1alpha1Interface,
	in *api.MySQLRole,
	transform func(*api.MySQLRoleStatus) *api.MySQLRoleStatus,
) (result *api.MySQLRole, err error)

func UpdatePostgresRoleStatus

func UpdatePostgresRoleStatus(
	c cs.EngineV1alpha1Interface,
	in *api.PostgresRole,
	transform func(*api.PostgresRoleStatus) *api.PostgresRoleStatus,
) (result *api.PostgresRole, err error)

func UpdateSecretEngineStatus

func UpdateSecretEngineStatus(
	c cs.EngineV1alpha1Interface,
	in *api.SecretEngine,
	transform func(*api.SecretEngineStatus) *api.SecretEngineStatus,
) (result *api.SecretEngine, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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