package
3.11.0+incompatible
Repository: https://github.com/benluddy/operator-lifecycle-manager.git
Documentation: pkg.go.dev

# Functions

NewClient creates a kubernetes client.
NewClient creates a kubernetes client or bails out on on failures.
NewMockClientInterface creates a new mock instance.
NewMockCustomResourceClient creates a new mock instance.
NewMockDeploymentClient creates a new mock instance.
NewMockServiceAccountClient creates a new mock instance.
Patch returns a default PatchFunction implementation that passes its arguments through to the patcher directly, ignoring the current object.
Update returns a default UpdateFunction implementation that passes its argument through to the Update* function directly, ignoring the current object.

# Structs

Client is a kubernetes client that can talk to the API server.
CustomResourceList represents a list of custom resource objects that will be returned from a List() operation.
MockClientInterface is a mock of ClientInterface interface.
MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.
MockCustomResourceClient is a mock of CustomResourceClient interface.
MockCustomResourceClientMockRecorder is the mock recorder for MockCustomResourceClient.
MockDeploymentClient is a mock of DeploymentClient interface.
MockDeploymentClientMockRecorder is the mock recorder for MockDeploymentClient.
MockServiceAccountClient is a mock of ServiceAccountClient interface.
MockServiceAccountClientMockRecorder is the mock recorder for MockServiceAccountClient.

# Interfaces

No description provided by the author
CustomResourceClient contains methods for the Custom Resource.
DeploymentClient contains methods for the Deployment resource.
ServiceAccountClient contains methods for manipulating ServiceAccount.

# Type aliases

CustomResourceModifier takes the custom resource object, and modifies it in-place.
PatchFunction defines a function that is used to provide patch objects for a 3-way merge.
UpdateFunction defines a function that updates an object in an Update* function.