class ControlPlaneStatus(pb_classes.Message): (source)
Constructor: ControlPlaneStatus(initial_message, version, endpoints, etcd_cluster_size, ...)
Undocumented
| Method | __dir__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | auth |
Undocumented |
| Method | endpoints |
Undocumented |
| Method | etcd |
Undocumented |
| Method | version |
Undocumented |
| Constant | __PB2 |
Undocumented |
| Constant | __PY |
Undocumented |
| Class Variable | __mask |
Undocumented |
| Property | auth |
Undocumented |
| Property | endpoints |
Undocumented |
| Property | etcd |
Number of instances in etcd cluster. |
| Property | version |
Broken description |
Inherited from Message:
| Class Method | get |
Undocumented |
| Class Method | is |
Undocumented |
| Class Method | is |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | check |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | is |
Undocumented |
| Method | set |
Undocumented |
| Method | which |
Undocumented |
| Class Variable | __PB2 |
Undocumented |
| Instance Variable | __pb2 |
Undocumented |
| Method | _clear |
Undocumented |
| Method | _get |
Undocumented |
| Method | _set |
Undocumented |
| Class Variable | __credentials |
Undocumented |
| Class Variable | __default |
Undocumented |
| Class Variable | __sensitive |
Undocumented |
| Instance Variable | __recorded |
Undocumented |
message_1.Message | None = None, *, version: builtins.str | None | unset.UnsetType = unset.Unset, endpoints: ControlPlaneStatusEndpoints | cluster_pb2.ControlPlaneStatusEndpoints | None | unset.UnsetType = unset.Unset, etcd_cluster_size: builtins.int | None | unset.UnsetType = unset.Unset, auth: ControlPlaneStatusAuth | cluster_pb2.ControlPlaneStatusAuth | None | unset.UnsetType = unset.Unset):
(source)
¶
Undocumented
def auth(self, value:
ControlPlaneStatusAuth | cluster_pb2.ControlPlaneStatusAuth | None):
(source)
¶
Undocumented
def endpoints(self, value:
ControlPlaneStatusEndpoints | cluster_pb2.ControlPlaneStatusEndpoints | None):
(source)
¶
Undocumented
Undocumented
| Value |
|
Undocumented
| Value |
|
.. role:: raw-html-m2r(raw) :format: html Actual Kubernetes and configuration version. Version have format ``<major>.<minor>.<patch>-nebius-cp.<infra_version>`` like "1.30.0-nebius-cp.3". Where :raw-html-m2r:`<major>`.\ :raw-html-m2r:`<minor>`.\ :raw-html-m2r:`<patch>` is Kubernetes version and :raw-html-m2r:`<infra_version>` is version of control plane infrastructure and configuration, which update may include bug fixes, security updates and new features of components running on control plane, like CCM or Cluster Autoscaler.