# Functions

No description provided by the author
CopySecret copies secret object(data) from one cluster client to another, the from and to cluster-client can belong to the same or different clusters.
CreateOrUpdate creates the Secret if it doesn't exist, other wise it updates it.
CreateOrUpdateIfNeeded creates a secret if it doesn't exist, or updates it if needed.
EnsureSecretWithKey makes sure the Secret with the given name has a key with the given value if the key is not already present.
Exists return whether a secret with the given namespaced name exists.
HasAllKeys returns true if the provided secret contains an element for every key provided.
HasOwnerReferences checks whether an existing secret has a given set of owner references.
ReadByteData reads the Data field of the secret with the given objectKey.
No description provided by the author
ReadStringData reads the StringData field of the secret with the given objectKey.
No description provided by the author
UpdateField updates a single field in the secret with the provided objectKey.

# Interfaces

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