Skip to content

Latest commit

 

History

History
259 lines (140 loc) · 7.47 KB

TargetCreateDockerhub.md

File metadata and controls

259 lines (140 loc) · 7.47 KB

TargetCreateDockerhub

Properties

Name Type Description Notes
Description Pointer to string Description of the object [optional]
DockerhubPassword Pointer to string Password for docker repository [optional]
DockerhubUsername Pointer to string Username for docker repository [optional]
Json Pointer to bool Set output format to JSON [optional] [default to false]
Key Pointer to string The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) [optional]
MaxVersions Pointer to string Set the maximum number of versions, limited by the account settings defaults. [optional]
Name string Target name
Token Pointer to string Authentication token (see `/auth` and `/configure`) [optional]
UidToken Pointer to string The universal identity token, Required only for universal_identity authentication [optional]

Methods

NewTargetCreateDockerhub

func NewTargetCreateDockerhub(name string, ) *TargetCreateDockerhub

NewTargetCreateDockerhub instantiates a new TargetCreateDockerhub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewTargetCreateDockerhubWithDefaults

func NewTargetCreateDockerhubWithDefaults() *TargetCreateDockerhub

NewTargetCreateDockerhubWithDefaults instantiates a new TargetCreateDockerhub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetDescription

func (o *TargetCreateDockerhub) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *TargetCreateDockerhub) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *TargetCreateDockerhub) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *TargetCreateDockerhub) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDockerhubPassword

func (o *TargetCreateDockerhub) GetDockerhubPassword() string

GetDockerhubPassword returns the DockerhubPassword field if non-nil, zero value otherwise.

GetDockerhubPasswordOk

func (o *TargetCreateDockerhub) GetDockerhubPasswordOk() (*string, bool)

GetDockerhubPasswordOk returns a tuple with the DockerhubPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDockerhubPassword

func (o *TargetCreateDockerhub) SetDockerhubPassword(v string)

SetDockerhubPassword sets DockerhubPassword field to given value.

HasDockerhubPassword

func (o *TargetCreateDockerhub) HasDockerhubPassword() bool

HasDockerhubPassword returns a boolean if a field has been set.

GetDockerhubUsername

func (o *TargetCreateDockerhub) GetDockerhubUsername() string

GetDockerhubUsername returns the DockerhubUsername field if non-nil, zero value otherwise.

GetDockerhubUsernameOk

func (o *TargetCreateDockerhub) GetDockerhubUsernameOk() (*string, bool)

GetDockerhubUsernameOk returns a tuple with the DockerhubUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDockerhubUsername

func (o *TargetCreateDockerhub) SetDockerhubUsername(v string)

SetDockerhubUsername sets DockerhubUsername field to given value.

HasDockerhubUsername

func (o *TargetCreateDockerhub) HasDockerhubUsername() bool

HasDockerhubUsername returns a boolean if a field has been set.

GetJson

func (o *TargetCreateDockerhub) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

func (o *TargetCreateDockerhub) GetJsonOk() (*bool, bool)

GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJson

func (o *TargetCreateDockerhub) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *TargetCreateDockerhub) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKey

func (o *TargetCreateDockerhub) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *TargetCreateDockerhub) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *TargetCreateDockerhub) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *TargetCreateDockerhub) HasKey() bool

HasKey returns a boolean if a field has been set.

GetMaxVersions

func (o *TargetCreateDockerhub) GetMaxVersions() string

GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.

GetMaxVersionsOk

func (o *TargetCreateDockerhub) GetMaxVersionsOk() (*string, bool)

GetMaxVersionsOk returns a tuple with the MaxVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMaxVersions

func (o *TargetCreateDockerhub) SetMaxVersions(v string)

SetMaxVersions sets MaxVersions field to given value.

HasMaxVersions

func (o *TargetCreateDockerhub) HasMaxVersions() bool

HasMaxVersions returns a boolean if a field has been set.

GetName

func (o *TargetCreateDockerhub) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *TargetCreateDockerhub) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *TargetCreateDockerhub) SetName(v string)

SetName sets Name field to given value.

GetToken

func (o *TargetCreateDockerhub) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *TargetCreateDockerhub) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetToken

func (o *TargetCreateDockerhub) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *TargetCreateDockerhub) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *TargetCreateDockerhub) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

func (o *TargetCreateDockerhub) GetUidTokenOk() (*string, bool)

GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUidToken

func (o *TargetCreateDockerhub) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *TargetCreateDockerhub) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]