KubernetesComputeAttachConfiguration Class
Represents configuration parameters for attaching arc compute targets.
Use the attach_configuration method of the KubernetesCompute class to specify attach parameters.
Initialize the configuration object.
Constructor
KubernetesComputeAttachConfiguration(resource_id=None, namespace=None, identity_type=None, identity_ids=None)
Parameters
| Name | Description |
|---|---|
|
resource_id
|
Default value: None
|
|
namespace
|
Default value: None
|
|
identity_type
|
Default value: None
|
|
identity_ids
|
Default value: None
|
Methods
| to_dict |
Return to_json_dict function from utils. |
| validate_configuration |
Check that the specified configuration values are valid. Raises a ComputeTargetException if validation fails. |
to_dict
Return to_json_dict function from utils.
to_dict()
validate_configuration
Check that the specified configuration values are valid.
Raises a ComputeTargetException if validation fails.
validate_configuration()
Exceptions
| Type | Description |
|---|---|