argo.models.v1alpha1_git_artifact

Argo

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v2.4.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

Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip # noqa: E501

Returns

The depth of this V1alpha1GitArtifact. # noqa: E501

Return type

int

property fetch(self)

Gets the fetch of this V1alpha1GitArtifact. # noqa: E501

Fetch specifies a number of refs that should be fetched before checkout # 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

InsecureIgnoreHostKey disables SSH strict host key checking during git clone # 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

Repo is the git repository # noqa: E501

Returns

The repo of this V1alpha1GitArtifact. # noqa: E501

Return type

str

property revision(self)

Gets the revision of this V1alpha1GitArtifact. # noqa: E501

Revision is the git commit, tag, branch to checkout # 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