UpdateClusterDetails¶
-
class
oci.container_engine.models.
UpdateClusterDetails
(**kwargs)¶ Bases:
object
The properties that define a request to update a cluster.
Methods
__init__
(**kwargs)Initializes a new UpdateClusterDetails object with values from keyword arguments. Attributes
image_policy_config
Gets the image_policy_config of this UpdateClusterDetails. kubernetes_version
Gets the kubernetes_version of this UpdateClusterDetails. name
Gets the name of this UpdateClusterDetails. options
Gets the options of this UpdateClusterDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this UpdateClusterDetails.
- kubernetes_version (str) – The value to assign to the kubernetes_version property of this UpdateClusterDetails.
- options (oci.container_engine.models.UpdateClusterOptionsDetails) – The value to assign to the options property of this UpdateClusterDetails.
- image_policy_config (oci.container_engine.models.UpdateImagePolicyConfigDetails) – The value to assign to the image_policy_config property of this UpdateClusterDetails.
-
image_policy_config
¶ Gets the image_policy_config of this UpdateClusterDetails. The image verification policy for signature validation. Once a policy is created and enabled with one or more kms keys, the policy will ensure all images deployed has been signed with the key(s) attached to the policy.
Returns: The image_policy_config of this UpdateClusterDetails. Return type: oci.container_engine.models.UpdateImagePolicyConfigDetails
-
kubernetes_version
¶ Gets the kubernetes_version of this UpdateClusterDetails. The version of Kubernetes to which the cluster masters should be upgraded.
Returns: The kubernetes_version of this UpdateClusterDetails. Return type: str
-
name
¶ Gets the name of this UpdateClusterDetails. The new name for the cluster. Avoid entering confidential information.
Returns: The name of this UpdateClusterDetails. Return type: str
-
options
¶ Gets the options of this UpdateClusterDetails.
Returns: The options of this UpdateClusterDetails. Return type: oci.container_engine.models.UpdateClusterOptionsDetails
-