Skip to content

Latest commit

 

History

History
259 lines (140 loc) · 7.41 KB

CreateDockerhubTarget.md

File metadata and controls

259 lines (140 loc) · 7.41 KB

CreateDockerhubTarget

Properties

Name Type Description Notes
Comment Pointer to string Deprecated - use description [optional]
Description Pointer to string Description of the object [optional]
DockerhubPassword Pointer to string DockerhubPassword is either the user's password to manage the repository [optional]
DockerhubUsername Pointer to string DockerhubUsername is the name of the user in dockerhub [optional]
Json Pointer to bool Set output format to JSON [optional]
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]
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

NewCreateDockerhubTarget

func NewCreateDockerhubTarget(name string, ) *CreateDockerhubTarget

NewCreateDockerhubTarget instantiates a new CreateDockerhubTarget 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

NewCreateDockerhubTargetWithDefaults

func NewCreateDockerhubTargetWithDefaults() *CreateDockerhubTarget

NewCreateDockerhubTargetWithDefaults instantiates a new CreateDockerhubTarget 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

GetComment

func (o *CreateDockerhubTarget) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *CreateDockerhubTarget) GetCommentOk() (*string, bool)

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

SetComment

func (o *CreateDockerhubTarget) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *CreateDockerhubTarget) HasComment() bool

HasComment returns a boolean if a field has been set.

GetDescription

func (o *CreateDockerhubTarget) GetDescription() string

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

GetDescriptionOk

func (o *CreateDockerhubTarget) 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 *CreateDockerhubTarget) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CreateDockerhubTarget) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDockerhubPassword

func (o *CreateDockerhubTarget) GetDockerhubPassword() string

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

GetDockerhubPasswordOk

func (o *CreateDockerhubTarget) 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 *CreateDockerhubTarget) SetDockerhubPassword(v string)

SetDockerhubPassword sets DockerhubPassword field to given value.

HasDockerhubPassword

func (o *CreateDockerhubTarget) HasDockerhubPassword() bool

HasDockerhubPassword returns a boolean if a field has been set.

GetDockerhubUsername

func (o *CreateDockerhubTarget) GetDockerhubUsername() string

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

GetDockerhubUsernameOk

func (o *CreateDockerhubTarget) 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 *CreateDockerhubTarget) SetDockerhubUsername(v string)

SetDockerhubUsername sets DockerhubUsername field to given value.

HasDockerhubUsername

func (o *CreateDockerhubTarget) HasDockerhubUsername() bool

HasDockerhubUsername returns a boolean if a field has been set.

GetJson

func (o *CreateDockerhubTarget) GetJson() bool

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

GetJsonOk

func (o *CreateDockerhubTarget) 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 *CreateDockerhubTarget) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *CreateDockerhubTarget) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKey

func (o *CreateDockerhubTarget) GetKey() string

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

GetKeyOk

func (o *CreateDockerhubTarget) 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 *CreateDockerhubTarget) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *CreateDockerhubTarget) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *CreateDockerhubTarget) GetName() string

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

GetNameOk

func (o *CreateDockerhubTarget) 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 *CreateDockerhubTarget) SetName(v string)

SetName sets Name field to given value.

GetToken

func (o *CreateDockerhubTarget) GetToken() string

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

GetTokenOk

func (o *CreateDockerhubTarget) 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 *CreateDockerhubTarget) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *CreateDockerhubTarget) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *CreateDockerhubTarget) GetUidToken() string

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

GetUidTokenOk

func (o *CreateDockerhubTarget) 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 *CreateDockerhubTarget) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *CreateDockerhubTarget) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

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