ClusterEndpoints¶
-
class
oci.container_engine.models.
ClusterEndpoints
(**kwargs)¶ Bases:
object
The properties that define endpoints for a cluster.
Methods
__init__
(**kwargs)Initializes a new ClusterEndpoints object with values from keyword arguments. Attributes
kubernetes
Gets the kubernetes of this ClusterEndpoints. -
__init__
(**kwargs)¶ Initializes a new ClusterEndpoints object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: kubernetes (str) – The value to assign to the kubernetes property of this ClusterEndpoints.
-
kubernetes
¶ Gets the kubernetes of this ClusterEndpoints. The Kubernetes API server endpoint.
Returns: The kubernetes of this ClusterEndpoints. Return type: str
-