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 ¶
type ActionResponse struct { // success or failure Success *bool `json:"success,omitempty"` }
ActionResponse struct for ActionResponse
func NewActionResponse ¶
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 ¶
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 ¶
func (o *ActionResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*ActionResponse) GetSuccessOk ¶
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 ¶
func (o *ActionResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (ActionResponse) MarshalJSON ¶
func (o ActionResponse) MarshalJSON() ([]byte, error)
func (*ActionResponse) SetSuccess ¶
func (o *ActionResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
type ApiToken ¶
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 ¶
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 ¶
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 ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApiToken) GetDescriptionOk ¶
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 ¶
GetExpireAtInMs returns the ExpireAtInMs field value if set, zero value otherwise.
func (*ApiToken) GetExpireAtInMsOk ¶
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) GetIdOk ¶
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 ¶
GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.
func (*ApiToken) GetLastUsedAtOk ¶
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 ¶
GetLastUsedByIp returns the LastUsedByIp field value if set, zero value otherwise.
func (*ApiToken) GetLastUsedByIpOk ¶
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) GetNameOk ¶
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) GetTokenOk ¶
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 ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ApiToken) GetUpdatedAtOk ¶
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) GetUserIdOk ¶
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 ¶
GetUserIdentifier returns the UserIdentifier field value if set, zero value otherwise.
func (*ApiToken) GetUserIdentifierOk ¶
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 ¶
HasDescription returns a boolean if a field has been set.
func (*ApiToken) HasExpireAtInMs ¶
HasExpireAtInMs returns a boolean if a field has been set.
func (*ApiToken) HasLastUsedAt ¶
HasLastUsedAt returns a boolean if a field has been set.
func (*ApiToken) HasLastUsedByIp ¶
HasLastUsedByIp returns a boolean if a field has been set.
func (*ApiToken) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (*ApiToken) HasUserIdentifier ¶
HasUserIdentifier returns a boolean if a field has been set.
func (ApiToken) MarshalJSON ¶
func (*ApiToken) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApiToken) SetExpireAtInMs ¶
SetExpireAtInMs gets a reference to the given int64 and assigns it to the ExpireAtInMs field.
func (*ApiToken) SetLastUsedAt ¶
SetLastUsedAt gets a reference to the given string and assigns it to the LastUsedAt field.
func (*ApiToken) SetLastUsedByIp ¶
SetLastUsedByIp gets a reference to the given string and assigns it to the LastUsedByIp field.
func (*ApiToken) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApiToken) SetToken ¶
SetToken gets a reference to the given string and assigns it to the Token field.
func (*ApiToken) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*ApiToken) SetUserId ¶
SetUserId gets a reference to the given int32 and assigns it to the UserId field.
func (*ApiToken) SetUserIdentifier ¶
SetUserIdentifier gets a reference to the given string and assigns it to the UserIdentifier field.
type CreateApiTokenRequest ¶
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 ¶
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 ¶
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 ¶
func (o *CreateApiTokenRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateApiTokenRequest) GetDescriptionOk ¶
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 ¶
func (o *CreateApiTokenRequest) GetExpireAtInMs() int64
GetExpireAtInMs returns the ExpireAtInMs field value if set, zero value otherwise.
func (*CreateApiTokenRequest) GetExpireAtInMsOk ¶
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 ¶
func (o *CreateApiTokenRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreateApiTokenRequest) GetNameOk ¶
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 ¶
func (o *CreateApiTokenRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateApiTokenRequest) HasExpireAtInMs ¶
func (o *CreateApiTokenRequest) HasExpireAtInMs() bool
HasExpireAtInMs returns a boolean if a field has been set.
func (*CreateApiTokenRequest) HasName ¶
func (o *CreateApiTokenRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (CreateApiTokenRequest) MarshalJSON ¶
func (o CreateApiTokenRequest) MarshalJSON() ([]byte, error)
func (*CreateApiTokenRequest) SetDescription ¶
func (o *CreateApiTokenRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateApiTokenRequest) SetExpireAtInMs ¶
func (o *CreateApiTokenRequest) SetExpireAtInMs(v int64)
SetExpireAtInMs gets a reference to the given int64 and assigns it to the ExpireAtInMs field.
func (*CreateApiTokenRequest) SetName ¶
func (o *CreateApiTokenRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type CreateApiTokenResponse ¶
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 ¶
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 ¶
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 ¶
func (o *CreateApiTokenResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*CreateApiTokenResponse) GetSuccessOk ¶
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 ¶
func (o *CreateApiTokenResponse) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*CreateApiTokenResponse) GetTokenOk ¶
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 ¶
func (o *CreateApiTokenResponse) GetUserId() int32
GetUserId returns the UserId field value if set, zero value otherwise.
func (*CreateApiTokenResponse) GetUserIdOk ¶
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 ¶
func (o *CreateApiTokenResponse) GetUserIdentifier() string
GetUserIdentifier returns the UserIdentifier field value if set, zero value otherwise.
func (*CreateApiTokenResponse) GetUserIdentifierOk ¶
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 ¶
func (o *CreateApiTokenResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*CreateApiTokenResponse) HasToken ¶
func (o *CreateApiTokenResponse) HasToken() bool
HasToken returns a boolean if a field has been set.
func (*CreateApiTokenResponse) HasUserId ¶
func (o *CreateApiTokenResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (*CreateApiTokenResponse) HasUserIdentifier ¶
func (o *CreateApiTokenResponse) HasUserIdentifier() bool
HasUserIdentifier returns a boolean if a field has been set.
func (CreateApiTokenResponse) MarshalJSON ¶
func (o CreateApiTokenResponse) MarshalJSON() ([]byte, error)
func (*CreateApiTokenResponse) SetSuccess ¶
func (o *CreateApiTokenResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (*CreateApiTokenResponse) SetToken ¶
func (o *CreateApiTokenResponse) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*CreateApiTokenResponse) SetUserId ¶
func (o *CreateApiTokenResponse) SetUserId(v int32)
SetUserId gets a reference to the given int32 and assigns it to the UserId field.
func (*CreateApiTokenResponse) SetUserIdentifier ¶
func (o *CreateApiTokenResponse) SetUserIdentifier(v string)
SetUserIdentifier gets a reference to the given string and assigns it to the UserIdentifier field.
type NullableActionResponse ¶
type NullableActionResponse struct {
// contains filtered or unexported fields
}
func NewNullableActionResponse ¶
func NewNullableActionResponse(val *ActionResponse) *NullableActionResponse
func (NullableActionResponse) Get ¶
func (v NullableActionResponse) Get() *ActionResponse
func (NullableActionResponse) IsSet ¶
func (v NullableActionResponse) IsSet() bool
func (NullableActionResponse) MarshalJSON ¶
func (v NullableActionResponse) MarshalJSON() ([]byte, error)
func (*NullableActionResponse) Set ¶
func (v *NullableActionResponse) Set(val *ActionResponse)
func (*NullableActionResponse) UnmarshalJSON ¶
func (v *NullableActionResponse) UnmarshalJSON(src []byte) error
func (*NullableActionResponse) Unset ¶
func (v *NullableActionResponse) Unset()
type NullableApiToken ¶
type NullableApiToken struct {
// contains filtered or unexported fields
}
func NewNullableApiToken ¶
func NewNullableApiToken(val *ApiToken) *NullableApiToken
func (NullableApiToken) Get ¶
func (v NullableApiToken) Get() *ApiToken
func (NullableApiToken) IsSet ¶
func (v NullableApiToken) IsSet() bool
func (NullableApiToken) MarshalJSON ¶
func (v NullableApiToken) MarshalJSON() ([]byte, error)
func (*NullableApiToken) Set ¶
func (v *NullableApiToken) Set(val *ApiToken)
func (*NullableApiToken) UnmarshalJSON ¶
func (v *NullableApiToken) UnmarshalJSON(src []byte) error
func (*NullableApiToken) Unset ¶
func (v *NullableApiToken) Unset()
type NullableCreateApiTokenRequest ¶
type NullableCreateApiTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiTokenRequest ¶
func NewNullableCreateApiTokenRequest(val *CreateApiTokenRequest) *NullableCreateApiTokenRequest
func (NullableCreateApiTokenRequest) Get ¶
func (v NullableCreateApiTokenRequest) Get() *CreateApiTokenRequest
func (NullableCreateApiTokenRequest) IsSet ¶
func (v NullableCreateApiTokenRequest) IsSet() bool
func (NullableCreateApiTokenRequest) MarshalJSON ¶
func (v NullableCreateApiTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateApiTokenRequest) Set ¶
func (v *NullableCreateApiTokenRequest) Set(val *CreateApiTokenRequest)
func (*NullableCreateApiTokenRequest) UnmarshalJSON ¶
func (v *NullableCreateApiTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateApiTokenRequest) Unset ¶
func (v *NullableCreateApiTokenRequest) Unset()
type NullableCreateApiTokenResponse ¶
type NullableCreateApiTokenResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiTokenResponse ¶
func NewNullableCreateApiTokenResponse(val *CreateApiTokenResponse) *NullableCreateApiTokenResponse
func (NullableCreateApiTokenResponse) Get ¶
func (v NullableCreateApiTokenResponse) Get() *CreateApiTokenResponse
func (NullableCreateApiTokenResponse) IsSet ¶
func (v NullableCreateApiTokenResponse) IsSet() bool
func (NullableCreateApiTokenResponse) MarshalJSON ¶
func (v NullableCreateApiTokenResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateApiTokenResponse) Set ¶
func (v *NullableCreateApiTokenResponse) Set(val *CreateApiTokenResponse)
func (*NullableCreateApiTokenResponse) UnmarshalJSON ¶
func (v *NullableCreateApiTokenResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateApiTokenResponse) Unset ¶
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 ¶
type NullableTemplateChartRequest struct {
// contains filtered or unexported fields
}
func NewNullableTemplateChartRequest ¶
func NewNullableTemplateChartRequest(val *TemplateChartRequest) *NullableTemplateChartRequest
func (NullableTemplateChartRequest) Get ¶
func (v NullableTemplateChartRequest) Get() *TemplateChartRequest
func (NullableTemplateChartRequest) IsSet ¶
func (v NullableTemplateChartRequest) IsSet() bool
func (NullableTemplateChartRequest) MarshalJSON ¶
func (v NullableTemplateChartRequest) MarshalJSON() ([]byte, error)
func (*NullableTemplateChartRequest) Set ¶
func (v *NullableTemplateChartRequest) Set(val *TemplateChartRequest)
func (*NullableTemplateChartRequest) UnmarshalJSON ¶
func (v *NullableTemplateChartRequest) UnmarshalJSON(src []byte) error
func (*NullableTemplateChartRequest) Unset ¶
func (v *NullableTemplateChartRequest) Unset()
type NullableTemplateChartResponse ¶
type NullableTemplateChartResponse struct {
// contains filtered or unexported fields
}
func NewNullableTemplateChartResponse ¶
func NewNullableTemplateChartResponse(val *TemplateChartResponse) *NullableTemplateChartResponse
func (NullableTemplateChartResponse) Get ¶
func (v NullableTemplateChartResponse) Get() *TemplateChartResponse
func (NullableTemplateChartResponse) IsSet ¶
func (v NullableTemplateChartResponse) IsSet() bool
func (NullableTemplateChartResponse) MarshalJSON ¶
func (v NullableTemplateChartResponse) MarshalJSON() ([]byte, error)
func (*NullableTemplateChartResponse) Set ¶
func (v *NullableTemplateChartResponse) Set(val *TemplateChartResponse)
func (*NullableTemplateChartResponse) UnmarshalJSON ¶
func (v *NullableTemplateChartResponse) UnmarshalJSON(src []byte) error
func (*NullableTemplateChartResponse) Unset ¶
func (v *NullableTemplateChartResponse) Unset()
type NullableUpdateApiTokenRequest ¶
type NullableUpdateApiTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApiTokenRequest ¶
func NewNullableUpdateApiTokenRequest(val *UpdateApiTokenRequest) *NullableUpdateApiTokenRequest
func (NullableUpdateApiTokenRequest) Get ¶
func (v NullableUpdateApiTokenRequest) Get() *UpdateApiTokenRequest
func (NullableUpdateApiTokenRequest) IsSet ¶
func (v NullableUpdateApiTokenRequest) IsSet() bool
func (NullableUpdateApiTokenRequest) MarshalJSON ¶
func (v NullableUpdateApiTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateApiTokenRequest) Set ¶
func (v *NullableUpdateApiTokenRequest) Set(val *UpdateApiTokenRequest)
func (*NullableUpdateApiTokenRequest) UnmarshalJSON ¶
func (v *NullableUpdateApiTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateApiTokenRequest) Unset ¶
func (v *NullableUpdateApiTokenRequest) Unset()
type NullableUpdateApiTokenResponse ¶
type NullableUpdateApiTokenResponse struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApiTokenResponse ¶
func NewNullableUpdateApiTokenResponse(val *UpdateApiTokenResponse) *NullableUpdateApiTokenResponse
func (NullableUpdateApiTokenResponse) Get ¶
func (v NullableUpdateApiTokenResponse) Get() *UpdateApiTokenResponse
func (NullableUpdateApiTokenResponse) IsSet ¶
func (v NullableUpdateApiTokenResponse) IsSet() bool
func (NullableUpdateApiTokenResponse) MarshalJSON ¶
func (v NullableUpdateApiTokenResponse) MarshalJSON() ([]byte, error)
func (*NullableUpdateApiTokenResponse) Set ¶
func (v *NullableUpdateApiTokenResponse) Set(val *UpdateApiTokenResponse)
func (*NullableUpdateApiTokenResponse) UnmarshalJSON ¶
func (v *NullableUpdateApiTokenResponse) UnmarshalJSON(src []byte) error
func (*NullableUpdateApiTokenResponse) Unset ¶
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 ¶
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"` }
TemplateChartRequest struct for TemplateChartRequest
func NewTemplateChartRequest ¶
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 ¶
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 ¶
func (o *TemplateChartRequest) GetAppStoreApplicationVersionId() int32
GetAppStoreApplicationVersionId returns the AppStoreApplicationVersionId field value if set, zero value otherwise.
func (*TemplateChartRequest) GetAppStoreApplicationVersionIdOk ¶
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 ¶
func (o *TemplateChartRequest) GetClusterId() int32
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*TemplateChartRequest) GetClusterIdOk ¶
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 ¶
func (o *TemplateChartRequest) GetEnvironmentId() int32
GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.
func (*TemplateChartRequest) GetEnvironmentIdOk ¶
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 ¶
func (o *TemplateChartRequest) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*TemplateChartRequest) GetNamespaceOk ¶
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 ¶
func (o *TemplateChartRequest) GetReleaseName() string
GetReleaseName returns the ReleaseName field value if set, zero value otherwise.
func (*TemplateChartRequest) GetReleaseNameOk ¶
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 ¶
func (o *TemplateChartRequest) GetValuesYaml() string
GetValuesYaml returns the ValuesYaml field value if set, zero value otherwise.
func (*TemplateChartRequest) GetValuesYamlOk ¶
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 ¶
func (o *TemplateChartRequest) HasAppStoreApplicationVersionId() bool
HasAppStoreApplicationVersionId returns a boolean if a field has been set.
func (*TemplateChartRequest) HasClusterId ¶
func (o *TemplateChartRequest) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*TemplateChartRequest) HasEnvironmentId ¶
func (o *TemplateChartRequest) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (*TemplateChartRequest) HasNamespace ¶
func (o *TemplateChartRequest) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*TemplateChartRequest) HasReleaseName ¶
func (o *TemplateChartRequest) HasReleaseName() bool
HasReleaseName returns a boolean if a field has been set.
func (*TemplateChartRequest) HasValuesYaml ¶
func (o *TemplateChartRequest) HasValuesYaml() bool
HasValuesYaml returns a boolean if a field has been set.
func (TemplateChartRequest) MarshalJSON ¶
func (o TemplateChartRequest) MarshalJSON() ([]byte, error)
func (*TemplateChartRequest) SetAppStoreApplicationVersionId ¶
func (o *TemplateChartRequest) SetAppStoreApplicationVersionId(v int32)
SetAppStoreApplicationVersionId gets a reference to the given int32 and assigns it to the AppStoreApplicationVersionId field.
func (*TemplateChartRequest) SetClusterId ¶
func (o *TemplateChartRequest) SetClusterId(v int32)
SetClusterId gets a reference to the given int32 and assigns it to the ClusterId field.
func (*TemplateChartRequest) SetEnvironmentId ¶
func (o *TemplateChartRequest) SetEnvironmentId(v int32)
SetEnvironmentId gets a reference to the given int32 and assigns it to the EnvironmentId field.
func (*TemplateChartRequest) SetNamespace ¶
func (o *TemplateChartRequest) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*TemplateChartRequest) SetReleaseName ¶
func (o *TemplateChartRequest) SetReleaseName(v string)
SetReleaseName gets a reference to the given string and assigns it to the ReleaseName field.
func (*TemplateChartRequest) SetValuesYaml ¶
func (o *TemplateChartRequest) SetValuesYaml(v string)
SetValuesYaml gets a reference to the given string and assigns it to the ValuesYaml field.
type TemplateChartResponse ¶
type TemplateChartResponse struct { // helm generated manifest Manifest *string `json:"manifest,omitempty"` }
TemplateChartResponse struct for TemplateChartResponse
func NewTemplateChartResponse ¶
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 ¶
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 ¶
func (o *TemplateChartResponse) GetManifest() string
GetManifest returns the Manifest field value if set, zero value otherwise.
func (*TemplateChartResponse) GetManifestOk ¶
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 ¶
func (o *TemplateChartResponse) HasManifest() bool
HasManifest returns a boolean if a field has been set.
func (TemplateChartResponse) MarshalJSON ¶
func (o TemplateChartResponse) MarshalJSON() ([]byte, error)
func (*TemplateChartResponse) SetManifest ¶
func (o *TemplateChartResponse) SetManifest(v string)
SetManifest gets a reference to the given string and assigns it to the Manifest field.
type UpdateApiTokenRequest ¶
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 ¶
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 ¶
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 ¶
func (o *UpdateApiTokenRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateApiTokenRequest) GetDescriptionOk ¶
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 ¶
func (o *UpdateApiTokenRequest) GetExpireAtInMs() int64
GetExpireAtInMs returns the ExpireAtInMs field value if set, zero value otherwise.
func (*UpdateApiTokenRequest) GetExpireAtInMsOk ¶
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 ¶
func (o *UpdateApiTokenRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateApiTokenRequest) HasExpireAtInMs ¶
func (o *UpdateApiTokenRequest) HasExpireAtInMs() bool
HasExpireAtInMs returns a boolean if a field has been set.
func (UpdateApiTokenRequest) MarshalJSON ¶
func (o UpdateApiTokenRequest) MarshalJSON() ([]byte, error)
func (*UpdateApiTokenRequest) SetDescription ¶
func (o *UpdateApiTokenRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateApiTokenRequest) SetExpireAtInMs ¶
func (o *UpdateApiTokenRequest) SetExpireAtInMs(v int64)
SetExpireAtInMs gets a reference to the given int64 and assigns it to the ExpireAtInMs field.
type UpdateApiTokenResponse ¶
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 ¶
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 ¶
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 ¶
func (o *UpdateApiTokenResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*UpdateApiTokenResponse) GetSuccessOk ¶
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 ¶
func (o *UpdateApiTokenResponse) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*UpdateApiTokenResponse) GetTokenOk ¶
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 ¶
func (o *UpdateApiTokenResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*UpdateApiTokenResponse) HasToken ¶
func (o *UpdateApiTokenResponse) HasToken() bool
HasToken returns a boolean if a field has been set.
func (UpdateApiTokenResponse) MarshalJSON ¶
func (o UpdateApiTokenResponse) MarshalJSON() ([]byte, error)
func (*UpdateApiTokenResponse) SetSuccess ¶
func (o *UpdateApiTokenResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (*UpdateApiTokenResponse) SetToken ¶
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