Documentation
¶
Index ¶
- func New(params Params) *service
- type DescribeTagsItem
- type DescribeTagsResponse
- type GetCallerIdentityResponse
- type Params
- type RunnerAuthAWSIIDRequest
- type RunnerAuthAWSIIDResponse
- type RunnerAuthAWSRequest
- type RunnerAuthAWSResponse
- type RunnerAuthAzureRequest
- type RunnerAuthAzureResponse
- type RunnerAuthGCPRequest
- type RunnerAuthGCPResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DescribeTagsItem ¶
type DescribeTagsResponse ¶
type DescribeTagsResponse struct {
XMLName xml.Name `xml:"DescribeTagsResponse"`
TagSet struct {
Items []DescribeTagsItem `xml:"item"`
} `xml:"tagSet"`
}
type RunnerAuthAWSIIDRequest ¶ added in v0.19.894
type RunnerAuthAWSIIDResponse ¶ added in v0.19.894
type RunnerAuthAWSIIDResponse struct {
Authenticated bool `json:"authenticated"`
AccountID string `json:"account_id,omitempty"`
InstanceID string `json:"instance_id,omitempty"`
Region string `json:"region,omitempty"`
RunnerID string `json:"runner_id,omitempty"`
Token string `json:"token,omitempty"`
}
type RunnerAuthAWSRequest ¶
type RunnerAuthAWSRequest struct {
STSRequest *awstypes.PresignedRequest `json:"sts" validate:"required"`
TagsRequest *awstypes.PresignedRequest `json:"tags" validate:"required"`
}
type RunnerAuthAWSResponse ¶
type RunnerAuthAzureRequest ¶ added in v0.19.894
type RunnerAuthAzureResponse ¶ added in v0.19.894
type RunnerAuthGCPRequest ¶ added in v0.19.894
type RunnerAuthGCPRequest struct {
IdentityToken string `json:"identity_token" validate:"required"`
MetadataRequest *gcptypes.MetadataRequest `json:"metadata" validate:"required"`
}
type RunnerAuthGCPResponse ¶ added in v0.19.894
type RunnerAuthGCPResponse struct {
Authenticated bool `json:"authenticated"`
ProjectID string `json:"project_id,omitempty"`
InstanceID string `json:"instance_id,omitempty"`
ServiceAccount string `json:"service_account,omitempty"`
RunnerID string `json:"runner_id,omitempty"`
Token string `json:"token,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.