Documentation ¶
Index ¶
- type ActionResponse
- type ApiToken
- func (o *ApiToken) GetDescription() string
- func (o *ApiToken) GetDescriptionOk() (*string, bool)
- func (o *ApiToken) GetExpireAtInMs() int64
- func (o *ApiToken) GetExpireAtInMsOk() (*int64, bool)
- func (o *ApiToken) GetId() int32
- func (o *ApiToken) GetIdOk() (*int32, bool)
- func (o *ApiToken) GetLastUsedAt() string
- func (o *ApiToken) GetLastUsedAtOk() (*string, bool)
- func (o *ApiToken) GetLastUsedByIp() string
- func (o *ApiToken) GetLastUsedByIpOk() (*string, bool)
- func (o *ApiToken) GetName() string
- func (o *ApiToken) GetNameOk() (*string, bool)
- func (o *ApiToken) GetToken() string
- func (o *ApiToken) GetTokenOk() (*string, bool)
- func (o *ApiToken) GetUpdatedAt() string
- func (o *ApiToken) GetUpdatedAtOk() (*string, bool)
- func (o *ApiToken) GetUserId() int32
- func (o *ApiToken) GetUserIdOk() (*int32, bool)
- func (o *ApiToken) GetUserIdentifier() string
- func (o *ApiToken) GetUserIdentifierOk() (*string, bool)
- func (o *ApiToken) HasDescription() bool
- func (o *ApiToken) HasExpireAtInMs() bool
- func (o *ApiToken) HasId() bool
- func (o *ApiToken) HasLastUsedAt() bool
- func (o *ApiToken) HasLastUsedByIp() bool
- func (o *ApiToken) HasName() bool
- func (o *ApiToken) HasToken() bool
- func (o *ApiToken) HasUpdatedAt() bool
- func (o *ApiToken) HasUserId() bool
- func (o *ApiToken) HasUserIdentifier() bool
- func (o ApiToken) MarshalJSON() ([]byte, error)
- func (o *ApiToken) SetDescription(v string)
- func (o *ApiToken) SetExpireAtInMs(v int64)
- func (o *ApiToken) SetId(v int32)
- func (o *ApiToken) SetLastUsedAt(v string)
- func (o *ApiToken) SetLastUsedByIp(v string)
- func (o *ApiToken) SetName(v string)
- func (o *ApiToken) SetToken(v string)
- func (o *ApiToken) SetUpdatedAt(v string)
- func (o *ApiToken) SetUserId(v int32)
- func (o *ApiToken) SetUserIdentifier(v string)
- type CreateApiTokenRequest
- func (o *CreateApiTokenRequest) GetDescription() string
- func (o *CreateApiTokenRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateApiTokenRequest) GetExpireAtInMs() int64
- func (o *CreateApiTokenRequest) GetExpireAtInMsOk() (*int64, bool)
- func (o *CreateApiTokenRequest) GetName() string
- func (o *CreateApiTokenRequest) GetNameOk() (*string, bool)
- func (o *CreateApiTokenRequest) HasDescription() bool
- func (o *CreateApiTokenRequest) HasExpireAtInMs() bool
- func (o *CreateApiTokenRequest) HasName() bool
- func (o CreateApiTokenRequest) MarshalJSON() ([]byte, error)
- func (o *CreateApiTokenRequest) SetDescription(v string)
- func (o *CreateApiTokenRequest) SetExpireAtInMs(v int64)
- func (o *CreateApiTokenRequest) SetName(v string)
- type CreateApiTokenResponse
- func (o *CreateApiTokenResponse) GetSuccess() bool
- func (o *CreateApiTokenResponse) GetSuccessOk() (*bool, bool)
- func (o *CreateApiTokenResponse) GetToken() string
- func (o *CreateApiTokenResponse) GetTokenOk() (*string, bool)
- func (o *CreateApiTokenResponse) GetUserId() int32
- func (o *CreateApiTokenResponse) GetUserIdOk() (*int32, bool)
- func (o *CreateApiTokenResponse) GetUserIdentifier() string
- func (o *CreateApiTokenResponse) GetUserIdentifierOk() (*string, bool)
- func (o *CreateApiTokenResponse) HasSuccess() bool
- func (o *CreateApiTokenResponse) HasToken() bool
- func (o *CreateApiTokenResponse) HasUserId() bool
- func (o *CreateApiTokenResponse) HasUserIdentifier() bool
- func (o CreateApiTokenResponse) MarshalJSON() ([]byte, error)
- func (o *CreateApiTokenResponse) SetSuccess(v bool)
- func (o *CreateApiTokenResponse) SetToken(v string)
- func (o *CreateApiTokenResponse) SetUserId(v int32)
- func (o *CreateApiTokenResponse) SetUserIdentifier(v string)
- type NullableActionResponse
- func (v NullableActionResponse) Get() *ActionResponse
- func (v NullableActionResponse) IsSet() bool
- func (v NullableActionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableActionResponse) Set(val *ActionResponse)
- func (v *NullableActionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableActionResponse) Unset()
- type NullableApiToken
- type NullableCreateApiTokenRequest
- func (v NullableCreateApiTokenRequest) Get() *CreateApiTokenRequest
- func (v NullableCreateApiTokenRequest) IsSet() bool
- func (v NullableCreateApiTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiTokenRequest) Set(val *CreateApiTokenRequest)
- func (v *NullableCreateApiTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiTokenRequest) Unset()
- type NullableCreateApiTokenResponse
- func (v NullableCreateApiTokenResponse) Get() *CreateApiTokenResponse
- func (v NullableCreateApiTokenResponse) IsSet() bool
- func (v NullableCreateApiTokenResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiTokenResponse) Set(val *CreateApiTokenResponse)
- func (v *NullableCreateApiTokenResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiTokenResponse) Unset()
- type NullableRollbackReleaseRequest
- func (v NullableRollbackReleaseRequest) Get() *RollbackReleaseRequest
- func (v NullableRollbackReleaseRequest) IsSet() bool
- func (v NullableRollbackReleaseRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRollbackReleaseRequest) Set(val *RollbackReleaseRequest)
- func (v *NullableRollbackReleaseRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRollbackReleaseRequest) Unset()
- type NullableRollbackReleaseResponse
- func (v NullableRollbackReleaseResponse) Get() *RollbackReleaseResponse
- func (v NullableRollbackReleaseResponse) IsSet() bool
- func (v NullableRollbackReleaseResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRollbackReleaseResponse) Set(val *RollbackReleaseResponse)
- func (v *NullableRollbackReleaseResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRollbackReleaseResponse) Unset()
- type NullableTemplateChartRequest
- func (v NullableTemplateChartRequest) Get() *TemplateChartRequest
- func (v NullableTemplateChartRequest) IsSet() bool
- func (v NullableTemplateChartRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateChartRequest) Set(val *TemplateChartRequest)
- func (v *NullableTemplateChartRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateChartRequest) Unset()
- type NullableTemplateChartResponse
- func (v NullableTemplateChartResponse) Get() *TemplateChartResponse
- func (v NullableTemplateChartResponse) IsSet() bool
- func (v NullableTemplateChartResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateChartResponse) Set(val *TemplateChartResponse)
- func (v *NullableTemplateChartResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateChartResponse) Unset()
- type NullableUpdateApiTokenRequest
- func (v NullableUpdateApiTokenRequest) Get() *UpdateApiTokenRequest
- func (v NullableUpdateApiTokenRequest) IsSet() bool
- func (v NullableUpdateApiTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApiTokenRequest) Set(val *UpdateApiTokenRequest)
- func (v *NullableUpdateApiTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApiTokenRequest) Unset()
- type NullableUpdateApiTokenResponse
- func (v NullableUpdateApiTokenResponse) Get() *UpdateApiTokenResponse
- func (v NullableUpdateApiTokenResponse) IsSet() bool
- func (v NullableUpdateApiTokenResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApiTokenResponse) Set(val *UpdateApiTokenResponse)
- func (v *NullableUpdateApiTokenResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApiTokenResponse) Unset()
- type RollbackReleaseRequest
- func (o *RollbackReleaseRequest) GetHAppId() string
- func (o *RollbackReleaseRequest) GetHAppIdOk() (*string, bool)
- func (o *RollbackReleaseRequest) GetInstalledAppId() int32
- func (o *RollbackReleaseRequest) GetInstalledAppIdOk() (*int32, bool)
- func (o *RollbackReleaseRequest) GetInstalledAppVersionId() int32
- func (o *RollbackReleaseRequest) GetInstalledAppVersionIdOk() (*int32, bool)
- func (o *RollbackReleaseRequest) GetVersion() int32
- func (o *RollbackReleaseRequest) GetVersionOk() (*int32, bool)
- func (o *RollbackReleaseRequest) HasHAppId() bool
- func (o *RollbackReleaseRequest) HasInstalledAppId() bool
- func (o *RollbackReleaseRequest) HasInstalledAppVersionId() bool
- func (o *RollbackReleaseRequest) HasVersion() bool
- func (o RollbackReleaseRequest) MarshalJSON() ([]byte, error)
- func (o *RollbackReleaseRequest) SetHAppId(v string)
- func (o *RollbackReleaseRequest) SetInstalledAppId(v int32)
- func (o *RollbackReleaseRequest) SetInstalledAppVersionId(v int32)
- func (o *RollbackReleaseRequest) SetVersion(v int32)
- type RollbackReleaseResponse
- type TemplateChartRequest
- func (o *TemplateChartRequest) GetAppStoreApplicationVersionId() int32
- func (o *TemplateChartRequest) GetAppStoreApplicationVersionIdOk() (*int32, bool)
- func (o *TemplateChartRequest) GetClusterId() int32
- func (o *TemplateChartRequest) GetClusterIdOk() (*int32, bool)
- func (o *TemplateChartRequest) GetEnvironmentId() int32
- func (o *TemplateChartRequest) GetEnvironmentIdOk() (*int32, bool)
- func (o *TemplateChartRequest) GetNamespace() string
- func (o *TemplateChartRequest) GetNamespaceOk() (*string, bool)
- func (o *TemplateChartRequest) GetReleaseName() string
- func (o *TemplateChartRequest) GetReleaseNameOk() (*string, bool)
- func (o *TemplateChartRequest) GetValuesYaml() string
- func (o *TemplateChartRequest) GetValuesYamlOk() (*string, bool)
- func (o *TemplateChartRequest) HasAppStoreApplicationVersionId() bool
- func (o *TemplateChartRequest) HasClusterId() bool
- func (o *TemplateChartRequest) HasEnvironmentId() bool
- func (o *TemplateChartRequest) HasNamespace() bool
- func (o *TemplateChartRequest) HasReleaseName() bool
- func (o *TemplateChartRequest) HasValuesYaml() bool
- func (o TemplateChartRequest) MarshalJSON() ([]byte, error)
- func (o *TemplateChartRequest) SetAppStoreApplicationVersionId(v int32)
- func (o *TemplateChartRequest) SetClusterId(v int32)
- func (o *TemplateChartRequest) SetEnvironmentId(v int32)
- func (o *TemplateChartRequest) SetNamespace(v string)
- func (o *TemplateChartRequest) SetReleaseName(v string)
- func (o *TemplateChartRequest) SetValuesYaml(v string)
- type TemplateChartResponse
- type UpdateApiTokenRequest
- func (o *UpdateApiTokenRequest) GetDescription() string
- func (o *UpdateApiTokenRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateApiTokenRequest) GetExpireAtInMs() int64
- func (o *UpdateApiTokenRequest) GetExpireAtInMsOk() (*int64, bool)
- func (o *UpdateApiTokenRequest) HasDescription() bool
- func (o *UpdateApiTokenRequest) HasExpireAtInMs() bool
- func (o UpdateApiTokenRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateApiTokenRequest) SetDescription(v string)
- func (o *UpdateApiTokenRequest) SetExpireAtInMs(v int64)
- type UpdateApiTokenResponse
- func (o *UpdateApiTokenResponse) GetSuccess() bool
- func (o *UpdateApiTokenResponse) GetSuccessOk() (*bool, bool)
- func (o *UpdateApiTokenResponse) GetToken() string
- func (o *UpdateApiTokenResponse) GetTokenOk() (*string, bool)
- func (o *UpdateApiTokenResponse) HasSuccess() bool
- func (o *UpdateApiTokenResponse) HasToken() bool
- func (o UpdateApiTokenResponse) MarshalJSON() ([]byte, error)
- func (o *UpdateApiTokenResponse) SetSuccess(v bool)
- func (o *UpdateApiTokenResponse) SetToken(v string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionResponse ¶ added in v0.4.11
type ActionResponse struct { // success or failure Success *bool `json:"success,omitempty"` }
ActionResponse struct for ActionResponse
func NewActionResponse ¶ added in v0.4.11
func NewActionResponse() *ActionResponse
NewActionResponse instantiates a new ActionResponse 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
func NewActionResponseWithDefaults ¶ added in v0.4.11
func NewActionResponseWithDefaults() *ActionResponse
NewActionResponseWithDefaults instantiates a new ActionResponse 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
func (*ActionResponse) GetSuccess ¶ added in v0.4.11
func (o *ActionResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*ActionResponse) GetSuccessOk ¶ added in v0.4.11
func (o *ActionResponse) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionResponse) HasSuccess ¶ added in v0.4.11
func (o *ActionResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (ActionResponse) MarshalJSON ¶ added in v0.4.11
func (o ActionResponse) MarshalJSON() ([]byte, error)
func (*ActionResponse) SetSuccess ¶ added in v0.4.11
func (o *ActionResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
type ApiToken ¶ added in v0.4.11
type ApiToken struct { // Id of api-token Id *int32 `json:"id,omitempty"` // User Id associated with api-token UserId *int32 `json:"userId,omitempty"` // EmailId of that api-token user UserIdentifier *string `json:"userIdentifier,omitempty"` // Name of api-token Name *string `json:"name,omitempty"` // Description of api-token Description *string `json:"description,omitempty"` // Expiration time of api-token in milliseconds ExpireAtInMs *int64 `json:"expireAtInMs,omitempty"` // Token of that api-token Token *string `json:"token,omitempty"` // Date of Last used of this token LastUsedAt *string `json:"lastUsedAt,omitempty"` // token last used by IP LastUsedByIp *string `json:"lastUsedByIp,omitempty"` // token last updatedAt UpdatedAt *string `json:"updatedAt,omitempty"` }
ApiToken struct for ApiToken
func NewApiToken ¶ added in v0.4.11
func NewApiToken() *ApiToken
NewApiToken instantiates a new ApiToken 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
func NewApiTokenWithDefaults ¶ added in v0.4.11
func NewApiTokenWithDefaults() *ApiToken
NewApiTokenWithDefaults instantiates a new ApiToken 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
func (*ApiToken) GetDescription ¶ added in v0.4.11
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApiToken) GetDescriptionOk ¶ added in v0.4.11
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) GetExpireAtInMs ¶ added in v0.4.11
GetExpireAtInMs returns the ExpireAtInMs field value if set, zero value otherwise.
func (*ApiToken) GetExpireAtInMsOk ¶ added in v0.4.11
GetExpireAtInMsOk returns a tuple with the ExpireAtInMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) GetId ¶ added in v0.4.11
GetId returns the Id field value if set, zero value otherwise.
func (*ApiToken) GetIdOk ¶ added in v0.4.11
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) GetLastUsedAt ¶ added in v0.4.11
GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.
func (*ApiToken) GetLastUsedAtOk ¶ added in v0.4.11
GetLastUsedAtOk returns a tuple with the LastUsedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) GetLastUsedByIp ¶ added in v0.4.11
GetLastUsedByIp returns the LastUsedByIp field value if set, zero value otherwise.
func (*ApiToken) GetLastUsedByIpOk ¶ added in v0.4.11
GetLastUsedByIpOk returns a tuple with the LastUsedByIp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) GetName ¶ added in v0.4.11
GetName returns the Name field value if set, zero value otherwise.
func (*ApiToken) GetNameOk ¶ added in v0.4.11
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) GetToken ¶ added in v0.4.11
GetToken returns the Token field value if set, zero value otherwise.
func (*ApiToken) GetTokenOk ¶ added in v0.4.11
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) GetUpdatedAt ¶ added in v0.4.11
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ApiToken) GetUpdatedAtOk ¶ added in v0.4.11
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) GetUserId ¶ added in v0.4.11
GetUserId returns the UserId field value if set, zero value otherwise.
func (*ApiToken) GetUserIdOk ¶ added in v0.4.11
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) GetUserIdentifier ¶ added in v0.4.11
GetUserIdentifier returns the UserIdentifier field value if set, zero value otherwise.
func (*ApiToken) GetUserIdentifierOk ¶ added in v0.4.11
GetUserIdentifierOk returns a tuple with the UserIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiToken) HasDescription ¶ added in v0.4.11
HasDescription returns a boolean if a field has been set.
func (*ApiToken) HasExpireAtInMs ¶ added in v0.4.11
HasExpireAtInMs returns a boolean if a field has been set.
func (*ApiToken) HasLastUsedAt ¶ added in v0.4.11
HasLastUsedAt returns a boolean if a field has been set.
func (*ApiToken) HasLastUsedByIp ¶ added in v0.4.11
HasLastUsedByIp returns a boolean if a field has been set.
func (*ApiToken) HasUpdatedAt ¶ added in v0.4.11
HasUpdatedAt returns a boolean if a field has been set.
func (*ApiToken) HasUserIdentifier ¶ added in v0.4.11
HasUserIdentifier returns a boolean if a field has been set.
func (ApiToken) MarshalJSON ¶ added in v0.4.11
func (*ApiToken) SetDescription ¶ added in v0.4.11
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApiToken) SetExpireAtInMs ¶ added in v0.4.11
SetExpireAtInMs gets a reference to the given int64 and assigns it to the ExpireAtInMs field.
func (*ApiToken) SetId ¶ added in v0.4.11
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ApiToken) SetLastUsedAt ¶ added in v0.4.11
SetLastUsedAt gets a reference to the given string and assigns it to the LastUsedAt field.
func (*ApiToken) SetLastUsedByIp ¶ added in v0.4.11
SetLastUsedByIp gets a reference to the given string and assigns it to the LastUsedByIp field.
func (*ApiToken) SetName ¶ added in v0.4.11
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApiToken) SetToken ¶ added in v0.4.11
SetToken gets a reference to the given string and assigns it to the Token field.
func (*ApiToken) SetUpdatedAt ¶ added in v0.4.11
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*ApiToken) SetUserId ¶ added in v0.4.11
SetUserId gets a reference to the given int32 and assigns it to the UserId field.
func (*ApiToken) SetUserIdentifier ¶ added in v0.4.11
SetUserIdentifier gets a reference to the given string and assigns it to the UserIdentifier field.
type CreateApiTokenRequest ¶ added in v0.4.11
type CreateApiTokenRequest struct { // Name of api-token Name *string `json:"name,omitempty,notnull" validate:"required"` // Description of api-token Description *string `json:"description,omitempty,notnull" validate:"required"` // Expiration time of api-token in milliseconds ExpireAtInMs *int64 `json:"expireAtInMs,omitempty"` }
CreateApiTokenRequest struct for CreateApiTokenRequest
func NewCreateApiTokenRequest ¶ added in v0.4.11
func NewCreateApiTokenRequest() *CreateApiTokenRequest
NewCreateApiTokenRequest instantiates a new CreateApiTokenRequest 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
func NewCreateApiTokenRequestWithDefaults ¶ added in v0.4.11
func NewCreateApiTokenRequestWithDefaults() *CreateApiTokenRequest
NewCreateApiTokenRequestWithDefaults instantiates a new CreateApiTokenRequest 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
func (*CreateApiTokenRequest) GetDescription ¶ added in v0.4.11
func (o *CreateApiTokenRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateApiTokenRequest) GetDescriptionOk ¶ added in v0.4.11
func (o *CreateApiTokenRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiTokenRequest) GetExpireAtInMs ¶ added in v0.4.11
func (o *CreateApiTokenRequest) GetExpireAtInMs() int64
GetExpireAtInMs returns the ExpireAtInMs field value if set, zero value otherwise.
func (*CreateApiTokenRequest) GetExpireAtInMsOk ¶ added in v0.4.11
func (o *CreateApiTokenRequest) GetExpireAtInMsOk() (*int64, bool)
GetExpireAtInMsOk returns a tuple with the ExpireAtInMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiTokenRequest) GetName ¶ added in v0.4.11
func (o *CreateApiTokenRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreateApiTokenRequest) GetNameOk ¶ added in v0.4.11
func (o *CreateApiTokenRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiTokenRequest) HasDescription ¶ added in v0.4.11
func (o *CreateApiTokenRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateApiTokenRequest) HasExpireAtInMs ¶ added in v0.4.11
func (o *CreateApiTokenRequest) HasExpireAtInMs() bool
HasExpireAtInMs returns a boolean if a field has been set.
func (*CreateApiTokenRequest) HasName ¶ added in v0.4.11
func (o *CreateApiTokenRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (CreateApiTokenRequest) MarshalJSON ¶ added in v0.4.11
func (o CreateApiTokenRequest) MarshalJSON() ([]byte, error)
func (*CreateApiTokenRequest) SetDescription ¶ added in v0.4.11
func (o *CreateApiTokenRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateApiTokenRequest) SetExpireAtInMs ¶ added in v0.4.11
func (o *CreateApiTokenRequest) SetExpireAtInMs(v int64)
SetExpireAtInMs gets a reference to the given int64 and assigns it to the ExpireAtInMs field.
func (*CreateApiTokenRequest) SetName ¶ added in v0.4.11
func (o *CreateApiTokenRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type CreateApiTokenResponse ¶ added in v0.4.11
type CreateApiTokenResponse struct { // success or failure Success *bool `json:"success,omitempty"` // Token of that api-token Token *string `json:"token,omitempty"` // User Id associated with api-token UserId *int32 `json:"userId,omitempty"` // EmailId of that api-token user UserIdentifier *string `json:"userIdentifier,omitempty"` }
CreateApiTokenResponse struct for CreateApiTokenResponse
func NewCreateApiTokenResponse ¶ added in v0.4.11
func NewCreateApiTokenResponse() *CreateApiTokenResponse
NewCreateApiTokenResponse instantiates a new CreateApiTokenResponse 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
func NewCreateApiTokenResponseWithDefaults ¶ added in v0.4.11
func NewCreateApiTokenResponseWithDefaults() *CreateApiTokenResponse
NewCreateApiTokenResponseWithDefaults instantiates a new CreateApiTokenResponse 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
func (*CreateApiTokenResponse) GetSuccess ¶ added in v0.4.11
func (o *CreateApiTokenResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*CreateApiTokenResponse) GetSuccessOk ¶ added in v0.4.11
func (o *CreateApiTokenResponse) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiTokenResponse) GetToken ¶ added in v0.4.11
func (o *CreateApiTokenResponse) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*CreateApiTokenResponse) GetTokenOk ¶ added in v0.4.11
func (o *CreateApiTokenResponse) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiTokenResponse) GetUserId ¶ added in v0.4.11
func (o *CreateApiTokenResponse) GetUserId() int32
GetUserId returns the UserId field value if set, zero value otherwise.
func (*CreateApiTokenResponse) GetUserIdOk ¶ added in v0.4.11
func (o *CreateApiTokenResponse) GetUserIdOk() (*int32, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiTokenResponse) GetUserIdentifier ¶ added in v0.4.11
func (o *CreateApiTokenResponse) GetUserIdentifier() string
GetUserIdentifier returns the UserIdentifier field value if set, zero value otherwise.
func (*CreateApiTokenResponse) GetUserIdentifierOk ¶ added in v0.4.11
func (o *CreateApiTokenResponse) GetUserIdentifierOk() (*string, bool)
GetUserIdentifierOk returns a tuple with the UserIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiTokenResponse) HasSuccess ¶ added in v0.4.11
func (o *CreateApiTokenResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*CreateApiTokenResponse) HasToken ¶ added in v0.4.11
func (o *CreateApiTokenResponse) HasToken() bool
HasToken returns a boolean if a field has been set.
func (*CreateApiTokenResponse) HasUserId ¶ added in v0.4.11
func (o *CreateApiTokenResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (*CreateApiTokenResponse) HasUserIdentifier ¶ added in v0.4.11
func (o *CreateApiTokenResponse) HasUserIdentifier() bool
HasUserIdentifier returns a boolean if a field has been set.
func (CreateApiTokenResponse) MarshalJSON ¶ added in v0.4.11
func (o CreateApiTokenResponse) MarshalJSON() ([]byte, error)
func (*CreateApiTokenResponse) SetSuccess ¶ added in v0.4.11
func (o *CreateApiTokenResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (*CreateApiTokenResponse) SetToken ¶ added in v0.4.11
func (o *CreateApiTokenResponse) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*CreateApiTokenResponse) SetUserId ¶ added in v0.4.11
func (o *CreateApiTokenResponse) SetUserId(v int32)
SetUserId gets a reference to the given int32 and assigns it to the UserId field.
func (*CreateApiTokenResponse) SetUserIdentifier ¶ added in v0.4.11
func (o *CreateApiTokenResponse) SetUserIdentifier(v string)
SetUserIdentifier gets a reference to the given string and assigns it to the UserIdentifier field.
type NullableActionResponse ¶ added in v0.4.11
type NullableActionResponse struct {
// contains filtered or unexported fields
}
func NewNullableActionResponse ¶ added in v0.4.11
func NewNullableActionResponse(val *ActionResponse) *NullableActionResponse
func (NullableActionResponse) Get ¶ added in v0.4.11
func (v NullableActionResponse) Get() *ActionResponse
func (NullableActionResponse) IsSet ¶ added in v0.4.11
func (v NullableActionResponse) IsSet() bool
func (NullableActionResponse) MarshalJSON ¶ added in v0.4.11
func (v NullableActionResponse) MarshalJSON() ([]byte, error)
func (*NullableActionResponse) Set ¶ added in v0.4.11
func (v *NullableActionResponse) Set(val *ActionResponse)
func (*NullableActionResponse) UnmarshalJSON ¶ added in v0.4.11
func (v *NullableActionResponse) UnmarshalJSON(src []byte) error
func (*NullableActionResponse) Unset ¶ added in v0.4.11
func (v *NullableActionResponse) Unset()
type NullableApiToken ¶ added in v0.4.11
type NullableApiToken struct {
// contains filtered or unexported fields
}
func NewNullableApiToken ¶ added in v0.4.11
func NewNullableApiToken(val *ApiToken) *NullableApiToken
func (NullableApiToken) Get ¶ added in v0.4.11
func (v NullableApiToken) Get() *ApiToken
func (NullableApiToken) IsSet ¶ added in v0.4.11
func (v NullableApiToken) IsSet() bool
func (NullableApiToken) MarshalJSON ¶ added in v0.4.11
func (v NullableApiToken) MarshalJSON() ([]byte, error)
func (*NullableApiToken) Set ¶ added in v0.4.11
func (v *NullableApiToken) Set(val *ApiToken)
func (*NullableApiToken) UnmarshalJSON ¶ added in v0.4.11
func (v *NullableApiToken) UnmarshalJSON(src []byte) error
func (*NullableApiToken) Unset ¶ added in v0.4.11
func (v *NullableApiToken) Unset()
type NullableCreateApiTokenRequest ¶ added in v0.4.11
type NullableCreateApiTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiTokenRequest ¶ added in v0.4.11
func NewNullableCreateApiTokenRequest(val *CreateApiTokenRequest) *NullableCreateApiTokenRequest
func (NullableCreateApiTokenRequest) Get ¶ added in v0.4.11
func (v NullableCreateApiTokenRequest) Get() *CreateApiTokenRequest
func (NullableCreateApiTokenRequest) IsSet ¶ added in v0.4.11
func (v NullableCreateApiTokenRequest) IsSet() bool
func (NullableCreateApiTokenRequest) MarshalJSON ¶ added in v0.4.11
func (v NullableCreateApiTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateApiTokenRequest) Set ¶ added in v0.4.11
func (v *NullableCreateApiTokenRequest) Set(val *CreateApiTokenRequest)
func (*NullableCreateApiTokenRequest) UnmarshalJSON ¶ added in v0.4.11
func (v *NullableCreateApiTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateApiTokenRequest) Unset ¶ added in v0.4.11
func (v *NullableCreateApiTokenRequest) Unset()
type NullableCreateApiTokenResponse ¶ added in v0.4.11
type NullableCreateApiTokenResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiTokenResponse ¶ added in v0.4.11
func NewNullableCreateApiTokenResponse(val *CreateApiTokenResponse) *NullableCreateApiTokenResponse
func (NullableCreateApiTokenResponse) Get ¶ added in v0.4.11
func (v NullableCreateApiTokenResponse) Get() *CreateApiTokenResponse
func (NullableCreateApiTokenResponse) IsSet ¶ added in v0.4.11
func (v NullableCreateApiTokenResponse) IsSet() bool
func (NullableCreateApiTokenResponse) MarshalJSON ¶ added in v0.4.11
func (v NullableCreateApiTokenResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateApiTokenResponse) Set ¶ added in v0.4.11
func (v *NullableCreateApiTokenResponse) Set(val *CreateApiTokenResponse)
func (*NullableCreateApiTokenResponse) UnmarshalJSON ¶ added in v0.4.11
func (v *NullableCreateApiTokenResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateApiTokenResponse) Unset ¶ added in v0.4.11
func (v *NullableCreateApiTokenResponse) Unset()
type NullableRollbackReleaseRequest ¶
type NullableRollbackReleaseRequest struct {
// contains filtered or unexported fields
}
func NewNullableRollbackReleaseRequest ¶
func NewNullableRollbackReleaseRequest(val *RollbackReleaseRequest) *NullableRollbackReleaseRequest
func (NullableRollbackReleaseRequest) Get ¶
func (v NullableRollbackReleaseRequest) Get() *RollbackReleaseRequest
func (NullableRollbackReleaseRequest) IsSet ¶
func (v NullableRollbackReleaseRequest) IsSet() bool
func (NullableRollbackReleaseRequest) MarshalJSON ¶
func (v NullableRollbackReleaseRequest) MarshalJSON() ([]byte, error)
func (*NullableRollbackReleaseRequest) Set ¶
func (v *NullableRollbackReleaseRequest) Set(val *RollbackReleaseRequest)
func (*NullableRollbackReleaseRequest) UnmarshalJSON ¶
func (v *NullableRollbackReleaseRequest) UnmarshalJSON(src []byte) error
func (*NullableRollbackReleaseRequest) Unset ¶
func (v *NullableRollbackReleaseRequest) Unset()
type NullableRollbackReleaseResponse ¶
type NullableRollbackReleaseResponse struct {
// contains filtered or unexported fields
}
func NewNullableRollbackReleaseResponse ¶
func NewNullableRollbackReleaseResponse(val *RollbackReleaseResponse) *NullableRollbackReleaseResponse
func (NullableRollbackReleaseResponse) Get ¶
func (v NullableRollbackReleaseResponse) Get() *RollbackReleaseResponse
func (NullableRollbackReleaseResponse) IsSet ¶
func (v NullableRollbackReleaseResponse) IsSet() bool
func (NullableRollbackReleaseResponse) MarshalJSON ¶
func (v NullableRollbackReleaseResponse) MarshalJSON() ([]byte, error)
func (*NullableRollbackReleaseResponse) Set ¶
func (v *NullableRollbackReleaseResponse) Set(val *RollbackReleaseResponse)
func (*NullableRollbackReleaseResponse) UnmarshalJSON ¶
func (v *NullableRollbackReleaseResponse) UnmarshalJSON(src []byte) error
func (*NullableRollbackReleaseResponse) Unset ¶
func (v *NullableRollbackReleaseResponse) Unset()
type NullableTemplateChartRequest ¶ added in v0.4.4
type NullableTemplateChartRequest struct {
// contains filtered or unexported fields
}
func NewNullableTemplateChartRequest ¶ added in v0.4.4
func NewNullableTemplateChartRequest(val *TemplateChartRequest) *NullableTemplateChartRequest
func (NullableTemplateChartRequest) Get ¶ added in v0.4.4
func (v NullableTemplateChartRequest) Get() *TemplateChartRequest
func (NullableTemplateChartRequest) IsSet ¶ added in v0.4.4
func (v NullableTemplateChartRequest) IsSet() bool
func (NullableTemplateChartRequest) MarshalJSON ¶ added in v0.4.4
func (v NullableTemplateChartRequest) MarshalJSON() ([]byte, error)
func (*NullableTemplateChartRequest) Set ¶ added in v0.4.4
func (v *NullableTemplateChartRequest) Set(val *TemplateChartRequest)
func (*NullableTemplateChartRequest) UnmarshalJSON ¶ added in v0.4.4
func (v *NullableTemplateChartRequest) UnmarshalJSON(src []byte) error
func (*NullableTemplateChartRequest) Unset ¶ added in v0.4.4
func (v *NullableTemplateChartRequest) Unset()
type NullableTemplateChartResponse ¶ added in v0.4.4
type NullableTemplateChartResponse struct {
// contains filtered or unexported fields
}
func NewNullableTemplateChartResponse ¶ added in v0.4.4
func NewNullableTemplateChartResponse(val *TemplateChartResponse) *NullableTemplateChartResponse
func (NullableTemplateChartResponse) Get ¶ added in v0.4.4
func (v NullableTemplateChartResponse) Get() *TemplateChartResponse
func (NullableTemplateChartResponse) IsSet ¶ added in v0.4.4
func (v NullableTemplateChartResponse) IsSet() bool
func (NullableTemplateChartResponse) MarshalJSON ¶ added in v0.4.4
func (v NullableTemplateChartResponse) MarshalJSON() ([]byte, error)
func (*NullableTemplateChartResponse) Set ¶ added in v0.4.4
func (v *NullableTemplateChartResponse) Set(val *TemplateChartResponse)
func (*NullableTemplateChartResponse) UnmarshalJSON ¶ added in v0.4.4
func (v *NullableTemplateChartResponse) UnmarshalJSON(src []byte) error
func (*NullableTemplateChartResponse) Unset ¶ added in v0.4.4
func (v *NullableTemplateChartResponse) Unset()
type NullableUpdateApiTokenRequest ¶ added in v0.4.11
type NullableUpdateApiTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApiTokenRequest ¶ added in v0.4.11
func NewNullableUpdateApiTokenRequest(val *UpdateApiTokenRequest) *NullableUpdateApiTokenRequest
func (NullableUpdateApiTokenRequest) Get ¶ added in v0.4.11
func (v NullableUpdateApiTokenRequest) Get() *UpdateApiTokenRequest
func (NullableUpdateApiTokenRequest) IsSet ¶ added in v0.4.11
func (v NullableUpdateApiTokenRequest) IsSet() bool
func (NullableUpdateApiTokenRequest) MarshalJSON ¶ added in v0.4.11
func (v NullableUpdateApiTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateApiTokenRequest) Set ¶ added in v0.4.11
func (v *NullableUpdateApiTokenRequest) Set(val *UpdateApiTokenRequest)
func (*NullableUpdateApiTokenRequest) UnmarshalJSON ¶ added in v0.4.11
func (v *NullableUpdateApiTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateApiTokenRequest) Unset ¶ added in v0.4.11
func (v *NullableUpdateApiTokenRequest) Unset()
type NullableUpdateApiTokenResponse ¶ added in v0.4.11
type NullableUpdateApiTokenResponse struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApiTokenResponse ¶ added in v0.4.11
func NewNullableUpdateApiTokenResponse(val *UpdateApiTokenResponse) *NullableUpdateApiTokenResponse
func (NullableUpdateApiTokenResponse) Get ¶ added in v0.4.11
func (v NullableUpdateApiTokenResponse) Get() *UpdateApiTokenResponse
func (NullableUpdateApiTokenResponse) IsSet ¶ added in v0.4.11
func (v NullableUpdateApiTokenResponse) IsSet() bool
func (NullableUpdateApiTokenResponse) MarshalJSON ¶ added in v0.4.11
func (v NullableUpdateApiTokenResponse) MarshalJSON() ([]byte, error)
func (*NullableUpdateApiTokenResponse) Set ¶ added in v0.4.11
func (v *NullableUpdateApiTokenResponse) Set(val *UpdateApiTokenResponse)
func (*NullableUpdateApiTokenResponse) UnmarshalJSON ¶ added in v0.4.11
func (v *NullableUpdateApiTokenResponse) UnmarshalJSON(src []byte) error
func (*NullableUpdateApiTokenResponse) Unset ¶ added in v0.4.11
func (v *NullableUpdateApiTokenResponse) Unset()
type RollbackReleaseRequest ¶
type RollbackReleaseRequest struct { // Installed App Id if the app is installed from chart store InstalledAppId *int32 `json:"installedAppId,omitempty"` // Installed App Version Id if the app is installed from chart store InstalledAppVersionId *int32 `json:"installedAppVersionId,omitempty"` // helm App Id if the application is installed from using helm (for example \"clusterId|namespace|appName\" ) HAppId *string `json:"hAppId,omitempty"` // rollback to this version Version *int32 `json:"version,omitempty"` }
RollbackReleaseRequest struct for RollbackReleaseRequest
func NewRollbackReleaseRequest ¶
func NewRollbackReleaseRequest() *RollbackReleaseRequest
NewRollbackReleaseRequest instantiates a new RollbackReleaseRequest 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
func NewRollbackReleaseRequestWithDefaults ¶
func NewRollbackReleaseRequestWithDefaults() *RollbackReleaseRequest
NewRollbackReleaseRequestWithDefaults instantiates a new RollbackReleaseRequest 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
func (*RollbackReleaseRequest) GetHAppId ¶
func (o *RollbackReleaseRequest) GetHAppId() string
GetHAppId returns the HAppId field value if set, zero value otherwise.
func (*RollbackReleaseRequest) GetHAppIdOk ¶
func (o *RollbackReleaseRequest) GetHAppIdOk() (*string, bool)
GetHAppIdOk returns a tuple with the HAppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseRequest) GetInstalledAppId ¶
func (o *RollbackReleaseRequest) GetInstalledAppId() int32
GetInstalledAppId returns the InstalledAppId field value if set, zero value otherwise.
func (*RollbackReleaseRequest) GetInstalledAppIdOk ¶
func (o *RollbackReleaseRequest) GetInstalledAppIdOk() (*int32, bool)
GetInstalledAppIdOk returns a tuple with the InstalledAppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseRequest) GetInstalledAppVersionId ¶
func (o *RollbackReleaseRequest) GetInstalledAppVersionId() int32
GetInstalledAppVersionId returns the InstalledAppVersionId field value if set, zero value otherwise.
func (*RollbackReleaseRequest) GetInstalledAppVersionIdOk ¶
func (o *RollbackReleaseRequest) GetInstalledAppVersionIdOk() (*int32, bool)
GetInstalledAppVersionIdOk returns a tuple with the InstalledAppVersionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseRequest) GetVersion ¶
func (o *RollbackReleaseRequest) GetVersion() int32
GetVersion returns the Version field value if set, zero value otherwise.
func (*RollbackReleaseRequest) GetVersionOk ¶
func (o *RollbackReleaseRequest) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseRequest) HasHAppId ¶
func (o *RollbackReleaseRequest) HasHAppId() bool
HasHAppId returns a boolean if a field has been set.
func (*RollbackReleaseRequest) HasInstalledAppId ¶
func (o *RollbackReleaseRequest) HasInstalledAppId() bool
HasInstalledAppId returns a boolean if a field has been set.
func (*RollbackReleaseRequest) HasInstalledAppVersionId ¶
func (o *RollbackReleaseRequest) HasInstalledAppVersionId() bool
HasInstalledAppVersionId returns a boolean if a field has been set.
func (*RollbackReleaseRequest) HasVersion ¶
func (o *RollbackReleaseRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (RollbackReleaseRequest) MarshalJSON ¶
func (o RollbackReleaseRequest) MarshalJSON() ([]byte, error)
func (*RollbackReleaseRequest) SetHAppId ¶
func (o *RollbackReleaseRequest) SetHAppId(v string)
SetHAppId gets a reference to the given string and assigns it to the HAppId field.
func (*RollbackReleaseRequest) SetInstalledAppId ¶
func (o *RollbackReleaseRequest) SetInstalledAppId(v int32)
SetInstalledAppId gets a reference to the given int32 and assigns it to the InstalledAppId field.
func (*RollbackReleaseRequest) SetInstalledAppVersionId ¶
func (o *RollbackReleaseRequest) SetInstalledAppVersionId(v int32)
SetInstalledAppVersionId gets a reference to the given int32 and assigns it to the InstalledAppVersionId field.
func (*RollbackReleaseRequest) SetVersion ¶
func (o *RollbackReleaseRequest) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
type RollbackReleaseResponse ¶
type RollbackReleaseResponse struct { // success or failure Success *bool `json:"success,omitempty"` }
RollbackReleaseResponse struct for RollbackReleaseResponse
func NewRollbackReleaseResponse ¶
func NewRollbackReleaseResponse() *RollbackReleaseResponse
NewRollbackReleaseResponse instantiates a new RollbackReleaseResponse 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
func NewRollbackReleaseResponseWithDefaults ¶
func NewRollbackReleaseResponseWithDefaults() *RollbackReleaseResponse
NewRollbackReleaseResponseWithDefaults instantiates a new RollbackReleaseResponse 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
func (*RollbackReleaseResponse) GetSuccess ¶
func (o *RollbackReleaseResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*RollbackReleaseResponse) GetSuccessOk ¶
func (o *RollbackReleaseResponse) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseResponse) HasSuccess ¶
func (o *RollbackReleaseResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (RollbackReleaseResponse) MarshalJSON ¶
func (o RollbackReleaseResponse) MarshalJSON() ([]byte, error)
func (*RollbackReleaseResponse) SetSuccess ¶
func (o *RollbackReleaseResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
type TemplateChartRequest ¶ added in v0.4.4
type TemplateChartRequest struct { // environment Id on which helm template would be performed EnvironmentId *int32 `json:"environmentId,omitempty"` // If environmentId is not provided, clusterId should be passed ClusterId *int32 `json:"clusterId,omitempty"` // If environmentId is not provided, namespace should be passed Namespace *string `json:"namespace,omitempty"` // release name of helm app (if not provided, some random name is picked) ReleaseName *string `json:"releaseName,omitempty"` // App store application version Id AppStoreApplicationVersionId *int32 `json:"appStoreApplicationVersionId,omitempty"` // Values yaml ValuesYaml *string `json:"valuesYaml,omitempty"` // Chart Data in case of base deployment template ChartData []byte `json:"chartData,omitempty"` }
TemplateChartRequest struct for TemplateChartRequest
func NewTemplateChartRequest ¶ added in v0.4.4
func NewTemplateChartRequest() *TemplateChartRequest
NewTemplateChartRequest instantiates a new TemplateChartRequest 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
func NewTemplateChartRequestWithDefaults ¶ added in v0.4.4
func NewTemplateChartRequestWithDefaults() *TemplateChartRequest
NewTemplateChartRequestWithDefaults instantiates a new TemplateChartRequest 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
func (*TemplateChartRequest) GetAppStoreApplicationVersionId ¶ added in v0.4.4
func (o *TemplateChartRequest) GetAppStoreApplicationVersionId() int32
GetAppStoreApplicationVersionId returns the AppStoreApplicationVersionId field value if set, zero value otherwise.
func (*TemplateChartRequest) GetAppStoreApplicationVersionIdOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetAppStoreApplicationVersionIdOk() (*int32, bool)
GetAppStoreApplicationVersionIdOk returns a tuple with the AppStoreApplicationVersionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetClusterId ¶ added in v0.4.4
func (o *TemplateChartRequest) GetClusterId() int32
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*TemplateChartRequest) GetClusterIdOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetClusterIdOk() (*int32, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetEnvironmentId ¶ added in v0.4.4
func (o *TemplateChartRequest) GetEnvironmentId() int32
GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.
func (*TemplateChartRequest) GetEnvironmentIdOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetEnvironmentIdOk() (*int32, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetNamespace ¶ added in v0.4.4
func (o *TemplateChartRequest) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*TemplateChartRequest) GetNamespaceOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetReleaseName ¶ added in v0.4.4
func (o *TemplateChartRequest) GetReleaseName() string
GetReleaseName returns the ReleaseName field value if set, zero value otherwise.
func (*TemplateChartRequest) GetReleaseNameOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetReleaseNameOk() (*string, bool)
GetReleaseNameOk returns a tuple with the ReleaseName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetValuesYaml ¶ added in v0.4.4
func (o *TemplateChartRequest) GetValuesYaml() string
GetValuesYaml returns the ValuesYaml field value if set, zero value otherwise.
func (*TemplateChartRequest) GetValuesYamlOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetValuesYamlOk() (*string, bool)
GetValuesYamlOk returns a tuple with the ValuesYaml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) HasAppStoreApplicationVersionId ¶ added in v0.4.4
func (o *TemplateChartRequest) HasAppStoreApplicationVersionId() bool
HasAppStoreApplicationVersionId returns a boolean if a field has been set.
func (*TemplateChartRequest) HasClusterId ¶ added in v0.4.4
func (o *TemplateChartRequest) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*TemplateChartRequest) HasEnvironmentId ¶ added in v0.4.4
func (o *TemplateChartRequest) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (*TemplateChartRequest) HasNamespace ¶ added in v0.4.4
func (o *TemplateChartRequest) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*TemplateChartRequest) HasReleaseName ¶ added in v0.4.4
func (o *TemplateChartRequest) HasReleaseName() bool
HasReleaseName returns a boolean if a field has been set.
func (*TemplateChartRequest) HasValuesYaml ¶ added in v0.4.4
func (o *TemplateChartRequest) HasValuesYaml() bool
HasValuesYaml returns a boolean if a field has been set.
func (TemplateChartRequest) MarshalJSON ¶ added in v0.4.4
func (o TemplateChartRequest) MarshalJSON() ([]byte, error)
func (*TemplateChartRequest) SetAppStoreApplicationVersionId ¶ added in v0.4.4
func (o *TemplateChartRequest) SetAppStoreApplicationVersionId(v int32)
SetAppStoreApplicationVersionId gets a reference to the given int32 and assigns it to the AppStoreApplicationVersionId field.
func (*TemplateChartRequest) SetClusterId ¶ added in v0.4.4
func (o *TemplateChartRequest) SetClusterId(v int32)
SetClusterId gets a reference to the given int32 and assigns it to the ClusterId field.
func (*TemplateChartRequest) SetEnvironmentId ¶ added in v0.4.4
func (o *TemplateChartRequest) SetEnvironmentId(v int32)
SetEnvironmentId gets a reference to the given int32 and assigns it to the EnvironmentId field.
func (*TemplateChartRequest) SetNamespace ¶ added in v0.4.4
func (o *TemplateChartRequest) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*TemplateChartRequest) SetReleaseName ¶ added in v0.4.4
func (o *TemplateChartRequest) SetReleaseName(v string)
SetReleaseName gets a reference to the given string and assigns it to the ReleaseName field.
func (*TemplateChartRequest) SetValuesYaml ¶ added in v0.4.4
func (o *TemplateChartRequest) SetValuesYaml(v string)
SetValuesYaml gets a reference to the given string and assigns it to the ValuesYaml field.
type TemplateChartResponse ¶ added in v0.4.4
type TemplateChartResponse struct { // helm generated manifest Manifest *string `json:"manifest,omitempty"` }
TemplateChartResponse struct for TemplateChartResponse
func NewTemplateChartResponse ¶ added in v0.4.4
func NewTemplateChartResponse() *TemplateChartResponse
NewTemplateChartResponse instantiates a new TemplateChartResponse 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
func NewTemplateChartResponseWithDefaults ¶ added in v0.4.4
func NewTemplateChartResponseWithDefaults() *TemplateChartResponse
NewTemplateChartResponseWithDefaults instantiates a new TemplateChartResponse 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
func (*TemplateChartResponse) GetManifest ¶ added in v0.4.4
func (o *TemplateChartResponse) GetManifest() string
GetManifest returns the Manifest field value if set, zero value otherwise.
func (*TemplateChartResponse) GetManifestOk ¶ added in v0.4.4
func (o *TemplateChartResponse) GetManifestOk() (*string, bool)
GetManifestOk returns a tuple with the Manifest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartResponse) HasManifest ¶ added in v0.4.4
func (o *TemplateChartResponse) HasManifest() bool
HasManifest returns a boolean if a field has been set.
func (TemplateChartResponse) MarshalJSON ¶ added in v0.4.4
func (o TemplateChartResponse) MarshalJSON() ([]byte, error)
func (*TemplateChartResponse) SetManifest ¶ added in v0.4.4
func (o *TemplateChartResponse) SetManifest(v string)
SetManifest gets a reference to the given string and assigns it to the Manifest field.
type UpdateApiTokenRequest ¶ added in v0.4.11
type UpdateApiTokenRequest struct { // Description of api-token Description *string `json:"description,omitempty,notnull" validate:"required"` // Expiration time of api-token in milliseconds ExpireAtInMs *int64 `json:"expireAtInMs,omitempty"` }
UpdateApiTokenRequest struct for UpdateApiTokenRequest
func NewUpdateApiTokenRequest ¶ added in v0.4.11
func NewUpdateApiTokenRequest() *UpdateApiTokenRequest
NewUpdateApiTokenRequest instantiates a new UpdateApiTokenRequest 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
func NewUpdateApiTokenRequestWithDefaults ¶ added in v0.4.11
func NewUpdateApiTokenRequestWithDefaults() *UpdateApiTokenRequest
NewUpdateApiTokenRequestWithDefaults instantiates a new UpdateApiTokenRequest 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
func (*UpdateApiTokenRequest) GetDescription ¶ added in v0.4.11
func (o *UpdateApiTokenRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateApiTokenRequest) GetDescriptionOk ¶ added in v0.4.11
func (o *UpdateApiTokenRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApiTokenRequest) GetExpireAtInMs ¶ added in v0.4.11
func (o *UpdateApiTokenRequest) GetExpireAtInMs() int64
GetExpireAtInMs returns the ExpireAtInMs field value if set, zero value otherwise.
func (*UpdateApiTokenRequest) GetExpireAtInMsOk ¶ added in v0.4.11
func (o *UpdateApiTokenRequest) GetExpireAtInMsOk() (*int64, bool)
GetExpireAtInMsOk returns a tuple with the ExpireAtInMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApiTokenRequest) HasDescription ¶ added in v0.4.11
func (o *UpdateApiTokenRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateApiTokenRequest) HasExpireAtInMs ¶ added in v0.4.11
func (o *UpdateApiTokenRequest) HasExpireAtInMs() bool
HasExpireAtInMs returns a boolean if a field has been set.
func (UpdateApiTokenRequest) MarshalJSON ¶ added in v0.4.11
func (o UpdateApiTokenRequest) MarshalJSON() ([]byte, error)
func (*UpdateApiTokenRequest) SetDescription ¶ added in v0.4.11
func (o *UpdateApiTokenRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateApiTokenRequest) SetExpireAtInMs ¶ added in v0.4.11
func (o *UpdateApiTokenRequest) SetExpireAtInMs(v int64)
SetExpireAtInMs gets a reference to the given int64 and assigns it to the ExpireAtInMs field.
type UpdateApiTokenResponse ¶ added in v0.4.11
type UpdateApiTokenResponse struct { // success or failure Success *bool `json:"success,omitempty"` // Token of that api-token Token *string `json:"token,omitempty"` }
UpdateApiTokenResponse struct for UpdateApiTokenResponse
func NewUpdateApiTokenResponse ¶ added in v0.4.11
func NewUpdateApiTokenResponse() *UpdateApiTokenResponse
NewUpdateApiTokenResponse instantiates a new UpdateApiTokenResponse 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
func NewUpdateApiTokenResponseWithDefaults ¶ added in v0.4.11
func NewUpdateApiTokenResponseWithDefaults() *UpdateApiTokenResponse
NewUpdateApiTokenResponseWithDefaults instantiates a new UpdateApiTokenResponse 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
func (*UpdateApiTokenResponse) GetSuccess ¶ added in v0.4.11
func (o *UpdateApiTokenResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*UpdateApiTokenResponse) GetSuccessOk ¶ added in v0.4.11
func (o *UpdateApiTokenResponse) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApiTokenResponse) GetToken ¶ added in v0.4.11
func (o *UpdateApiTokenResponse) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*UpdateApiTokenResponse) GetTokenOk ¶ added in v0.4.11
func (o *UpdateApiTokenResponse) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApiTokenResponse) HasSuccess ¶ added in v0.4.11
func (o *UpdateApiTokenResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*UpdateApiTokenResponse) HasToken ¶ added in v0.4.11
func (o *UpdateApiTokenResponse) HasToken() bool
HasToken returns a boolean if a field has been set.
func (UpdateApiTokenResponse) MarshalJSON ¶ added in v0.4.11
func (o UpdateApiTokenResponse) MarshalJSON() ([]byte, error)
func (*UpdateApiTokenResponse) SetSuccess ¶ added in v0.4.11
func (o *UpdateApiTokenResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (*UpdateApiTokenResponse) SetToken ¶ added in v0.4.11
func (o *UpdateApiTokenResponse) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
Source Files ¶
- model_action_response.go
- model_api_token.go
- model_create_api_token_request.go
- model_create_api_token_response.go
- model_rollback_release_request.go
- model_rollback_release_response.go
- model_template_chart_request.go
- model_template_chart_response.go
- model_update_api_token_request.go
- model_update_api_token_response.go