models.kubernetes_credentials module¶
-
class
models.kubernetes_credentials.KubernetesCredentials(client_private_key=None)[source]¶ Bases:
objectImplementation of the ‘KubernetesCredentials’ model.
Specifies the credentials to authenticate with a Kubernetes Cluster.
- Attributes:
- client_private_key (string): Specifies Client private associated with
the service account.
-
classmethod
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.