# Packages
Definitions for the Kubernetes Controllers.
Package mock_v1 is a generated GoMock package.
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
clienset for the /v1 APIs.
MulticlusterClientset for the /v1 APIs.
Provides NamespaceClients for multiple clusters.
Provides SecretClients for multiple clusters.
Provides ServiceAccountClients for multiple clusters.
Client knows how to perform CRUD operations on Namespaces.
Reader knows how to read and list Namespaces.
StatusWriter knows how to update status subresource of a Namespace object.
Writer knows how to create, delete, and update Namespaces.
Client knows how to perform CRUD operations on Secrets.
Reader knows how to read and list Secrets.
StatusWriter knows how to update status subresource of a Secret object.
Writer knows how to create, delete, and update Secrets.
Client knows how to perform CRUD operations on ServiceAccounts.
Reader knows how to read and list ServiceAccounts.
StatusWriter knows how to update status subresource of a ServiceAccount object.
Writer knows how to create, delete, and update ServiceAccounts.
# Type aliases
NamespaceSlice represents a slice of *Namespace.
NamespaceTransitionFunction instructs the NamespaceWriter how to transition between an existing Namespace object and a desired on an Upsert.
SecretSlice represents a slice of *Secret.
SecretTransitionFunction instructs the SecretWriter how to transition between an existing Secret object and a desired on an Upsert.
ServiceAccountSlice represents a slice of *ServiceAccount.
ServiceAccountTransitionFunction instructs the ServiceAccountWriter how to transition between an existing ServiceAccount object and a desired on an Upsert.