argo.models.v1alpha1_workflow_create_request

Argo

Workflow Service API performs CRUD actions against application resources # noqa: E501

The version of the OpenAPI document: v2.6.3 Generated by: https://openapi-generator.tech

Module Contents

class argo.models.v1alpha1_workflow_create_request.V1alpha1WorkflowCreateRequest(create_options=None, instance_id=None, namespace=None, server_dry_run=None, workflow=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

V1alpha1WorkflowCreateRequest - a model defined in OpenAPI

openapi_types
attribute_map
property create_options(self)

Gets the create_options of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The create_options of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

kubernetes.client.models.V1CreateOptions

property instance_id(self)

Gets the instance_id of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The instance_id of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

str

property namespace(self)

Gets the namespace of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The namespace of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

str

property server_dry_run(self)

Gets the server_dry_run of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The server_dry_run of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

bool

property workflow(self)

Gets the workflow of this V1alpha1WorkflowCreateRequest. # noqa: E501

Returns

The workflow of this V1alpha1WorkflowCreateRequest. # noqa: E501

Return type

V1alpha1Workflow

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model