Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- type APIClient
- type APIKey
- type APIResponse
- type Account
- type AccountDetails
- type AllByAccountAndRegionUsingGETOpts
- type AllByAccountUsingGET1Opts
- type AllByAccountUsingGETOpts
- type AllByCloudProviderUsingGETOpts
- type AllPipelinesForProjectUsingGETOpts
- type AllUsingGET1Opts
- type AllUsingGET2Opts
- type AllUsingGET5Opts
- type AllUsingGETOpts
- type AmazonInfrastructureControllerApiService
- func (a *AmazonInfrastructureControllerApiService) ApplicationFunctionsUsingGET(ctx context.Context, application string) ([]interface{}, *http.Response, error)
- func (a *AmazonInfrastructureControllerApiService) FunctionsUsingGET(ctx context.Context, localVarOptionals *FunctionsUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *AmazonInfrastructureControllerApiService) InstanceTypesUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
- func (a *AmazonInfrastructureControllerApiService) SubnetsUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
- func (a *AmazonInfrastructureControllerApiService) VpcsUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
- type ApplicationControllerApiService
- func (a *ApplicationControllerApiService) CancelPipelineUsingPUT(ctx context.Context, id string, localVarOptionals *CancelPipelineUsingPUTOpts) (map[string]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) CancelTaskUsingPUT(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetAllApplicationsUsingGET(ctx context.Context, localVarOptionals *GetAllApplicationsUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetApplicationHistoryUsingGET(ctx context.Context, application string, ...) ([]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetApplicationUsingGET(ctx context.Context, application string, ...) (map[string]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetPipelineConfigUsingGET(ctx context.Context, application string, pipelineName string) (map[string]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetPipelineConfigsForApplicationUsingGET(ctx context.Context, application string) ([]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetPipelinesUsingGET(ctx context.Context, application string, ...) ([]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetStrategyConfigUsingGET(ctx context.Context, application string, strategyName string) (map[string]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetStrategyConfigsForApplicationUsingGET(ctx context.Context, application string) ([]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetTaskDetailsUsingGET(ctx context.Context, id string, taskDetailsId string, ...) (map[string]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetTaskUsingGET(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) GetTasksUsingGET(ctx context.Context, application string, ...) ([]interface{}, *http.Response, error)
- func (a *ApplicationControllerApiService) InvokePipelineConfigUsingPOST(ctx context.Context, application string, pipelineName string, ...) (HttpEntity, *http.Response, error)
- func (a *ApplicationControllerApiService) TaskUsingPOST(ctx context.Context, application string, map_ interface{}) (map[string]interface{}, *http.Response, error)
- type ArtifactControllerApiService
- func (a *ArtifactControllerApiService) AllUsingGET(ctx context.Context, localVarOptionals *AllUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *ArtifactControllerApiService) ArtifactVersionsUsingGET(ctx context.Context, accountName string, artifactName string, type_ string, ...) ([]string, *http.Response, error)
- func (a *ArtifactControllerApiService) GetArtifactUsingGET(ctx context.Context, packageName string, provider string, version string) (interface{}, *http.Response, error)
- type ArtifactVersionsUsingGETOpts
- type AuthControllerApiService
- func (a *AuthControllerApiService) GetServiceAccountsUsingGET(ctx context.Context, localVarOptionals *GetServiceAccountsUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *AuthControllerApiService) LoggedOutUsingGET(ctx context.Context) (string, *http.Response, error)
- func (a *AuthControllerApiService) RedirectUsingGET(ctx context.Context, to string) (*http.Response, error)
- func (a *AuthControllerApiService) SyncUsingPOST(ctx context.Context) (*http.Response, error)
- func (a *AuthControllerApiService) UserUsingGET(ctx context.Context) (User, *http.Response, error)
- type BakeControllerApiService
- func (a *BakeControllerApiService) BakeOptionsUsingGET(ctx context.Context, cloudProvider string) (interface{}, *http.Response, error)
- func (a *BakeControllerApiService) BakeOptionsUsingGET1(ctx context.Context) (interface{}, *http.Response, error)
- func (a *BakeControllerApiService) LookupLogsUsingGET(ctx context.Context, region string, statusId string) (interface{}, *http.Response, error)
- type BasicAuth
- type BuildControllerApiService
- func (a *BuildControllerApiService) GetBuildMastersUsingGET(ctx context.Context, localVarOptionals *GetBuildMastersUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *BuildControllerApiService) GetBuildUsingGET(ctx context.Context, buildMaster string, number string) (map[string]interface{}, *http.Response, error)
- func (a *BuildControllerApiService) GetBuildsUsingGET(ctx context.Context, buildMaster string) ([]interface{}, *http.Response, error)
- func (a *BuildControllerApiService) GetJobConfigUsingGET(ctx context.Context, buildMaster string) (map[string]interface{}, *http.Response, error)
- func (a *BuildControllerApiService) GetJobsForBuildMasterUsingGET(ctx context.Context, buildMaster string) ([]interface{}, *http.Response, error)
- func (a *BuildControllerApiService) V3GetBuildMastersUsingGET(ctx context.Context, localVarOptionals *V3GetBuildMastersUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *BuildControllerApiService) V3GetBuildUsingGET(ctx context.Context, buildMaster string, job string, number string) (map[string]interface{}, *http.Response, error)
- func (a *BuildControllerApiService) V3GetBuildsUsingGET(ctx context.Context, buildMaster string, job string) ([]interface{}, *http.Response, error)
- func (a *BuildControllerApiService) V3GetJobConfigUsingGET(ctx context.Context, buildMaster string, job string) (map[string]interface{}, *http.Response, error)
- func (a *BuildControllerApiService) V3GetJobsForBuildMasterUsingGET(ctx context.Context, buildMaster string) ([]interface{}, *http.Response, error)
- type CancelPipelineUsingPUT1Opts
- type CancelPipelineUsingPUTOpts
- type CiControllerApiService
- type ClusterControllerApiService
- func (a *ClusterControllerApiService) GetClusterLoadBalancersUsingGET(ctx context.Context, account string, applicationName string, ...) ([]interface{}, *http.Response, error)
- func (a *ClusterControllerApiService) GetClustersUsingGET(ctx context.Context, account string, application string, clusterName string, ...) (map[string]interface{}, *http.Response, error)
- func (a *ClusterControllerApiService) GetClustersUsingGET1(ctx context.Context, account string, application string, ...) ([]interface{}, *http.Response, error)
- func (a *ClusterControllerApiService) GetClustersUsingGET2(ctx context.Context, application string, ...) (map[string]interface{}, *http.Response, error)
- func (a *ClusterControllerApiService) GetScalingActivitiesUsingGET(ctx context.Context, account string, application string, clusterName string, ...) ([]interface{}, *http.Response, error)
- func (a *ClusterControllerApiService) GetServerGroupsUsingGET(ctx context.Context, account string, application string, clusterName string, ...) ([]interface{}, *http.Response, error)
- func (a *ClusterControllerApiService) GetServerGroupsUsingGET1(ctx context.Context, account string, application string, clusterName string, ...) ([]interface{}, *http.Response, error)
- func (a *ClusterControllerApiService) GetTargetServerGroupUsingGET(ctx context.Context, account string, application string, cloudProvider string, ...) (map[string]interface{}, *http.Response, error)
- type ConcourseControllerApiService
- func (a *ConcourseControllerApiService) JobsUsingGET(ctx context.Context, buildMaster string, pipeline string, team string) ([]interface{}, *http.Response, error)
- func (a *ConcourseControllerApiService) PipelinesUsingGET(ctx context.Context, buildMaster string, team string) ([]interface{}, *http.Response, error)
- func (a *ConcourseControllerApiService) ResourcesUsingGET(ctx context.Context, buildMaster string, pipeline string, team string) ([]interface{}, *http.Response, error)
- type Configuration
- type ConstraintState
- type ConstraintStatus
- type CreateCanaryConfigUsingPOSTOpts
- type CreateUsingPOST1Opts
- type CredentialsControllerApiService
- func (a *CredentialsControllerApiService) GetAccountUsingGET(ctx context.Context, account string, localVarOptionals *GetAccountUsingGETOpts) (AccountDetails, *http.Response, error)
- func (a *CredentialsControllerApiService) GetAccountsUsingGET(ctx context.Context, localVarOptionals *GetAccountsUsingGETOpts) ([]Account, *http.Response, error)
- type DeleteCanaryConfigUsingDELETEOpts
- type DeleteUsingDELETE1Opts
- type DeleteUsingDELETEOpts
- type DeliveryConfig
- type EcsServerGroupEventsControllerApiService
- type Environment
- type EnvironmentArtifactPin
- type EnvironmentArtifactVeto
- type EvaluateVariablesUsingPOSTOpts
- type ExecutionsControllerApiService
- func (a *ExecutionsControllerApiService) GetLatestExecutionsByConfigIdsUsingGET(ctx context.Context, ...) ([]interface{}, *http.Response, error)
- func (a *ExecutionsControllerApiService) SearchForPipelineExecutionsByTriggerUsingGET(ctx context.Context, application string, ...) ([]interface{}, *http.Response, error)
- type FindImagesUsingGETOpts
- type FindTagsUsingGETOpts
- type FirewallControllerApiService
- func (a *FirewallControllerApiService) AllByAccountAndRegionUsingGET(ctx context.Context, account string, region string, ...) ([]interface{}, *http.Response, error)
- func (a *FirewallControllerApiService) AllByAccountUsingGET(ctx context.Context, account string, ...) (interface{}, *http.Response, error)
- func (a *FirewallControllerApiService) AllUsingGET1(ctx context.Context, localVarOptionals *AllUsingGET1Opts) (interface{}, *http.Response, error)
- func (a *FirewallControllerApiService) GetSecurityGroupUsingGET(ctx context.Context, account string, name string, region string, ...) (interface{}, *http.Response, error)
- type FunctionsUsingGETOpts
- type GenericSwaggerError
- type GetAccountUsingGETOpts
- type GetAccountsUsingGETOpts
- type GetAllApplicationsUsingGETOpts
- type GetAllUsingGETOpts
- type GetApplicationDetailsUsingGETOpts
- type GetApplicationHistoryUsingGETOpts
- type GetApplicationLoadBalancersUsingGETOpts
- type GetApplicationUsingGETOpts
- type GetBuildMastersUsingGETOpts
- type GetBuildsUsingGET1Opts
- type GetCanaryConfigUsingGETOpts
- type GetCanaryConfigsUsingGETOpts
- type GetCanaryResultUsingGET1Opts
- type GetCanaryResultUsingGETOpts
- type GetCanaryResultsByApplicationUsingGETOpts
- type GetClusterLoadBalancersUsingGETOpts
- type GetClustersUsingGET1Opts
- type GetClustersUsingGET2Opts
- type GetClustersUsingGET3Opts
- type GetClustersUsingGETOpts
- type GetConsoleOutputUsingGETOpts
- type GetConstraintStateUsingGETOpts
- type GetImageDetailsUsingGETOpts
- type GetInstanceDetailsUsingGETOpts
- type GetJobUsingGETOpts
- type GetLatestExecutionsByConfigIdsUsingGETOpts
- type GetLoadBalancerDetailsUsingGETOpts
- type GetLoadBalancerUsingGETOpts
- type GetMetricSetPairListUsingGETOpts
- type GetPipelineConfigHistoryUsingGETOpts
- type GetPipelinesUsingGETOpts
- type GetScalingActivitiesUsingGETOpts
- type GetSecurityGroupUsingGET1Opts
- type GetSecurityGroupUsingGETOpts
- type GetServerGroupDetailsUsingGETOpts
- type GetServerGroupsForApplicationUsingGETOpts
- type GetServerGroupsUsingGET1Opts
- type GetServerGroupsUsingGETOpts
- type GetServiceAccountsUsingGETOpts
- type GetSnapshotHistoryUsingGETOpts
- type GetTargetServerGroupUsingGETOpts
- type GetTaskDetailsUsingGET1Opts
- type GetTaskDetailsUsingGETOpts
- type GetTasksUsingGETOpts
- type GetUsingGET2Opts
- type GrantedAuthority
- type HashMapstringobject
- type HttpEntity
- type ImageControllerApiService
- func (a *ImageControllerApiService) FindImagesUsingGET(ctx context.Context, localVarOptionals *FindImagesUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *ImageControllerApiService) FindTagsUsingGET(ctx context.Context, account string, repository string, ...) ([]interface{}, *http.Response, error)
- func (a *ImageControllerApiService) GetImageDetailsUsingGET(ctx context.Context, account string, imageId string, region string, ...) ([]interface{}, *http.Response, error)
- type InitiateCanaryUsingPOSTOpts
- type InitiateCanaryWithConfigUsingPOSTOpts
- type InstanceControllerApiService
- func (a *InstanceControllerApiService) GetConsoleOutputUsingGET(ctx context.Context, account string, instanceId string, region string, ...) (interface{}, *http.Response, error)
- func (a *InstanceControllerApiService) GetInstanceDetailsUsingGET(ctx context.Context, account string, instanceId string, region string, ...) (interface{}, *http.Response, error)
- type InvokePipelineConfigUsingPOST1Opts
- type InvokePipelineConfigUsingPOSTOpts
- type InvokePipelineConfigViaEchoUsingPOSTOpts
- type JobControllerApiService
- type ListMetricsServiceMetadataUsingGETOpts
- type ListPipelineTemplateDependentsUsingGETOpts
- type ListUsingGET1Opts
- type ListUsingGETOpts
- type ListVersionsUsingGETOpts
- type LoadBalancerControllerApiService
- func (a *LoadBalancerControllerApiService) GetAllUsingGET(ctx context.Context, localVarOptionals *GetAllUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *LoadBalancerControllerApiService) GetApplicationLoadBalancersUsingGET(ctx context.Context, application string, ...) ([]interface{}, *http.Response, error)
- func (a *LoadBalancerControllerApiService) GetLoadBalancerDetailsUsingGET(ctx context.Context, account string, name string, region string, ...) ([]interface{}, *http.Response, error)
- func (a *LoadBalancerControllerApiService) GetLoadBalancerUsingGET(ctx context.Context, name string, ...) (map[string]interface{}, *http.Response, error)
- type ManagedControllerApiService
- func (a *ManagedControllerApiService) CreatePinUsingPOST(ctx context.Context, application string, pin EnvironmentArtifactPin) (*http.Response, error)
- func (a *ManagedControllerApiService) DeleteManifestUsingDELETE(ctx context.Context, name string) (DeliveryConfig, *http.Response, error)
- func (a *ManagedControllerApiService) DeletePinForEnvUsingDELETE(ctx context.Context, application string, targetEnvironment string) (*http.Response, error)
- func (a *ManagedControllerApiService) DeletePinUsingDELETE(ctx context.Context, application string, pin EnvironmentArtifactPin) (*http.Response, error)
- func (a *ManagedControllerApiService) DeleteVetoUsingDELETE(ctx context.Context, application string, reference string, ...) (*http.Response, error)
- func (a *ManagedControllerApiService) DiffManifestUsingPOST(ctx context.Context, manifest DeliveryConfig) (interface{}, *http.Response, error)
- func (a *ManagedControllerApiService) DiffResourceUsingPOST(ctx context.Context, resource Resource) (interface{}, *http.Response, error)
- func (a *ManagedControllerApiService) ExportResourceUsingGET(ctx context.Context, account string, cloudProvider string, name string, ...) (Resource, *http.Response, error)
- func (a *ManagedControllerApiService) GetApplicationDetailsUsingGET(ctx context.Context, application string, ...) (interface{}, *http.Response, error)
- func (a *ManagedControllerApiService) GetConfigByUsingGET(ctx context.Context, application string) (DeliveryConfig, *http.Response, error)
- func (a *ManagedControllerApiService) GetConstraintStateUsingGET(ctx context.Context, application string, environment string, ...) (ConstraintState, *http.Response, error)
- func (a *ManagedControllerApiService) GetManifestArtifactsUsingGET(ctx context.Context, name string) ([]interface{}, *http.Response, error)
- func (a *ManagedControllerApiService) GetManifestUsingGET(ctx context.Context, name string) (DeliveryConfig, *http.Response, error)
- func (a *ManagedControllerApiService) GetResourceStatusUsingGET(ctx context.Context, resourceId string) (interface{}, *http.Response, error)
- func (a *ManagedControllerApiService) GetResourceUsingGET(ctx context.Context, resourceId string) (Resource, *http.Response, error)
- func (a *ManagedControllerApiService) PauseApplicationUsingPOST(ctx context.Context, application string) (*http.Response, error)
- func (a *ManagedControllerApiService) PauseResourceUsingPOST(ctx context.Context, resourceId string) (*http.Response, error)
- func (a *ManagedControllerApiService) ResumeApplicationUsingDELETE(ctx context.Context, application string) (*http.Response, error)
- func (a *ManagedControllerApiService) ResumeResourceUsingDELETE(ctx context.Context, resourceId string) (*http.Response, error)
- func (a *ManagedControllerApiService) UpdateConstraintStatusUsingPOST(ctx context.Context, application string, environment string, ...) (*http.Response, error)
- func (a *ManagedControllerApiService) UpsertManifestUsingPOST(ctx context.Context, manifest DeliveryConfig) (DeliveryConfig, *http.Response, error)
- func (a *ManagedControllerApiService) ValidateManifestUsingPOST(ctx context.Context, manifest DeliveryConfig) (interface{}, *http.Response, error)
- func (a *ManagedControllerApiService) VetoUsingPOST(ctx context.Context, application string, veto EnvironmentArtifactVeto) (*http.Response, error)
- type Mapstringobject
- type Mapstringstring
- type NetworkControllerApiService
- func (a *NetworkControllerApiService) AllByCloudProviderUsingGET(ctx context.Context, cloudProvider string, ...) ([]interface{}, *http.Response, error)
- func (a *NetworkControllerApiService) AllUsingGET2(ctx context.Context, localVarOptionals *AllUsingGET2Opts) (map[string]interface{}, *http.Response, error)
- type Notification
- type PipelineConfigControllerApiService
- func (a *PipelineConfigControllerApiService) ConvertPipelineConfigToPipelineTemplateUsingGET(ctx context.Context, pipelineConfigId string) (string, *http.Response, error)
- func (a *PipelineConfigControllerApiService) GetAllPipelineConfigsUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
- func (a *PipelineConfigControllerApiService) GetPipelineConfigHistoryUsingGET(ctx context.Context, pipelineConfigId string, ...) ([]interface{}, *http.Response, error)
- type PipelineControllerApiService
- func (a *PipelineControllerApiService) CancelPipelineUsingPUT1(ctx context.Context, id string, localVarOptionals *CancelPipelineUsingPUT1Opts) (*http.Response, error)
- func (a *PipelineControllerApiService) DeletePipelineUsingDELETE(ctx context.Context, application string, pipelineName string) (*http.Response, error)
- func (a *PipelineControllerApiService) DeletePipelineUsingDELETE1(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- func (a *PipelineControllerApiService) EvaluateExpressionForExecutionAtStageUsingGET(ctx context.Context, expression string, id string, stageId string) (map[string]interface{}, *http.Response, error)
- func (a *PipelineControllerApiService) EvaluateExpressionForExecutionUsingGET(ctx context.Context, expression string, id string) (map[string]interface{}, *http.Response, error)
- func (a *PipelineControllerApiService) EvaluateExpressionForExecutionViaPOSTUsingPOST(ctx context.Context, id string, pipelineExpression string) (map[string]interface{}, *http.Response, error)
- func (a *PipelineControllerApiService) EvaluateVariablesUsingPOST(ctx context.Context, executionId string, expressions []Mapstringstring, ...) (map[string]interface{}, *http.Response, error)
- func (a *PipelineControllerApiService) GetPipelineUsingGET(ctx context.Context, id string) (interface{}, *http.Response, error)
- func (a *PipelineControllerApiService) InvokePipelineConfigUsingPOST1(ctx context.Context, application string, pipelineNameOrId string, ...) (*http.Response, error)
- func (a *PipelineControllerApiService) InvokePipelineConfigViaEchoUsingPOST(ctx context.Context, application string, pipelineNameOrId string, ...) (HttpEntity, *http.Response, error)
- func (a *PipelineControllerApiService) PausePipelineUsingPUT(ctx context.Context, id string) (*http.Response, error)
- func (a *PipelineControllerApiService) RenamePipelineUsingPOST(ctx context.Context, renameCommand interface{}) (*http.Response, error)
- func (a *PipelineControllerApiService) RestartStageUsingPUT(ctx context.Context, context interface{}, id string, stageId string) (map[string]interface{}, *http.Response, error)
- func (a *PipelineControllerApiService) ResumePipelineUsingPUT(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- func (a *PipelineControllerApiService) SavePipelineUsingPOST(ctx context.Context, pipeline interface{}) (*http.Response, error)
- func (a *PipelineControllerApiService) StartUsingPOST(ctx context.Context, map_ interface{}) (ResponseEntity, *http.Response, error)
- func (a *PipelineControllerApiService) UpdatePipelineUsingPUT(ctx context.Context, id string, pipeline interface{}) (map[string]interface{}, *http.Response, error)
- func (a *PipelineControllerApiService) UpdateStageUsingPATCH(ctx context.Context, context interface{}, id string, stageId string) (map[string]interface{}, *http.Response, error)
- type PipelineTemplateDependent
- type PipelineTemplatesControllerApiService
- func (a *PipelineTemplatesControllerApiService) CreateUsingPOST(ctx context.Context, pipelineTemplate interface{}) (*http.Response, error)
- func (a *PipelineTemplatesControllerApiService) DeleteUsingDELETE(ctx context.Context, id string, localVarOptionals *DeleteUsingDELETEOpts) (map[string]interface{}, *http.Response, error)
- func (a *PipelineTemplatesControllerApiService) GetUsingGET(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- func (a *PipelineTemplatesControllerApiService) ListPipelineTemplateDependentsUsingGET(ctx context.Context, id string, ...) ([]interface{}, *http.Response, error)
- func (a *PipelineTemplatesControllerApiService) ListUsingGET(ctx context.Context, localVarOptionals *ListUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *PipelineTemplatesControllerApiService) ResolveTemplatesUsingGET(ctx context.Context, source string, ...) (map[string]interface{}, *http.Response, error)
- func (a *PipelineTemplatesControllerApiService) UpdateUsingPOST(ctx context.Context, id string, pipelineTemplate interface{}, ...) (*http.Response, error)
- type ProjectControllerApiService
- func (a *ProjectControllerApiService) AllPipelinesForProjectUsingGET(ctx context.Context, id string, ...) ([]interface{}, *http.Response, error)
- func (a *ProjectControllerApiService) AllUsingGET3(ctx context.Context) ([]interface{}, *http.Response, error)
- func (a *ProjectControllerApiService) GetClustersUsingGET3(ctx context.Context, id string, localVarOptionals *GetClustersUsingGET3Opts) ([]interface{}, *http.Response, error)
- func (a *ProjectControllerApiService) GetUsingGET1(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- type PubsubSubscriptionControllerApiService
- type ReorderPipelinesCommand
- type ReorderPipelinesControllerApiService
- type ResolveTemplatesUsingGETOpts
- type Resource
- type ResponseEntity
- type SearchControllerApiService
- type SearchForPipelineExecutionsByTriggerUsingGETOpts
- type SearchUsingGETOpts
- type SecurityGroupControllerApiService
- func (a *SecurityGroupControllerApiService) AllByAccountUsingGET1(ctx context.Context, account string, ...) (interface{}, *http.Response, error)
- func (a *SecurityGroupControllerApiService) AllUsingGET5(ctx context.Context, localVarOptionals *AllUsingGET5Opts) (interface{}, *http.Response, error)
- func (a *SecurityGroupControllerApiService) GetSecurityGroupUsingGET1(ctx context.Context, account string, name string, region string, ...) (interface{}, *http.Response, error)
- type ServerGroupControllerApiService
- func (a *ServerGroupControllerApiService) GetServerGroupDetailsUsingGET(ctx context.Context, account string, applicationName string, region string, ...) (interface{}, *http.Response, error)
- func (a *ServerGroupControllerApiService) GetServerGroupsForApplicationUsingGET(ctx context.Context, applicationName string, ...) ([]interface{}, *http.Response, error)
- type ServerGroupManagerControllerApiService
- type SnapshotControllerApiService
- func (a *SnapshotControllerApiService) GetCurrentSnapshotUsingGET(ctx context.Context, account string, application string) (map[string]interface{}, *http.Response, error)
- func (a *SnapshotControllerApiService) GetSnapshotHistoryUsingGET(ctx context.Context, account string, application string, ...) ([]interface{}, *http.Response, error)
- type SubnetControllerApiService
- type TaskControllerApiService
- func (a *TaskControllerApiService) CancelTaskUsingPUT1(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- func (a *TaskControllerApiService) CancelTasksUsingPUT(ctx context.Context, ids []string) (map[string]interface{}, *http.Response, error)
- func (a *TaskControllerApiService) DeleteTaskUsingDELETE(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- func (a *TaskControllerApiService) GetTaskDetailsUsingGET1(ctx context.Context, id string, taskDetailsId string, ...) (map[string]interface{}, *http.Response, error)
- func (a *TaskControllerApiService) GetTaskUsingGET1(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- func (a *TaskControllerApiService) TaskUsingPOST1(ctx context.Context, map_ interface{}) (map[string]interface{}, *http.Response, error)
- type UpdateCanaryConfigUsingPUTOpts
- type UpdateUsingPOST1Opts
- type UpdateUsingPOSTOpts
- type User
- type V2CanaryConfigControllerApiService
- func (a *V2CanaryConfigControllerApiService) CreateCanaryConfigUsingPOST(ctx context.Context, config interface{}, ...) (interface{}, *http.Response, error)
- func (a *V2CanaryConfigControllerApiService) DeleteCanaryConfigUsingDELETE(ctx context.Context, id string, ...) (*http.Response, error)
- func (a *V2CanaryConfigControllerApiService) GetCanaryConfigUsingGET(ctx context.Context, id string, localVarOptionals *GetCanaryConfigUsingGETOpts) (interface{}, *http.Response, error)
- func (a *V2CanaryConfigControllerApiService) GetCanaryConfigsUsingGET(ctx context.Context, localVarOptionals *GetCanaryConfigsUsingGETOpts) ([]interface{}, *http.Response, error)
- func (a *V2CanaryConfigControllerApiService) UpdateCanaryConfigUsingPUT(ctx context.Context, config interface{}, id string, ...) (interface{}, *http.Response, error)
- type V2CanaryControllerApiService
- func (a *V2CanaryControllerApiService) GetCanaryResultUsingGET(ctx context.Context, canaryConfigId string, canaryExecutionId string, ...) (interface{}, *http.Response, error)
- func (a *V2CanaryControllerApiService) GetCanaryResultUsingGET1(ctx context.Context, canaryExecutionId string, ...) (interface{}, *http.Response, error)
- func (a *V2CanaryControllerApiService) GetCanaryResultsByApplicationUsingGET(ctx context.Context, application string, limit int32, ...) ([]interface{}, *http.Response, error)
- func (a *V2CanaryControllerApiService) GetMetricSetPairListUsingGET(ctx context.Context, metricSetPairListId string, ...) ([]interface{}, *http.Response, error)
- func (a *V2CanaryControllerApiService) InitiateCanaryUsingPOST(ctx context.Context, canaryConfigId string, executionRequest interface{}, ...) (interface{}, *http.Response, error)
- func (a *V2CanaryControllerApiService) InitiateCanaryWithConfigUsingPOST(ctx context.Context, adhocExecutionRequest interface{}, ...) (interface{}, *http.Response, error)
- func (a *V2CanaryControllerApiService) ListCredentialsUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
- func (a *V2CanaryControllerApiService) ListJudgesUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
- func (a *V2CanaryControllerApiService) ListMetricsServiceMetadataUsingGET(ctx context.Context, localVarOptionals *ListMetricsServiceMetadataUsingGETOpts) ([]interface{}, *http.Response, error)
- type V2PipelineTemplatesControllerApiService
- func (a *V2PipelineTemplatesControllerApiService) CreateUsingPOST1(ctx context.Context, pipelineTemplate interface{}, ...) (*http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) DeleteUsingDELETE1(ctx context.Context, id string, localVarOptionals *DeleteUsingDELETE1Opts) (map[string]interface{}, *http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) GetUsingGET2(ctx context.Context, id string, localVarOptionals *GetUsingGET2Opts) (map[string]interface{}, *http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) ListPipelineTemplateDependentsUsingGET1(ctx context.Context, id string) ([]interface{}, *http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) ListUsingGET1(ctx context.Context, localVarOptionals *ListUsingGET1Opts) ([]interface{}, *http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) ListVersionsUsingGET(ctx context.Context, localVarOptionals *ListVersionsUsingGETOpts) (interface{}, *http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) PlanUsingPOST(ctx context.Context, pipeline interface{}) (map[string]interface{}, *http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) UpdateUsingPOST1(ctx context.Context, id string, pipelineTemplate interface{}, ...) (*http.Response, error)
- type V3GetBuildMastersUsingGETOpts
- type Version
- type VersionControllerApiService
- type WebhookControllerApiService
- type WebhooksUsingPOSTOpts
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes a oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKey takes an APIKey as authentication for the request ContextAPIKey = contextKey("apikey") )
Functions ¶
Types ¶
type APIClient ¶
type APIClient struct { AmazonInfrastructureControllerApi *AmazonInfrastructureControllerApiService ApplicationControllerApi *ApplicationControllerApiService ArtifactControllerApi *ArtifactControllerApiService AuthControllerApi *AuthControllerApiService BakeControllerApi *BakeControllerApiService BuildControllerApi *BuildControllerApiService CiControllerApi *CiControllerApiService ClusterControllerApi *ClusterControllerApiService ConcourseControllerApi *ConcourseControllerApiService CredentialsControllerApi *CredentialsControllerApiService EcsServerGroupEventsControllerApi *EcsServerGroupEventsControllerApiService ExecutionsControllerApi *ExecutionsControllerApiService FirewallControllerApi *FirewallControllerApiService ImageControllerApi *ImageControllerApiService InstanceControllerApi *InstanceControllerApiService JobControllerApi *JobControllerApiService LoadBalancerControllerApi *LoadBalancerControllerApiService ManagedControllerApi *ManagedControllerApiService NetworkControllerApi *NetworkControllerApiService PipelineConfigControllerApi *PipelineConfigControllerApiService PipelineControllerApi *PipelineControllerApiService PipelineTemplatesControllerApi *PipelineTemplatesControllerApiService ProjectControllerApi *ProjectControllerApiService PubsubSubscriptionControllerApi *PubsubSubscriptionControllerApiService ReorderPipelinesControllerApi *ReorderPipelinesControllerApiService SearchControllerApi *SearchControllerApiService SecurityGroupControllerApi *SecurityGroupControllerApiService ServerGroupControllerApi *ServerGroupControllerApiService ServerGroupManagerControllerApi *ServerGroupManagerControllerApiService SnapshotControllerApi *SnapshotControllerApiService SubnetControllerApi *SubnetControllerApiService TaskControllerApi *TaskControllerApiService V2CanaryConfigControllerApi *V2CanaryConfigControllerApiService V2CanaryControllerApi *V2CanaryControllerApiService V2PipelineTemplatesControllerApi *V2PipelineTemplatesControllerApiService VersionControllerApi *VersionControllerApiService WebhookControllerApi *WebhookControllerApiService // contains filtered or unexported fields }
APIClient manages communication with the Spinnaker API API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) ChangeBasePath ¶
Change base path to allow switching to mocks
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the swagger operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
type Account ¶
type Account struct { AccountId string `json:"accountId,omitempty"` Name string `json:"name,omitempty"` Permissions map[string][]string `json:"permissions,omitempty"` ProviderVersion string `json:"providerVersion,omitempty"` RequiredGroupMembership []string `json:"requiredGroupMembership,omitempty"` Skin string `json:"skin,omitempty"` Type_ string `json:"type,omitempty"` }
type AccountDetails ¶
type AccountDetails struct { AccountId string `json:"accountId,omitempty"` AccountType string `json:"accountType,omitempty"` ChallengeDestructiveActions bool `json:"challengeDestructiveActions,omitempty"` CloudProvider string `json:"cloudProvider,omitempty"` Environment string `json:"environment,omitempty"` Name string `json:"name,omitempty"` Permissions map[string][]string `json:"permissions,omitempty"` PrimaryAccount bool `json:"primaryAccount,omitempty"` ProviderVersion string `json:"providerVersion,omitempty"` RequiredGroupMembership []string `json:"requiredGroupMembership,omitempty"` Skin string `json:"skin,omitempty"` Type_ string `json:"type,omitempty"` }
type AllUsingGET1Opts ¶
type AllUsingGET2Opts ¶
type AllUsingGET5Opts ¶
type AllUsingGETOpts ¶
type AmazonInfrastructureControllerApiService ¶
type AmazonInfrastructureControllerApiService service
func (*AmazonInfrastructureControllerApiService) ApplicationFunctionsUsingGET ¶
func (a *AmazonInfrastructureControllerApiService) ApplicationFunctionsUsingGET(ctx context.Context, application string) ([]interface{}, *http.Response, error)
AmazonInfrastructureControllerApiService Get application functions
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
@return []interface{}
func (*AmazonInfrastructureControllerApiService) FunctionsUsingGET ¶
func (a *AmazonInfrastructureControllerApiService) FunctionsUsingGET(ctx context.Context, localVarOptionals *FunctionsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*AmazonInfrastructureControllerApiService) InstanceTypesUsingGET ¶
func (a *AmazonInfrastructureControllerApiService) InstanceTypesUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
AmazonInfrastructureControllerApiService Get instance types
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []interface{}
func (*AmazonInfrastructureControllerApiService) SubnetsUsingGET ¶
func (a *AmazonInfrastructureControllerApiService) SubnetsUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
AmazonInfrastructureControllerApiService Get subnets
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []interface{}
func (*AmazonInfrastructureControllerApiService) VpcsUsingGET ¶
func (a *AmazonInfrastructureControllerApiService) VpcsUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
AmazonInfrastructureControllerApiService Get VPCs
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []interface{}
type ApplicationControllerApiService ¶
type ApplicationControllerApiService service
func (*ApplicationControllerApiService) CancelPipelineUsingPUT ¶
func (a *ApplicationControllerApiService) CancelPipelineUsingPUT(ctx context.Context, id string, localVarOptionals *CancelPipelineUsingPUTOpts) (map[string]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) CancelTaskUsingPUT ¶
func (a *ApplicationControllerApiService) CancelTaskUsingPUT(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
ApplicationControllerApiService Cancel task
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return map[string]interface{}
func (*ApplicationControllerApiService) GetAllApplicationsUsingGET ¶
func (a *ApplicationControllerApiService) GetAllApplicationsUsingGET(ctx context.Context, localVarOptionals *GetAllApplicationsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) GetApplicationHistoryUsingGET ¶
func (a *ApplicationControllerApiService) GetApplicationHistoryUsingGET(ctx context.Context, application string, localVarOptionals *GetApplicationHistoryUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) GetApplicationUsingGET ¶
func (a *ApplicationControllerApiService) GetApplicationUsingGET(ctx context.Context, application string, localVarOptionals *GetApplicationUsingGETOpts) (map[string]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) GetPipelineConfigUsingGET ¶
func (a *ApplicationControllerApiService) GetPipelineConfigUsingGET(ctx context.Context, application string, pipelineName string) (map[string]interface{}, *http.Response, error)
ApplicationControllerApiService Retrieve a pipeline configuration
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param pipelineName pipelineName
@return map[string]interface{}
func (*ApplicationControllerApiService) GetPipelineConfigsForApplicationUsingGET ¶
func (a *ApplicationControllerApiService) GetPipelineConfigsForApplicationUsingGET(ctx context.Context, application string) ([]interface{}, *http.Response, error)
ApplicationControllerApiService Retrieve a list of an application's pipeline configurations
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
@return []interface{}
func (*ApplicationControllerApiService) GetPipelinesUsingGET ¶
func (a *ApplicationControllerApiService) GetPipelinesUsingGET(ctx context.Context, application string, localVarOptionals *GetPipelinesUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) GetStrategyConfigUsingGET ¶
func (a *ApplicationControllerApiService) GetStrategyConfigUsingGET(ctx context.Context, application string, strategyName string) (map[string]interface{}, *http.Response, error)
ApplicationControllerApiService Retrieve a pipeline strategy configuration
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param strategyName strategyName
@return map[string]interface{}
func (*ApplicationControllerApiService) GetStrategyConfigsForApplicationUsingGET ¶
func (a *ApplicationControllerApiService) GetStrategyConfigsForApplicationUsingGET(ctx context.Context, application string) ([]interface{}, *http.Response, error)
ApplicationControllerApiService Retrieve a list of an application's pipeline strategy configurations
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
@return []interface{}
func (*ApplicationControllerApiService) GetTaskDetailsUsingGET ¶
func (a *ApplicationControllerApiService) GetTaskDetailsUsingGET(ctx context.Context, id string, taskDetailsId string, localVarOptionals *GetTaskDetailsUsingGETOpts) (map[string]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) GetTaskUsingGET ¶
func (a *ApplicationControllerApiService) GetTaskUsingGET(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
ApplicationControllerApiService Get task
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return map[string]interface{}
func (*ApplicationControllerApiService) GetTasksUsingGET ¶
func (a *ApplicationControllerApiService) GetTasksUsingGET(ctx context.Context, application string, localVarOptionals *GetTasksUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) InvokePipelineConfigUsingPOST ¶
func (a *ApplicationControllerApiService) InvokePipelineConfigUsingPOST(ctx context.Context, application string, pipelineName string, localVarOptionals *InvokePipelineConfigUsingPOSTOpts) (HttpEntity, *http.Response, error)
func (*ApplicationControllerApiService) TaskUsingPOST ¶
func (a *ApplicationControllerApiService) TaskUsingPOST(ctx context.Context, application string, map_ interface{}) (map[string]interface{}, *http.Response, error)
ApplicationControllerApiService Create task
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param map_ map
@return map[string]interface{}
type ArtifactControllerApiService ¶
type ArtifactControllerApiService service
func (*ArtifactControllerApiService) AllUsingGET ¶
func (a *ArtifactControllerApiService) AllUsingGET(ctx context.Context, localVarOptionals *AllUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ArtifactControllerApiService) ArtifactVersionsUsingGET ¶
func (*ArtifactControllerApiService) GetArtifactUsingGET ¶
func (a *ArtifactControllerApiService) GetArtifactUsingGET(ctx context.Context, packageName string, provider string, version string) (interface{}, *http.Response, error)
ArtifactControllerApiService Retrieve the specified artifact version for an artifact provider and package name
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param packageName packageName
- @param provider provider
- @param version version
@return interface{}
type AuthControllerApiService ¶
type AuthControllerApiService service
func (*AuthControllerApiService) GetServiceAccountsUsingGET ¶
func (a *AuthControllerApiService) GetServiceAccountsUsingGET(ctx context.Context, localVarOptionals *GetServiceAccountsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*AuthControllerApiService) LoggedOutUsingGET ¶
func (a *AuthControllerApiService) LoggedOutUsingGET(ctx context.Context) (string, *http.Response, error)
AuthControllerApiService Get logged out message
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return string
func (*AuthControllerApiService) RedirectUsingGET ¶
func (a *AuthControllerApiService) RedirectUsingGET(ctx context.Context, to string) (*http.Response, error)
AuthControllerApiService Redirect to Deck
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param to to
func (*AuthControllerApiService) SyncUsingPOST ¶
AuthControllerApiService Sync user roles
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
func (*AuthControllerApiService) UserUsingGET ¶
AuthControllerApiService Get user
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return User
type BakeControllerApiService ¶
type BakeControllerApiService service
func (*BakeControllerApiService) BakeOptionsUsingGET ¶
func (a *BakeControllerApiService) BakeOptionsUsingGET(ctx context.Context, cloudProvider string) (interface{}, *http.Response, error)
BakeControllerApiService Retrieve a list of available bakery base images for a given cloud provider
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param cloudProvider cloudProvider
@return interface{}
func (*BakeControllerApiService) BakeOptionsUsingGET1 ¶
func (a *BakeControllerApiService) BakeOptionsUsingGET1(ctx context.Context) (interface{}, *http.Response, error)
BakeControllerApiService Retrieve a list of available bakery base images, grouped by cloud provider
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return interface{}
func (*BakeControllerApiService) LookupLogsUsingGET ¶
func (a *BakeControllerApiService) LookupLogsUsingGET(ctx context.Context, region string, statusId string) (interface{}, *http.Response, error)
BakeControllerApiService Retrieve the logs for a given bake
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param region region
- @param statusId statusId
@return interface{}
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BuildControllerApiService ¶
type BuildControllerApiService service
func (*BuildControllerApiService) GetBuildMastersUsingGET ¶
func (a *BuildControllerApiService) GetBuildMastersUsingGET(ctx context.Context, localVarOptionals *GetBuildMastersUsingGETOpts) ([]interface{}, *http.Response, error)
func (*BuildControllerApiService) GetBuildUsingGET ¶
func (a *BuildControllerApiService) GetBuildUsingGET(ctx context.Context, buildMaster string, number string) (map[string]interface{}, *http.Response, error)
BuildControllerApiService Get build for build master Deprecated, use the v3 endpoint instead
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
- @param number number
@return map[string]interface{}
func (*BuildControllerApiService) GetBuildsUsingGET ¶
func (a *BuildControllerApiService) GetBuildsUsingGET(ctx context.Context, buildMaster string) ([]interface{}, *http.Response, error)
BuildControllerApiService Get builds for build master Deprecated, use the v3 endpoint instead
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
@return []interface{}
func (*BuildControllerApiService) GetJobConfigUsingGET ¶
func (a *BuildControllerApiService) GetJobConfigUsingGET(ctx context.Context, buildMaster string) (map[string]interface{}, *http.Response, error)
BuildControllerApiService Get job config Deprecated, use the v3 endpoint instead
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
@return map[string]interface{}
func (*BuildControllerApiService) GetJobsForBuildMasterUsingGET ¶
func (a *BuildControllerApiService) GetJobsForBuildMasterUsingGET(ctx context.Context, buildMaster string) ([]interface{}, *http.Response, error)
BuildControllerApiService Get jobs for build master Deprecated, use the v3 endpoint instead
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
@return []interface{}
func (*BuildControllerApiService) V3GetBuildMastersUsingGET ¶
func (a *BuildControllerApiService) V3GetBuildMastersUsingGET(ctx context.Context, localVarOptionals *V3GetBuildMastersUsingGETOpts) ([]interface{}, *http.Response, error)
func (*BuildControllerApiService) V3GetBuildUsingGET ¶
func (a *BuildControllerApiService) V3GetBuildUsingGET(ctx context.Context, buildMaster string, job string, number string) (map[string]interface{}, *http.Response, error)
BuildControllerApiService Get build for build master
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
- @param job job
- @param number number
@return map[string]interface{}
func (*BuildControllerApiService) V3GetBuildsUsingGET ¶
func (a *BuildControllerApiService) V3GetBuildsUsingGET(ctx context.Context, buildMaster string, job string) ([]interface{}, *http.Response, error)
BuildControllerApiService Get builds for build master
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
- @param job job
@return []interface{}
func (*BuildControllerApiService) V3GetJobConfigUsingGET ¶
func (a *BuildControllerApiService) V3GetJobConfigUsingGET(ctx context.Context, buildMaster string, job string) (map[string]interface{}, *http.Response, error)
BuildControllerApiService Get job config
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
- @param job job
@return map[string]interface{}
func (*BuildControllerApiService) V3GetJobsForBuildMasterUsingGET ¶
func (a *BuildControllerApiService) V3GetJobsForBuildMasterUsingGET(ctx context.Context, buildMaster string) ([]interface{}, *http.Response, error)
BuildControllerApiService Get jobs for build master
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
@return []interface{}
type CiControllerApiService ¶ added in v0.2.0
type CiControllerApiService service
func (*CiControllerApiService) GetBuildsUsingGET1 ¶ added in v0.2.0
func (a *CiControllerApiService) GetBuildsUsingGET1(ctx context.Context, projectKey string, repoSlug string, localVarOptionals *GetBuildsUsingGET1Opts) ([]interface{}, *http.Response, error)
type ClusterControllerApiService ¶
type ClusterControllerApiService service
func (*ClusterControllerApiService) GetClusterLoadBalancersUsingGET ¶
func (*ClusterControllerApiService) GetClustersUsingGET ¶
func (*ClusterControllerApiService) GetClustersUsingGET1 ¶
func (a *ClusterControllerApiService) GetClustersUsingGET1(ctx context.Context, account string, application string, localVarOptionals *GetClustersUsingGET1Opts) ([]interface{}, *http.Response, error)
func (*ClusterControllerApiService) GetClustersUsingGET2 ¶
func (a *ClusterControllerApiService) GetClustersUsingGET2(ctx context.Context, application string, localVarOptionals *GetClustersUsingGET2Opts) (map[string]interface{}, *http.Response, error)
func (*ClusterControllerApiService) GetScalingActivitiesUsingGET ¶
func (*ClusterControllerApiService) GetServerGroupsUsingGET ¶
func (*ClusterControllerApiService) GetServerGroupsUsingGET1 ¶
func (a *ClusterControllerApiService) GetServerGroupsUsingGET1(ctx context.Context, account string, application string, clusterName string, localVarOptionals *GetServerGroupsUsingGET1Opts) ([]interface{}, *http.Response, error)
func (*ClusterControllerApiService) GetTargetServerGroupUsingGET ¶
type ConcourseControllerApiService ¶
type ConcourseControllerApiService service
func (*ConcourseControllerApiService) JobsUsingGET ¶
func (a *ConcourseControllerApiService) JobsUsingGET(ctx context.Context, buildMaster string, pipeline string, team string) ([]interface{}, *http.Response, error)
ConcourseControllerApiService Retrieve the list of job names for a given pipeline available to triggers
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
- @param pipeline pipeline
- @param team team
@return []interface{}
func (*ConcourseControllerApiService) PipelinesUsingGET ¶
func (a *ConcourseControllerApiService) PipelinesUsingGET(ctx context.Context, buildMaster string, team string) ([]interface{}, *http.Response, error)
ConcourseControllerApiService Retrieve the list of pipeline names for a given team available to triggers
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
- @param team team
@return []interface{}
func (*ConcourseControllerApiService) ResourcesUsingGET ¶
func (a *ConcourseControllerApiService) ResourcesUsingGET(ctx context.Context, buildMaster string, pipeline string, team string) ([]interface{}, *http.Response, error)
ConcourseControllerApiService Retrieve the list of resource names for a given pipeline available to the Concourse stage
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildMaster buildMaster
- @param pipeline pipeline
- @param team team
@return []interface{}
type Configuration ¶
type Configuration struct { BasePath string `json:"basePath,omitempty"` Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` HTTPClient *http.Client }
func NewConfiguration ¶
func NewConfiguration() *Configuration
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
type ConstraintState ¶ added in v0.2.0
type ConstraintState struct { ArtifactVersion string `json:"artifactVersion,omitempty"` Attributes *interface{} `json:"attributes,omitempty"` Comment string `json:"comment,omitempty"` CreatedAt string `json:"createdAt,omitempty"` DeliveryConfigName string `json:"deliveryConfigName,omitempty"` EnvironmentName string `json:"environmentName,omitempty"` JudgedAt string `json:"judgedAt,omitempty"` JudgedBy string `json:"judgedBy,omitempty"` Status string `json:"status,omitempty"` Type_ string `json:"type,omitempty"` }
type ConstraintStatus ¶ added in v0.2.0
type CreateUsingPOST1Opts ¶
type CredentialsControllerApiService ¶
type CredentialsControllerApiService service
func (*CredentialsControllerApiService) GetAccountUsingGET ¶
func (a *CredentialsControllerApiService) GetAccountUsingGET(ctx context.Context, account string, localVarOptionals *GetAccountUsingGETOpts) (AccountDetails, *http.Response, error)
func (*CredentialsControllerApiService) GetAccountsUsingGET ¶
func (a *CredentialsControllerApiService) GetAccountsUsingGET(ctx context.Context, localVarOptionals *GetAccountsUsingGETOpts) ([]Account, *http.Response, error)
type DeleteUsingDELETE1Opts ¶
type DeleteUsingDELETEOpts ¶
type DeliveryConfig ¶ added in v0.2.0
type DeliveryConfig struct { ApiVersion string `json:"apiVersion,omitempty"` Application string `json:"application,omitempty"` Artifacts []Mapstringobject `json:"artifacts,omitempty"` Environments []Environment `json:"environments,omitempty"` Name string `json:"name,omitempty"` ServiceAccount string `json:"serviceAccount,omitempty"` }
type EcsServerGroupEventsControllerApiService ¶
type EcsServerGroupEventsControllerApiService service
func (*EcsServerGroupEventsControllerApiService) GetEventsUsingGET ¶
func (a *EcsServerGroupEventsControllerApiService) GetEventsUsingGET(ctx context.Context, account string, application string, provider string, region string, serverGroupName string) ([]interface{}, *http.Response, error)
EcsServerGroupEventsControllerApiService Retrieves a list of events for a server group
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param account account
- @param application application
- @param provider provider
- @param region region
- @param serverGroupName serverGroupName
@return []interface{}
type Environment ¶ added in v0.2.0
type Environment struct { Constraints []Mapstringobject `json:"constraints,omitempty"` Locations *interface{} `json:"locations,omitempty"` Name string `json:"name,omitempty"` Notifications []Notification `json:"notifications,omitempty"` Resources []Resource `json:"resources,omitempty"` }
type EnvironmentArtifactPin ¶ added in v0.2.0
type EnvironmentArtifactVeto ¶ added in v0.2.0
type EnvironmentArtifactVeto struct { }
type ExecutionsControllerApiService ¶
type ExecutionsControllerApiService service
func (*ExecutionsControllerApiService) GetLatestExecutionsByConfigIdsUsingGET ¶
func (a *ExecutionsControllerApiService) GetLatestExecutionsByConfigIdsUsingGET(ctx context.Context, localVarOptionals *GetLatestExecutionsByConfigIdsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ExecutionsControllerApiService) SearchForPipelineExecutionsByTriggerUsingGET ¶
func (a *ExecutionsControllerApiService) SearchForPipelineExecutionsByTriggerUsingGET(ctx context.Context, application string, localVarOptionals *SearchForPipelineExecutionsByTriggerUsingGETOpts) ([]interface{}, *http.Response, error)
type FindImagesUsingGETOpts ¶
type FindTagsUsingGETOpts ¶
type FirewallControllerApiService ¶
type FirewallControllerApiService service
func (*FirewallControllerApiService) AllByAccountAndRegionUsingGET ¶
func (a *FirewallControllerApiService) AllByAccountAndRegionUsingGET(ctx context.Context, account string, region string, localVarOptionals *AllByAccountAndRegionUsingGETOpts) ([]interface{}, *http.Response, error)
func (*FirewallControllerApiService) AllByAccountUsingGET ¶
func (a *FirewallControllerApiService) AllByAccountUsingGET(ctx context.Context, account string, localVarOptionals *AllByAccountUsingGETOpts) (interface{}, *http.Response, error)
func (*FirewallControllerApiService) AllUsingGET1 ¶
func (a *FirewallControllerApiService) AllUsingGET1(ctx context.Context, localVarOptionals *AllUsingGET1Opts) (interface{}, *http.Response, error)
func (*FirewallControllerApiService) GetSecurityGroupUsingGET ¶
func (a *FirewallControllerApiService) GetSecurityGroupUsingGET(ctx context.Context, account string, name string, region string, localVarOptionals *GetSecurityGroupUsingGETOpts) (interface{}, *http.Response, error)
type FunctionsUsingGETOpts ¶
type GenericSwaggerError ¶
type GenericSwaggerError struct {
// contains filtered or unexported fields
}
GenericSwaggerError Provides access to the body, error and model on returned errors.
func (GenericSwaggerError) Body ¶
func (e GenericSwaggerError) Body() []byte
Body returns the raw bytes of the response
func (GenericSwaggerError) Error ¶
func (e GenericSwaggerError) Error() string
Error returns non-empty string if there was an error.
func (GenericSwaggerError) Model ¶
func (e GenericSwaggerError) Model() interface{}
Model returns the unpacked model of the error
type GetAccountUsingGETOpts ¶
type GetAccountUsingGETOpts struct { XRateLimitApp optional.String AccountNonExpired optional.Bool AccountNonLocked optional.Bool AllowedAccounts optional.Interface Authorities0Authority optional.String CredentialsNonExpired optional.Bool Email optional.String Enabled optional.Bool FirstName optional.String LastName optional.String Password optional.String Roles optional.Interface Username optional.String }
type GetAccountsUsingGETOpts ¶
type GetAccountsUsingGETOpts struct { AccountNonExpired optional.Bool AccountNonLocked optional.Bool AllowedAccounts optional.Interface Authorities0Authority optional.String CredentialsNonExpired optional.Bool Email optional.String Enabled optional.Bool Expand optional.Bool FirstName optional.String LastName optional.String Password optional.String Roles optional.Interface Username optional.String }
type GetAllUsingGETOpts ¶
type GetApplicationDetailsUsingGETOpts ¶ added in v0.2.0
type GetBuildsUsingGET1Opts ¶ added in v0.2.0
type GetClustersUsingGETOpts ¶
type GetConstraintStateUsingGETOpts ¶ added in v0.2.0
type GetJobUsingGETOpts ¶
type GetServiceAccountsUsingGETOpts ¶ added in v0.2.0
type GetTasksUsingGETOpts ¶
type GrantedAuthority ¶
type GrantedAuthority struct {
Authority string `json:"authority,omitempty"`
}
type HashMapstringobject ¶
type HashMapstringobject struct { }
type HttpEntity ¶
type HttpEntity struct {
Body *interface{} `json:"body,omitempty"`
}
type ImageControllerApiService ¶
type ImageControllerApiService service
func (*ImageControllerApiService) FindImagesUsingGET ¶
func (a *ImageControllerApiService) FindImagesUsingGET(ctx context.Context, localVarOptionals *FindImagesUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ImageControllerApiService) FindTagsUsingGET ¶
func (a *ImageControllerApiService) FindTagsUsingGET(ctx context.Context, account string, repository string, localVarOptionals *FindTagsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ImageControllerApiService) GetImageDetailsUsingGET ¶
func (a *ImageControllerApiService) GetImageDetailsUsingGET(ctx context.Context, account string, imageId string, region string, localVarOptionals *GetImageDetailsUsingGETOpts) ([]interface{}, *http.Response, error)
type InstanceControllerApiService ¶
type InstanceControllerApiService service
func (*InstanceControllerApiService) GetConsoleOutputUsingGET ¶
func (a *InstanceControllerApiService) GetConsoleOutputUsingGET(ctx context.Context, account string, instanceId string, region string, localVarOptionals *GetConsoleOutputUsingGETOpts) (interface{}, *http.Response, error)
func (*InstanceControllerApiService) GetInstanceDetailsUsingGET ¶
func (a *InstanceControllerApiService) GetInstanceDetailsUsingGET(ctx context.Context, account string, instanceId string, region string, localVarOptionals *GetInstanceDetailsUsingGETOpts) (interface{}, *http.Response, error)
type JobControllerApiService ¶
type JobControllerApiService service
func (*JobControllerApiService) GetJobUsingGET ¶
type ListUsingGET1Opts ¶
type ListUsingGETOpts ¶
type LoadBalancerControllerApiService ¶
type LoadBalancerControllerApiService service
func (*LoadBalancerControllerApiService) GetAllUsingGET ¶
func (a *LoadBalancerControllerApiService) GetAllUsingGET(ctx context.Context, localVarOptionals *GetAllUsingGETOpts) ([]interface{}, *http.Response, error)
func (*LoadBalancerControllerApiService) GetApplicationLoadBalancersUsingGET ¶
func (a *LoadBalancerControllerApiService) GetApplicationLoadBalancersUsingGET(ctx context.Context, application string, localVarOptionals *GetApplicationLoadBalancersUsingGETOpts) ([]interface{}, *http.Response, error)
func (*LoadBalancerControllerApiService) GetLoadBalancerDetailsUsingGET ¶
func (a *LoadBalancerControllerApiService) GetLoadBalancerDetailsUsingGET(ctx context.Context, account string, name string, region string, localVarOptionals *GetLoadBalancerDetailsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*LoadBalancerControllerApiService) GetLoadBalancerUsingGET ¶
func (a *LoadBalancerControllerApiService) GetLoadBalancerUsingGET(ctx context.Context, name string, localVarOptionals *GetLoadBalancerUsingGETOpts) (map[string]interface{}, *http.Response, error)
type ManagedControllerApiService ¶ added in v0.2.0
type ManagedControllerApiService service
func (*ManagedControllerApiService) CreatePinUsingPOST ¶ added in v0.2.0
func (a *ManagedControllerApiService) CreatePinUsingPOST(ctx context.Context, application string, pin EnvironmentArtifactPin) (*http.Response, error)
ManagedControllerApiService Create a pin for an artifact in an environment
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param pin pin
func (*ManagedControllerApiService) DeleteManifestUsingDELETE ¶ added in v0.2.0
func (a *ManagedControllerApiService) DeleteManifestUsingDELETE(ctx context.Context, name string) (DeliveryConfig, *http.Response, error)
ManagedControllerApiService Delete a delivery config manifest
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param name name
@return DeliveryConfig
func (*ManagedControllerApiService) DeletePinForEnvUsingDELETE ¶ added in v0.2.0
func (a *ManagedControllerApiService) DeletePinForEnvUsingDELETE(ctx context.Context, application string, targetEnvironment string) (*http.Response, error)
ManagedControllerApiService Delete a pin for an artifact in an environment by specifying the environment
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param targetEnvironment targetEnvironment
func (*ManagedControllerApiService) DeletePinUsingDELETE ¶ added in v0.2.0
func (a *ManagedControllerApiService) DeletePinUsingDELETE(ctx context.Context, application string, pin EnvironmentArtifactPin) (*http.Response, error)
ManagedControllerApiService Delete a pin for an artifact in an environment
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param pin pin
func (*ManagedControllerApiService) DeleteVetoUsingDELETE ¶ added in v0.2.0
func (a *ManagedControllerApiService) DeleteVetoUsingDELETE(ctx context.Context, application string, reference string, targetEnvironment string, version string) (*http.Response, error)
ManagedControllerApiService Veto an artifact version in an environment
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param reference reference
- @param targetEnvironment targetEnvironment
- @param version version
func (*ManagedControllerApiService) DiffManifestUsingPOST ¶ added in v0.2.0
func (a *ManagedControllerApiService) DiffManifestUsingPOST(ctx context.Context, manifest DeliveryConfig) (interface{}, *http.Response, error)
ManagedControllerApiService Ad-hoc validate and diff a config manifest
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param manifest manifest
@return interface{}
func (*ManagedControllerApiService) DiffResourceUsingPOST ¶ added in v0.2.0
func (a *ManagedControllerApiService) DiffResourceUsingPOST(ctx context.Context, resource Resource) (interface{}, *http.Response, error)
ManagedControllerApiService Ad-hoc validate and diff a resource
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param resource resource
@return interface{}
func (*ManagedControllerApiService) ExportResourceUsingGET ¶ added in v0.2.0
func (a *ManagedControllerApiService) ExportResourceUsingGET(ctx context.Context, account string, cloudProvider string, name string, serviceAccount string, type_ string) (Resource, *http.Response, error)
ManagedControllerApiService Generate a keel resource definition for a deployed cloud resource
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param account account
- @param cloudProvider cloudProvider
- @param name name
- @param serviceAccount serviceAccount
- @param type_ type
@return Resource
func (*ManagedControllerApiService) GetApplicationDetailsUsingGET ¶ added in v0.2.0
func (a *ManagedControllerApiService) GetApplicationDetailsUsingGET(ctx context.Context, application string, localVarOptionals *GetApplicationDetailsUsingGETOpts) (interface{}, *http.Response, error)
func (*ManagedControllerApiService) GetConfigByUsingGET ¶ added in v0.2.0
func (a *ManagedControllerApiService) GetConfigByUsingGET(ctx context.Context, application string) (DeliveryConfig, *http.Response, error)
ManagedControllerApiService Get the delivery config associated with an application
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
@return DeliveryConfig
func (*ManagedControllerApiService) GetConstraintStateUsingGET ¶ added in v0.2.0
func (a *ManagedControllerApiService) GetConstraintStateUsingGET(ctx context.Context, application string, environment string, localVarOptionals *GetConstraintStateUsingGETOpts) (ConstraintState, *http.Response, error)
func (*ManagedControllerApiService) GetManifestArtifactsUsingGET ¶ added in v0.2.0
func (a *ManagedControllerApiService) GetManifestArtifactsUsingGET(ctx context.Context, name string) ([]interface{}, *http.Response, error)
ManagedControllerApiService Get the status of each version of each artifact in each environment
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param name name
@return []interface{}
func (*ManagedControllerApiService) GetManifestUsingGET ¶ added in v0.2.0
func (a *ManagedControllerApiService) GetManifestUsingGET(ctx context.Context, name string) (DeliveryConfig, *http.Response, error)
ManagedControllerApiService Get a delivery config manifest
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param name name
@return DeliveryConfig
func (*ManagedControllerApiService) GetResourceStatusUsingGET ¶ added in v0.2.0
func (a *ManagedControllerApiService) GetResourceStatusUsingGET(ctx context.Context, resourceId string) (interface{}, *http.Response, error)
ManagedControllerApiService Get status of a resource
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param resourceId resourceId
@return interface{}
func (*ManagedControllerApiService) GetResourceUsingGET ¶ added in v0.2.0
func (a *ManagedControllerApiService) GetResourceUsingGET(ctx context.Context, resourceId string) (Resource, *http.Response, error)
ManagedControllerApiService Get a resource
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param resourceId resourceId
@return Resource
func (*ManagedControllerApiService) PauseApplicationUsingPOST ¶ added in v0.2.0
func (a *ManagedControllerApiService) PauseApplicationUsingPOST(ctx context.Context, application string) (*http.Response, error)
ManagedControllerApiService Pause management of an entire application
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
func (*ManagedControllerApiService) PauseResourceUsingPOST ¶ added in v0.2.0
func (a *ManagedControllerApiService) PauseResourceUsingPOST(ctx context.Context, resourceId string) (*http.Response, error)
ManagedControllerApiService Pause management of a resource
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param resourceId resourceId
func (*ManagedControllerApiService) ResumeApplicationUsingDELETE ¶ added in v0.2.0
func (a *ManagedControllerApiService) ResumeApplicationUsingDELETE(ctx context.Context, application string) (*http.Response, error)
ManagedControllerApiService Resume management of an entire application
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
func (*ManagedControllerApiService) ResumeResourceUsingDELETE ¶ added in v0.2.0
func (a *ManagedControllerApiService) ResumeResourceUsingDELETE(ctx context.Context, resourceId string) (*http.Response, error)
ManagedControllerApiService Resume management of a resource
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param resourceId resourceId
func (*ManagedControllerApiService) UpdateConstraintStatusUsingPOST ¶ added in v0.2.0
func (a *ManagedControllerApiService) UpdateConstraintStatusUsingPOST(ctx context.Context, application string, environment string, status ConstraintStatus) (*http.Response, error)
ManagedControllerApiService Update the status of an environment constraint
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param environment environment
- @param status status
func (*ManagedControllerApiService) UpsertManifestUsingPOST ¶ added in v0.2.0
func (a *ManagedControllerApiService) UpsertManifestUsingPOST(ctx context.Context, manifest DeliveryConfig) (DeliveryConfig, *http.Response, error)
ManagedControllerApiService Create or update a delivery config manifest
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param manifest manifest
@return DeliveryConfig
func (*ManagedControllerApiService) ValidateManifestUsingPOST ¶ added in v0.2.0
func (a *ManagedControllerApiService) ValidateManifestUsingPOST(ctx context.Context, manifest DeliveryConfig) (interface{}, *http.Response, error)
ManagedControllerApiService Validate a delivery config manifest
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param manifest manifest
@return interface{}
func (*ManagedControllerApiService) VetoUsingPOST ¶ added in v0.2.0
func (a *ManagedControllerApiService) VetoUsingPOST(ctx context.Context, application string, veto EnvironmentArtifactVeto) (*http.Response, error)
ManagedControllerApiService Veto an artifact version in an environment
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param veto veto
type Mapstringobject ¶ added in v0.2.0
type Mapstringobject struct { }
type Mapstringstring ¶
type Mapstringstring struct { }
type NetworkControllerApiService ¶
type NetworkControllerApiService service
func (*NetworkControllerApiService) AllByCloudProviderUsingGET ¶
func (a *NetworkControllerApiService) AllByCloudProviderUsingGET(ctx context.Context, cloudProvider string, localVarOptionals *AllByCloudProviderUsingGETOpts) ([]interface{}, *http.Response, error)
func (*NetworkControllerApiService) AllUsingGET2 ¶
func (a *NetworkControllerApiService) AllUsingGET2(ctx context.Context, localVarOptionals *AllUsingGET2Opts) (map[string]interface{}, *http.Response, error)
type Notification ¶ added in v0.2.0
type PipelineConfigControllerApiService ¶
type PipelineConfigControllerApiService service
func (*PipelineConfigControllerApiService) ConvertPipelineConfigToPipelineTemplateUsingGET ¶
func (a *PipelineConfigControllerApiService) ConvertPipelineConfigToPipelineTemplateUsingGET(ctx context.Context, pipelineConfigId string) (string, *http.Response, error)
PipelineConfigControllerApiService Convert a pipeline config to a pipeline template.
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param pipelineConfigId pipelineConfigId
@return string
func (*PipelineConfigControllerApiService) GetAllPipelineConfigsUsingGET ¶
func (a *PipelineConfigControllerApiService) GetAllPipelineConfigsUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
PipelineConfigControllerApiService Get all pipeline configs.
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []interface{}
func (*PipelineConfigControllerApiService) GetPipelineConfigHistoryUsingGET ¶
func (a *PipelineConfigControllerApiService) GetPipelineConfigHistoryUsingGET(ctx context.Context, pipelineConfigId string, localVarOptionals *GetPipelineConfigHistoryUsingGETOpts) ([]interface{}, *http.Response, error)
type PipelineControllerApiService ¶
type PipelineControllerApiService service
func (*PipelineControllerApiService) CancelPipelineUsingPUT1 ¶
func (a *PipelineControllerApiService) CancelPipelineUsingPUT1(ctx context.Context, id string, localVarOptionals *CancelPipelineUsingPUT1Opts) (*http.Response, error)
func (*PipelineControllerApiService) DeletePipelineUsingDELETE ¶
func (a *PipelineControllerApiService) DeletePipelineUsingDELETE(ctx context.Context, application string, pipelineName string) (*http.Response, error)
PipelineControllerApiService Delete a pipeline definition
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
- @param pipelineName pipelineName
func (*PipelineControllerApiService) DeletePipelineUsingDELETE1 ¶
func (a *PipelineControllerApiService) DeletePipelineUsingDELETE1(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
PipelineControllerApiService Delete a pipeline execution
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return map[string]interface{}
func (*PipelineControllerApiService) EvaluateExpressionForExecutionAtStageUsingGET ¶
func (a *PipelineControllerApiService) EvaluateExpressionForExecutionAtStageUsingGET(ctx context.Context, expression string, id string, stageId string) (map[string]interface{}, *http.Response, error)
PipelineControllerApiService Evaluate a pipeline expression at a specific stage using the provided execution as context
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param expression expression
- @param id id
- @param stageId stageId
@return map[string]interface{}
func (*PipelineControllerApiService) EvaluateExpressionForExecutionUsingGET ¶
func (a *PipelineControllerApiService) EvaluateExpressionForExecutionUsingGET(ctx context.Context, expression string, id string) (map[string]interface{}, *http.Response, error)
PipelineControllerApiService Evaluate a pipeline expression using the provided execution as context
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param expression expression
- @param id id
@return map[string]interface{}
func (*PipelineControllerApiService) EvaluateExpressionForExecutionViaPOSTUsingPOST ¶
func (a *PipelineControllerApiService) EvaluateExpressionForExecutionViaPOSTUsingPOST(ctx context.Context, id string, pipelineExpression string) (map[string]interface{}, *http.Response, error)
PipelineControllerApiService Evaluate a pipeline expression using the provided execution as context
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
- @param pipelineExpression pipelineExpression
@return map[string]interface{}
func (*PipelineControllerApiService) EvaluateVariablesUsingPOST ¶
func (a *PipelineControllerApiService) EvaluateVariablesUsingPOST(ctx context.Context, executionId string, expressions []Mapstringstring, localVarOptionals *EvaluateVariablesUsingPOSTOpts) (map[string]interface{}, *http.Response, error)
func (*PipelineControllerApiService) GetPipelineUsingGET ¶
func (a *PipelineControllerApiService) GetPipelineUsingGET(ctx context.Context, id string) (interface{}, *http.Response, error)
PipelineControllerApiService Retrieve a pipeline execution
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return interface{}
func (*PipelineControllerApiService) InvokePipelineConfigUsingPOST1 ¶
func (a *PipelineControllerApiService) InvokePipelineConfigUsingPOST1(ctx context.Context, application string, pipelineNameOrId string, localVarOptionals *InvokePipelineConfigUsingPOST1Opts) (*http.Response, error)
func (*PipelineControllerApiService) InvokePipelineConfigViaEchoUsingPOST ¶
func (a *PipelineControllerApiService) InvokePipelineConfigViaEchoUsingPOST(ctx context.Context, application string, pipelineNameOrId string, localVarOptionals *InvokePipelineConfigViaEchoUsingPOSTOpts) (HttpEntity, *http.Response, error)
func (*PipelineControllerApiService) PausePipelineUsingPUT ¶
func (a *PipelineControllerApiService) PausePipelineUsingPUT(ctx context.Context, id string) (*http.Response, error)
PipelineControllerApiService Pause a pipeline execution
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
func (*PipelineControllerApiService) RenamePipelineUsingPOST ¶
func (a *PipelineControllerApiService) RenamePipelineUsingPOST(ctx context.Context, renameCommand interface{}) (*http.Response, error)
PipelineControllerApiService Rename a pipeline definition
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param renameCommand renameCommand
func (*PipelineControllerApiService) RestartStageUsingPUT ¶
func (a *PipelineControllerApiService) RestartStageUsingPUT(ctx context.Context, context interface{}, id string, stageId string) (map[string]interface{}, *http.Response, error)
PipelineControllerApiService Restart a stage execution
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param context context
- @param id id
- @param stageId stageId
@return map[string]interface{}
func (*PipelineControllerApiService) ResumePipelineUsingPUT ¶
func (a *PipelineControllerApiService) ResumePipelineUsingPUT(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
PipelineControllerApiService Resume a pipeline execution
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return map[string]interface{}
func (*PipelineControllerApiService) SavePipelineUsingPOST ¶
func (a *PipelineControllerApiService) SavePipelineUsingPOST(ctx context.Context, pipeline interface{}) (*http.Response, error)
PipelineControllerApiService Save a pipeline definition
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param pipeline pipeline
func (*PipelineControllerApiService) StartUsingPOST ¶
func (a *PipelineControllerApiService) StartUsingPOST(ctx context.Context, map_ interface{}) (ResponseEntity, *http.Response, error)
PipelineControllerApiService Initiate a pipeline execution
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param map_ map
@return ResponseEntity
func (*PipelineControllerApiService) UpdatePipelineUsingPUT ¶
func (a *PipelineControllerApiService) UpdatePipelineUsingPUT(ctx context.Context, id string, pipeline interface{}) (map[string]interface{}, *http.Response, error)
PipelineControllerApiService Update a pipeline definition
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
- @param pipeline pipeline
@return map[string]interface{}
func (*PipelineControllerApiService) UpdateStageUsingPATCH ¶
func (a *PipelineControllerApiService) UpdateStageUsingPATCH(ctx context.Context, context interface{}, id string, stageId string) (map[string]interface{}, *http.Response, error)
PipelineControllerApiService Update a stage execution
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param context context
- @param id id
- @param stageId stageId
@return map[string]interface{}
type PipelineTemplatesControllerApiService ¶
type PipelineTemplatesControllerApiService service
func (*PipelineTemplatesControllerApiService) CreateUsingPOST ¶
func (a *PipelineTemplatesControllerApiService) CreateUsingPOST(ctx context.Context, pipelineTemplate interface{}) (*http.Response, error)
PipelineTemplatesControllerApiService Create a pipeline template.
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param pipelineTemplate pipelineTemplate
func (*PipelineTemplatesControllerApiService) DeleteUsingDELETE ¶
func (a *PipelineTemplatesControllerApiService) DeleteUsingDELETE(ctx context.Context, id string, localVarOptionals *DeleteUsingDELETEOpts) (map[string]interface{}, *http.Response, error)
func (*PipelineTemplatesControllerApiService) GetUsingGET ¶
func (a *PipelineTemplatesControllerApiService) GetUsingGET(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
PipelineTemplatesControllerApiService Get a pipeline template.
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return map[string]interface{}
func (*PipelineTemplatesControllerApiService) ListPipelineTemplateDependentsUsingGET ¶
func (a *PipelineTemplatesControllerApiService) ListPipelineTemplateDependentsUsingGET(ctx context.Context, id string, localVarOptionals *ListPipelineTemplateDependentsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*PipelineTemplatesControllerApiService) ListUsingGET ¶
func (a *PipelineTemplatesControllerApiService) ListUsingGET(ctx context.Context, localVarOptionals *ListUsingGETOpts) ([]interface{}, *http.Response, error)
func (*PipelineTemplatesControllerApiService) ResolveTemplatesUsingGET ¶
func (a *PipelineTemplatesControllerApiService) ResolveTemplatesUsingGET(ctx context.Context, source string, localVarOptionals *ResolveTemplatesUsingGETOpts) (map[string]interface{}, *http.Response, error)
func (*PipelineTemplatesControllerApiService) UpdateUsingPOST ¶
func (a *PipelineTemplatesControllerApiService) UpdateUsingPOST(ctx context.Context, id string, pipelineTemplate interface{}, localVarOptionals *UpdateUsingPOSTOpts) (*http.Response, error)
type ProjectControllerApiService ¶
type ProjectControllerApiService service
func (*ProjectControllerApiService) AllPipelinesForProjectUsingGET ¶
func (a *ProjectControllerApiService) AllPipelinesForProjectUsingGET(ctx context.Context, id string, localVarOptionals *AllPipelinesForProjectUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ProjectControllerApiService) AllUsingGET3 ¶
func (a *ProjectControllerApiService) AllUsingGET3(ctx context.Context) ([]interface{}, *http.Response, error)
ProjectControllerApiService Get all projects
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []interface{}
func (*ProjectControllerApiService) GetClustersUsingGET3 ¶
func (a *ProjectControllerApiService) GetClustersUsingGET3(ctx context.Context, id string, localVarOptionals *GetClustersUsingGET3Opts) ([]interface{}, *http.Response, error)
func (*ProjectControllerApiService) GetUsingGET1 ¶
func (a *ProjectControllerApiService) GetUsingGET1(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
ProjectControllerApiService Get a project
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return map[string]interface{}
type PubsubSubscriptionControllerApiService ¶
type PubsubSubscriptionControllerApiService service
func (*PubsubSubscriptionControllerApiService) AllUsingGET4 ¶
func (a *PubsubSubscriptionControllerApiService) AllUsingGET4(ctx context.Context) ([]Mapstringstring, *http.Response, error)
PubsubSubscriptionControllerApiService Retrieve the list of pub/sub subscriptions configured in Echo.
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []Mapstringstring
type ReorderPipelinesCommand ¶
type ReorderPipelinesControllerApiService ¶
type ReorderPipelinesControllerApiService service
func (*ReorderPipelinesControllerApiService) ReorderPipelinesUsingPOST ¶
func (a *ReorderPipelinesControllerApiService) ReorderPipelinesUsingPOST(ctx context.Context, reorderPipelinesCommand ReorderPipelinesCommand) (interface{}, *http.Response, error)
ReorderPipelinesControllerApiService Re-order pipelines
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param reorderPipelinesCommand reorderPipelinesCommand
@return interface{}
type ResponseEntity ¶
type SearchControllerApiService ¶
type SearchControllerApiService service
func (*SearchControllerApiService) SearchUsingGET ¶
func (a *SearchControllerApiService) SearchUsingGET(ctx context.Context, type_ string, localVarOptionals *SearchUsingGETOpts) ([]interface{}, *http.Response, error)
type SearchForPipelineExecutionsByTriggerUsingGETOpts ¶
type SearchForPipelineExecutionsByTriggerUsingGETOpts struct { EventId optional.String Expand optional.Bool PipelineName optional.String Reverse optional.Bool Size optional.Int32 StartIndex optional.Int32 Statuses optional.String Trigger optional.String TriggerTimeEndBoundary optional.Int64 TriggerTimeStartBoundary optional.Int64 TriggerTypes optional.String }
type SearchUsingGETOpts ¶
type SecurityGroupControllerApiService ¶
type SecurityGroupControllerApiService service
func (*SecurityGroupControllerApiService) AllByAccountUsingGET1 ¶
func (a *SecurityGroupControllerApiService) AllByAccountUsingGET1(ctx context.Context, account string, localVarOptionals *AllByAccountUsingGET1Opts) (interface{}, *http.Response, error)
func (*SecurityGroupControllerApiService) AllUsingGET5 ¶
func (a *SecurityGroupControllerApiService) AllUsingGET5(ctx context.Context, localVarOptionals *AllUsingGET5Opts) (interface{}, *http.Response, error)
func (*SecurityGroupControllerApiService) GetSecurityGroupUsingGET1 ¶
func (a *SecurityGroupControllerApiService) GetSecurityGroupUsingGET1(ctx context.Context, account string, name string, region string, localVarOptionals *GetSecurityGroupUsingGET1Opts) (interface{}, *http.Response, error)
type ServerGroupControllerApiService ¶
type ServerGroupControllerApiService service
func (*ServerGroupControllerApiService) GetServerGroupDetailsUsingGET ¶
func (*ServerGroupControllerApiService) GetServerGroupsForApplicationUsingGET ¶
func (a *ServerGroupControllerApiService) GetServerGroupsForApplicationUsingGET(ctx context.Context, applicationName string, localVarOptionals *GetServerGroupsForApplicationUsingGETOpts) ([]interface{}, *http.Response, error)
type ServerGroupManagerControllerApiService ¶
type ServerGroupManagerControllerApiService service
func (*ServerGroupManagerControllerApiService) GetServerGroupManagersForApplicationUsingGET ¶
func (a *ServerGroupManagerControllerApiService) GetServerGroupManagersForApplicationUsingGET(ctx context.Context, application string) ([]interface{}, *http.Response, error)
ServerGroupManagerControllerApiService Retrieve a list of server group managers for an application
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
@return []interface{}
type SnapshotControllerApiService ¶
type SnapshotControllerApiService service
func (*SnapshotControllerApiService) GetCurrentSnapshotUsingGET ¶
func (a *SnapshotControllerApiService) GetCurrentSnapshotUsingGET(ctx context.Context, account string, application string) (map[string]interface{}, *http.Response, error)
SnapshotControllerApiService Get current snapshot
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param account account
- @param application application
@return map[string]interface{}
func (*SnapshotControllerApiService) GetSnapshotHistoryUsingGET ¶
func (a *SnapshotControllerApiService) GetSnapshotHistoryUsingGET(ctx context.Context, account string, application string, localVarOptionals *GetSnapshotHistoryUsingGETOpts) ([]interface{}, *http.Response, error)
type SubnetControllerApiService ¶
type SubnetControllerApiService service
func (*SubnetControllerApiService) AllByCloudProviderUsingGET1 ¶
func (a *SubnetControllerApiService) AllByCloudProviderUsingGET1(ctx context.Context, cloudProvider string) ([]interface{}, *http.Response, error)
SubnetControllerApiService Retrieve a list of subnets for a given cloud provider
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param cloudProvider cloudProvider
@return []interface{}
type TaskControllerApiService ¶
type TaskControllerApiService service
func (*TaskControllerApiService) CancelTaskUsingPUT1 ¶
func (a *TaskControllerApiService) CancelTaskUsingPUT1(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
TaskControllerApiService Cancel task
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return map[string]interface{}
func (*TaskControllerApiService) CancelTasksUsingPUT ¶
func (a *TaskControllerApiService) CancelTasksUsingPUT(ctx context.Context, ids []string) (map[string]interface{}, *http.Response, error)
TaskControllerApiService Cancel tasks
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param ids ids
@return map[string]interface{}
func (*TaskControllerApiService) DeleteTaskUsingDELETE ¶
func (a *TaskControllerApiService) DeleteTaskUsingDELETE(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
TaskControllerApiService Delete task
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return map[string]interface{}
func (*TaskControllerApiService) GetTaskDetailsUsingGET1 ¶
func (a *TaskControllerApiService) GetTaskDetailsUsingGET1(ctx context.Context, id string, taskDetailsId string, localVarOptionals *GetTaskDetailsUsingGET1Opts) (map[string]interface{}, *http.Response, error)
func (*TaskControllerApiService) GetTaskUsingGET1 ¶
func (a *TaskControllerApiService) GetTaskUsingGET1(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
TaskControllerApiService Get task
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return map[string]interface{}
func (*TaskControllerApiService) TaskUsingPOST1 ¶
func (a *TaskControllerApiService) TaskUsingPOST1(ctx context.Context, map_ interface{}) (map[string]interface{}, *http.Response, error)
TaskControllerApiService Create task
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param map_ map
@return map[string]interface{}
type UpdateUsingPOST1Opts ¶
type UpdateUsingPOSTOpts ¶
type User ¶
type User struct { AccountNonExpired bool `json:"accountNonExpired,omitempty"` AccountNonLocked bool `json:"accountNonLocked,omitempty"` AllowedAccounts []string `json:"allowedAccounts,omitempty"` Authorities []GrantedAuthority `json:"authorities,omitempty"` CredentialsNonExpired bool `json:"credentialsNonExpired,omitempty"` Email string `json:"email,omitempty"` Enabled bool `json:"enabled,omitempty"` FirstName string `json:"firstName,omitempty"` LastName string `json:"lastName,omitempty"` Roles []string `json:"roles,omitempty"` Username string `json:"username,omitempty"` }
type V2CanaryConfigControllerApiService ¶
type V2CanaryConfigControllerApiService service
func (*V2CanaryConfigControllerApiService) CreateCanaryConfigUsingPOST ¶
func (a *V2CanaryConfigControllerApiService) CreateCanaryConfigUsingPOST(ctx context.Context, config interface{}, localVarOptionals *CreateCanaryConfigUsingPOSTOpts) (interface{}, *http.Response, error)
func (*V2CanaryConfigControllerApiService) DeleteCanaryConfigUsingDELETE ¶
func (a *V2CanaryConfigControllerApiService) DeleteCanaryConfigUsingDELETE(ctx context.Context, id string, localVarOptionals *DeleteCanaryConfigUsingDELETEOpts) (*http.Response, error)
func (*V2CanaryConfigControllerApiService) GetCanaryConfigUsingGET ¶
func (a *V2CanaryConfigControllerApiService) GetCanaryConfigUsingGET(ctx context.Context, id string, localVarOptionals *GetCanaryConfigUsingGETOpts) (interface{}, *http.Response, error)
func (*V2CanaryConfigControllerApiService) GetCanaryConfigsUsingGET ¶
func (a *V2CanaryConfigControllerApiService) GetCanaryConfigsUsingGET(ctx context.Context, localVarOptionals *GetCanaryConfigsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*V2CanaryConfigControllerApiService) UpdateCanaryConfigUsingPUT ¶
func (a *V2CanaryConfigControllerApiService) UpdateCanaryConfigUsingPUT(ctx context.Context, config interface{}, id string, localVarOptionals *UpdateCanaryConfigUsingPUTOpts) (interface{}, *http.Response, error)
type V2CanaryControllerApiService ¶
type V2CanaryControllerApiService service
func (*V2CanaryControllerApiService) GetCanaryResultUsingGET ¶
func (a *V2CanaryControllerApiService) GetCanaryResultUsingGET(ctx context.Context, canaryConfigId string, canaryExecutionId string, localVarOptionals *GetCanaryResultUsingGETOpts) (interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) GetCanaryResultUsingGET1 ¶
func (a *V2CanaryControllerApiService) GetCanaryResultUsingGET1(ctx context.Context, canaryExecutionId string, localVarOptionals *GetCanaryResultUsingGET1Opts) (interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) GetCanaryResultsByApplicationUsingGET ¶
func (a *V2CanaryControllerApiService) GetCanaryResultsByApplicationUsingGET(ctx context.Context, application string, limit int32, localVarOptionals *GetCanaryResultsByApplicationUsingGETOpts) ([]interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) GetMetricSetPairListUsingGET ¶
func (a *V2CanaryControllerApiService) GetMetricSetPairListUsingGET(ctx context.Context, metricSetPairListId string, localVarOptionals *GetMetricSetPairListUsingGETOpts) ([]interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) InitiateCanaryUsingPOST ¶
func (a *V2CanaryControllerApiService) InitiateCanaryUsingPOST(ctx context.Context, canaryConfigId string, executionRequest interface{}, localVarOptionals *InitiateCanaryUsingPOSTOpts) (interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) InitiateCanaryWithConfigUsingPOST ¶
func (a *V2CanaryControllerApiService) InitiateCanaryWithConfigUsingPOST(ctx context.Context, adhocExecutionRequest interface{}, localVarOptionals *InitiateCanaryWithConfigUsingPOSTOpts) (interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) ListCredentialsUsingGET ¶
func (a *V2CanaryControllerApiService) ListCredentialsUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
V2CanaryControllerApiService Retrieve a list of configured Kayenta accounts
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []interface{}
func (*V2CanaryControllerApiService) ListJudgesUsingGET ¶
func (a *V2CanaryControllerApiService) ListJudgesUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
V2CanaryControllerApiService Retrieve a list of all configured canary judges
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []interface{}
func (*V2CanaryControllerApiService) ListMetricsServiceMetadataUsingGET ¶
func (a *V2CanaryControllerApiService) ListMetricsServiceMetadataUsingGET(ctx context.Context, localVarOptionals *ListMetricsServiceMetadataUsingGETOpts) ([]interface{}, *http.Response, error)
type V2PipelineTemplatesControllerApiService ¶
type V2PipelineTemplatesControllerApiService service
func (*V2PipelineTemplatesControllerApiService) CreateUsingPOST1 ¶
func (a *V2PipelineTemplatesControllerApiService) CreateUsingPOST1(ctx context.Context, pipelineTemplate interface{}, localVarOptionals *CreateUsingPOST1Opts) (*http.Response, error)
func (*V2PipelineTemplatesControllerApiService) DeleteUsingDELETE1 ¶
func (a *V2PipelineTemplatesControllerApiService) DeleteUsingDELETE1(ctx context.Context, id string, localVarOptionals *DeleteUsingDELETE1Opts) (map[string]interface{}, *http.Response, error)
func (*V2PipelineTemplatesControllerApiService) GetUsingGET2 ¶
func (a *V2PipelineTemplatesControllerApiService) GetUsingGET2(ctx context.Context, id string, localVarOptionals *GetUsingGET2Opts) (map[string]interface{}, *http.Response, error)
func (*V2PipelineTemplatesControllerApiService) ListPipelineTemplateDependentsUsingGET1 ¶
func (a *V2PipelineTemplatesControllerApiService) ListPipelineTemplateDependentsUsingGET1(ctx context.Context, id string) ([]interface{}, *http.Response, error)
V2PipelineTemplatesControllerApiService (ALPHA) List all pipelines that implement a pipeline template
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return []interface{}
func (*V2PipelineTemplatesControllerApiService) ListUsingGET1 ¶
func (a *V2PipelineTemplatesControllerApiService) ListUsingGET1(ctx context.Context, localVarOptionals *ListUsingGET1Opts) ([]interface{}, *http.Response, error)
func (*V2PipelineTemplatesControllerApiService) ListVersionsUsingGET ¶
func (a *V2PipelineTemplatesControllerApiService) ListVersionsUsingGET(ctx context.Context, localVarOptionals *ListVersionsUsingGETOpts) (interface{}, *http.Response, error)
func (*V2PipelineTemplatesControllerApiService) PlanUsingPOST ¶
func (a *V2PipelineTemplatesControllerApiService) PlanUsingPOST(ctx context.Context, pipeline interface{}) (map[string]interface{}, *http.Response, error)
V2PipelineTemplatesControllerApiService (ALPHA) Plan a pipeline template configuration.
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param pipeline pipeline
@return map[string]interface{}
func (*V2PipelineTemplatesControllerApiService) UpdateUsingPOST1 ¶
func (a *V2PipelineTemplatesControllerApiService) UpdateUsingPOST1(ctx context.Context, id string, pipelineTemplate interface{}, localVarOptionals *UpdateUsingPOST1Opts) (*http.Response, error)
type VersionControllerApiService ¶
type VersionControllerApiService service
func (*VersionControllerApiService) GetVersionUsingGET ¶
func (a *VersionControllerApiService) GetVersionUsingGET(ctx context.Context) (Version, *http.Response, error)
VersionControllerApiService Fetch Gate's current version
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return Version
type WebhookControllerApiService ¶
type WebhookControllerApiService service
func (*WebhookControllerApiService) PreconfiguredWebhooksUsingGET ¶
func (a *WebhookControllerApiService) PreconfiguredWebhooksUsingGET(ctx context.Context) ([]interface{}, *http.Response, error)
WebhookControllerApiService Retrieve a list of preconfigured webhooks in Orca
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []interface{}
func (*WebhookControllerApiService) WebhooksUsingPOST ¶
func (a *WebhookControllerApiService) WebhooksUsingPOST(ctx context.Context, source string, type_ string, localVarOptionals *WebhooksUsingPOSTOpts) (interface{}, *http.Response, error)
Source Files ¶
- api_amazon_infrastructure_controller.go
- api_application_controller.go
- api_artifact_controller.go
- api_auth_controller.go
- api_bake_controller.go
- api_build_controller.go
- api_ci_controller.go
- api_cluster_controller.go
- api_concourse_controller.go
- api_credentials_controller.go
- api_ecs_server_group_events_controller.go
- api_executions_controller.go
- api_firewall_controller.go
- api_image_controller.go
- api_instance_controller.go
- api_job_controller.go
- api_load_balancer_controller.go
- api_managed_controller.go
- api_network_controller.go
- api_pipeline_config_controller.go
- api_pipeline_controller.go
- api_pipeline_templates_controller.go
- api_project_controller.go
- api_pubsub_subscription_controller.go
- api_reorder_pipelines_controller.go
- api_search_controller.go
- api_security_group_controller.go
- api_server_group_controller.go
- api_server_group_manager_controller.go
- api_snapshot_controller.go
- api_subnet_controller.go
- api_task_controller.go
- api_v2_canary_config_controller.go
- api_v2_canary_controller.go
- api_v2_pipeline_templates_controller.go
- api_version_controller.go
- api_webhook_controller.go
- client.go
- configuration.go
- model_account.go
- model_account_details.go
- model_constraint_state.go
- model_constraint_status.go
- model_delivery_config.go
- model_environment.go
- model_environment_artifact_pin.go
- model_environment_artifact_veto.go
- model_granted_authority.go
- model_hash_mapstringobject.go
- model_http_entity.go
- model_mapstringobject.go
- model_mapstringstring.go
- model_notification.go
- model_pipeline_template_dependent.go
- model_reorder_pipelines_command.go
- model_resource.go
- model_response_entity.go
- model_user.go
- model_version.go
- response.go