argo.models.v1alpha1_git_artifact

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_git_artifact.V1alpha1GitArtifact(depth=None, fetch=None, insecure_ignore_host_key=None, password_secret=None, repo=None, revision=None, ssh_private_key_secret=None, username_secret=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.

V1alpha1GitArtifact - a model defined in OpenAPI

openapi_types
attribute_map
property depth(self)

Gets the depth of this V1alpha1GitArtifact. # noqa: E501

Returns

The depth of this V1alpha1GitArtifact. # noqa: E501

Return type

str

property fetch(self)

Gets the fetch of this V1alpha1GitArtifact. # noqa: E501

Returns

The fetch of this V1alpha1GitArtifact. # noqa: E501

Return type

list[str]

property insecure_ignore_host_key(self)

Gets the insecure_ignore_host_key of this V1alpha1GitArtifact. # noqa: E501

Returns

The insecure_ignore_host_key of this V1alpha1GitArtifact. # noqa: E501

Return type

bool

property password_secret(self)

Gets the password_secret of this V1alpha1GitArtifact. # noqa: E501

Returns

The password_secret of this V1alpha1GitArtifact. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property repo(self)

Gets the repo of this V1alpha1GitArtifact. # noqa: E501

Returns

The repo of this V1alpha1GitArtifact. # noqa: E501

Return type

str

property revision(self)

Gets the revision of this V1alpha1GitArtifact. # noqa: E501

Returns

The revision of this V1alpha1GitArtifact. # noqa: E501

Return type

str

property ssh_private_key_secret(self)

Gets the ssh_private_key_secret of this V1alpha1GitArtifact. # noqa: E501

Returns

The ssh_private_key_secret of this V1alpha1GitArtifact. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

property username_secret(self)

Gets the username_secret of this V1alpha1GitArtifact. # noqa: E501

Returns

The username_secret of this V1alpha1GitArtifact. # noqa: E501

Return type

kubernetes.client.models.V1SecretKeySelector

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model