Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- type APIClient
- type APIKey
- type APIResponse
- type Account
- type AccountDefinition
- type AccountDetails
- type AmazonInfrastructureControllerApiFunctionsUsingGETOpts
- type AmazonInfrastructureControllerApiService
- func (a *AmazonInfrastructureControllerApiService) ApplicationFunctionsUsingGET(ctx context.Context, application string) ([]interface{}, *http.Response, error)
- func (a *AmazonInfrastructureControllerApiService) FunctionsUsingGET(ctx context.Context, ...) ([]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 ApplicationControllerApiCancelPipelineUsingPUTOpts
- type ApplicationControllerApiGetAllApplicationsUsingGETOpts
- type ApplicationControllerApiGetApplicationHistoryUsingGETOpts
- type ApplicationControllerApiGetApplicationUsingGETOpts
- type ApplicationControllerApiGetPipelinesUsingGETOpts
- type ApplicationControllerApiGetTaskDetailsUsingGETOpts
- type ApplicationControllerApiGetTasksUsingGETOpts
- type ApplicationControllerApiInvokePipelineConfigUsingPOSTOpts
- type ApplicationControllerApiService
- func (a *ApplicationControllerApiService) CancelPipelineUsingPUT(ctx context.Context, id string, ...) (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, ...) ([]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 ArtifactControllerApiAllUsingGETOpts
- type ArtifactControllerApiArtifactVersionsUsingGETOpts
- type ArtifactControllerApiService
- func (a *ArtifactControllerApiService) AllUsingGET(ctx context.Context, localVarOptionals *ArtifactControllerApiAllUsingGETOpts) ([]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 AuthControllerApiGetServiceAccountsUsingGETOpts
- type AuthControllerApiService
- func (a *AuthControllerApiService) GetServiceAccountsUsingGET(ctx context.Context, ...) ([]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 BuildControllerApiGetBuildMastersUsingGETOpts
- type BuildControllerApiService
- func (a *BuildControllerApiService) GetBuildMastersUsingGET(ctx context.Context, ...) ([]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, ...) ([]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 BuildControllerApiV3GetBuildMastersUsingGETOpts
- type CiControllerApiGetBuildsUsingGET1Opts
- type CiControllerApiService
- func (a *CiControllerApiService) GetBuildOutputByIdUsingGET(ctx context.Context, buildId string) (interface{}, *http.Response, error)
- func (a *CiControllerApiService) GetBuildsUsingGET1(ctx context.Context, localVarOptionals *CiControllerApiGetBuildsUsingGET1Opts) ([]Mapstringobject, *http.Response, error)
- type ClusterControllerApiGetClusterLoadBalancersUsingGETOpts
- type ClusterControllerApiGetClustersUsingGET1Opts
- type ClusterControllerApiGetClustersUsingGET2Opts
- type ClusterControllerApiGetClustersUsingGETOpts
- type ClusterControllerApiGetScalingActivitiesUsingGETOpts
- type ClusterControllerApiGetServerGroupsUsingGET1Opts
- type ClusterControllerApiGetServerGroupsUsingGETOpts
- type ClusterControllerApiGetTargetServerGroupUsingGETOpts
- 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 CredentialsControllerApiCreateAccountUsingPOSTOpts
- type CredentialsControllerApiGetAccountUsingGETOpts
- type CredentialsControllerApiGetAccountsByTypeUsingGETOpts
- type CredentialsControllerApiGetAccountsUsingGETOpts
- type CredentialsControllerApiService
- func (a *CredentialsControllerApiService) CreateAccountUsingPOST(ctx context.Context, ...) (AccountDefinition, *http.Response, error)
- func (a *CredentialsControllerApiService) DeleteAccountUsingDELETE(ctx context.Context, accountName string) (*http.Response, error)
- func (a *CredentialsControllerApiService) GetAccountUsingGET(ctx context.Context, account string, ...) (AccountDetails, *http.Response, error)
- func (a *CredentialsControllerApiService) GetAccountsByTypeUsingGET(ctx context.Context, accountType string, ...) ([]AccountDefinition, *http.Response, error)
- func (a *CredentialsControllerApiService) GetAccountsUsingGET(ctx context.Context, ...) ([]Account, *http.Response, error)
- func (a *CredentialsControllerApiService) UpdateAccountUsingPUT(ctx context.Context, ...) (AccountDefinition, *http.Response, error)
- type CredentialsControllerApiUpdateAccountUsingPUTOpts
- type DeckPluginVersion
- type DeckPluginsControllerApiService
- func (a *DeckPluginsControllerApiService) GetPluginAssetUsingGET(ctx context.Context, asset string, pluginId string, pluginVersion string) (string, *http.Response, error)
- func (a *DeckPluginsControllerApiService) GetPluginManifestUsingGET(ctx context.Context) ([]DeckPluginVersion, *http.Response, error)
- type DeliveryConfig
- type EcsServerGroupEventsControllerApiService
- type Environment
- type EnvironmentArtifactPin
- type EnvironmentArtifactVeto
- type ExecutionsControllerApiGetLatestExecutionsByConfigIdsUsingGETOpts
- type ExecutionsControllerApiSearchForPipelineExecutionsByTriggerUsingGETOpts
- 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 File
- type FirewallControllerApiAllByAccountAndRegionUsingGETOpts
- type FirewallControllerApiAllByAccountUsingGETOpts
- type FirewallControllerApiAllUsingGET1Opts
- type FirewallControllerApiGetSecurityGroupUsingGETOpts
- 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 *FirewallControllerApiAllUsingGET1Opts) (interface{}, *http.Response, error)
- func (a *FirewallControllerApiService) GetSecurityGroupUsingGET(ctx context.Context, account string, name string, region string, ...) (interface{}, *http.Response, error)
- type GenericSwaggerError
- type GrantedAuthority
- type GraphQlRequest
- type HashMapstringobject
- type Headers
- type Http
- type HttpEntity
- type ImageControllerApiFindImagesUsingGETOpts
- type ImageControllerApiFindTagsUsingGETOpts
- type ImageControllerApiGetImageDetailsUsingGETOpts
- type ImageControllerApiService
- func (a *ImageControllerApiService) FindImagesUsingGET(ctx context.Context, ...) ([]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 InputStream
- type InstanceControllerApiGetConsoleOutputUsingGETOpts
- type InstanceControllerApiGetInstanceDetailsUsingGETOpts
- 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 JobControllerApiGetJobUsingGETOpts
- type JobControllerApiService
- type LoadBalancerControllerApiGetAllUsingGETOpts
- type LoadBalancerControllerApiGetApplicationLoadBalancersUsingGETOpts
- type LoadBalancerControllerApiGetLoadBalancerDetailsUsingGETOpts
- type LoadBalancerControllerApiGetLoadBalancerUsingGETOpts
- type LoadBalancerControllerApiService
- func (a *LoadBalancerControllerApiService) GetAllUsingGET(ctx context.Context, ...) ([]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 ManagedControllerApiDeletePinUsingDELETEOpts
- type ManagedControllerApiGetApplicationDetailsUsingGETOpts
- type ManagedControllerApiGetConstraintStateUsingGETOpts
- type ManagedControllerApiProcessNotificationCallbackUsingPOSTOpts
- type ManagedControllerApiService
- func (a *ManagedControllerApiService) CreatePinUsingPOST(ctx context.Context, application string, pin EnvironmentArtifactPin) (*http.Response, error)
- func (a *ManagedControllerApiService) DeleteManifestByAppUsingDELETE(ctx context.Context, application string) (DeliveryConfig, *http.Response, error)
- func (a *ManagedControllerApiService) DeleteManifestUsingDELETE(ctx context.Context, name string) (DeliveryConfig, *http.Response, error)
- func (a *ManagedControllerApiService) DeletePinUsingDELETE(ctx context.Context, application string, targetEnvironment string, ...) (*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, clusterName string) (interface{}, *http.Response, error)
- func (a *ManagedControllerApiService) ExportResourceUsingGET1(ctx context.Context, account string, cloudProvider string, name string, ...) (Resource, *http.Response, error)
- func (a *ManagedControllerApiService) GetAdoptionReportUsingGET(ctx context.Context, params interface{}) (string, *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) GetEnvironmentsUsingGET(ctx context.Context, application string) ([]Mapstringobject, *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) GetManifestYamlUsingGET(ctx context.Context, name string) (DeliveryConfig, *http.Response, error)
- func (a *ManagedControllerApiService) GetOnboardingReportUsingGET(ctx context.Context, accept string, params interface{}) (string, *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) GetResourceYamlUsingGET(ctx context.Context, resourceId string) (Resource, *http.Response, error)
- func (a *ManagedControllerApiService) GraphqlUsingPOST(ctx context.Context, query GraphQlRequest) (interface{}, *http.Response, error)
- func (a *ManagedControllerApiService) MarkBadUsingPOST(ctx context.Context, application string, veto EnvironmentArtifactVeto) (*http.Response, error)
- func (a *ManagedControllerApiService) MarkGoodUsingPOST(ctx context.Context, application string, veto EnvironmentArtifactVeto) (*http.Response, error)
- func (a *ManagedControllerApiService) OverrideVerificationUsingPOST(ctx context.Context, application string, environment string, ...) (*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) ProcessNotificationCallbackUsingPOST(ctx context.Context, source string, ...) (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) RetryVerificationUsingPOST(ctx context.Context, application string, environment string, ...) (*http.Response, error)
- func (a *ManagedControllerApiService) SchemaUsingGET(ctx context.Context) (interface{}, *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 NetworkControllerApiAllByCloudProviderUsingGETOpts
- type NetworkControllerApiAllUsingGET2Opts
- type NetworkControllerApiService
- func (a *NetworkControllerApiService) AllByCloudProviderUsingGET(ctx context.Context, cloudProvider string, ...) ([]interface{}, *http.Response, error)
- func (a *NetworkControllerApiService) AllUsingGET2(ctx context.Context, localVarOptionals *NetworkControllerApiAllUsingGET2Opts) (map[string]interface{}, *http.Response, error)
- type Notification
- type OverrideVerificationRequest
- type PipelineConfigControllerApiGetPipelineConfigHistoryUsingGETOpts
- 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 PipelineControllerApiCancelPipelineUsingPUT1Opts
- type PipelineControllerApiEvaluateVariablesUsingPOSTOpts
- type PipelineControllerApiInvokePipelineConfigUsingPOST1Opts
- type PipelineControllerApiInvokePipelineConfigViaEchoUsingPOSTOpts
- type PipelineControllerApiSavePipelineUsingPOSTOpts
- type PipelineControllerApiService
- func (a *PipelineControllerApiService) CancelPipelineUsingPUT1(ctx context.Context, id string, ...) (*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) EvaluateExpressionForExecutionViaPOSTUsingPOST1(ctx context.Context, id string, pipelineExpression interface{}) (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, ...) (interface{}, *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 PipelineTemplatesControllerApiDeleteUsingDELETEOpts
- type PipelineTemplatesControllerApiListPipelineTemplateDependentsUsingGETOpts
- type PipelineTemplatesControllerApiListUsingGETOpts
- type PipelineTemplatesControllerApiResolveTemplatesUsingGETOpts
- type PipelineTemplatesControllerApiService
- func (a *PipelineTemplatesControllerApiService) CreateUsingPOST(ctx context.Context, pipelineTemplate interface{}) (*http.Response, error)
- func (a *PipelineTemplatesControllerApiService) DeleteUsingDELETE(ctx context.Context, id string, ...) (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, ...) ([]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 PipelineTemplatesControllerApiUpdateUsingPOSTOpts
- type PluginDependency
- type PluginInfoControllerApiGetAllPluginInfoUsingGETOpts
- type PluginInfoControllerApiService
- func (a *PluginInfoControllerApiService) DeletePluginInfoUsingDELETE(ctx context.Context, id string) (interface{}, *http.Response, error)
- func (a *PluginInfoControllerApiService) GetAllPluginInfoUsingGET(ctx context.Context, ...) ([]interface{}, *http.Response, error)
- func (a *PluginInfoControllerApiService) PersistPluginInfoUsingPOST(ctx context.Context, pluginInfo SpinnakerPluginInfo) (*http.Response, error)
- func (a *PluginInfoControllerApiService) PersistPluginInfoUsingPUT(ctx context.Context, pluginInfo SpinnakerPluginInfo) (*http.Response, error)
- type PluginPublishControllerApiService
- type PluginsInstalledControllerApiGetInstalledPluginsUsingGETOpts
- type PluginsInstalledControllerApiService
- type ProjectControllerApiAllPipelinesForProjectUsingGETOpts
- type ProjectControllerApiGetClustersUsingGET3Opts
- 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, ...) ([]interface{}, *http.Response, error)
- func (a *ProjectControllerApiService) GetUsingGET1(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- type PubsubSubscriptionControllerApiService
- type RawResourceControllerApiService
- type RemoteExtensionConfig
- type RemoteExtensionTransportConfig
- type ReorderPipelinesCommand
- type ReorderPipelinesControllerApiService
- type Resource
- type ResponseEntity
- type RetryVerificationRequest
- type SearchControllerApiSearchUsingGETOpts
- type SearchControllerApiService
- type SecurityGroupControllerApiAllByAccountUsingGET1Opts
- type SecurityGroupControllerApiAllUsingGET5Opts
- type SecurityGroupControllerApiGetSecurityGroupUsingGET1Opts
- type SecurityGroupControllerApiService
- func (a *SecurityGroupControllerApiService) AllByAccountUsingGET1(ctx context.Context, account string, ...) (interface{}, *http.Response, error)
- func (a *SecurityGroupControllerApiService) AllUsingGET5(ctx context.Context, ...) (interface{}, *http.Response, error)
- func (a *SecurityGroupControllerApiService) GetSecurityGroupUsingGET1(ctx context.Context, account string, name string, region string, ...) (interface{}, *http.Response, error)
- type ServerGroupControllerApiGetServerGroupDetailsUsingGETOpts
- type ServerGroupControllerApiGetServerGroupsForApplicationUsingGETOpts
- 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 SnapshotControllerApiGetSnapshotHistoryUsingGETOpts
- 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 SpinnakerPluginDescriptor
- type SpinnakerPluginInfo
- type SpinnakerPluginRelease
- type SubnetControllerApiService
- type TaskControllerApiGetTaskDetailsUsingGET1Opts
- 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 Uri
- type Url
- type UrlStreamHandler
- type User
- type V2CanaryConfigControllerApiCreateCanaryConfigUsingPOSTOpts
- type V2CanaryConfigControllerApiDeleteCanaryConfigUsingDELETEOpts
- type V2CanaryConfigControllerApiGetCanaryConfigUsingGETOpts
- type V2CanaryConfigControllerApiGetCanaryConfigsUsingGETOpts
- 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, ...) (interface{}, *http.Response, error)
- func (a *V2CanaryConfigControllerApiService) GetCanaryConfigsUsingGET(ctx context.Context, ...) ([]interface{}, *http.Response, error)
- func (a *V2CanaryConfigControllerApiService) UpdateCanaryConfigUsingPUT(ctx context.Context, config interface{}, id string, ...) (interface{}, *http.Response, error)
- type V2CanaryConfigControllerApiUpdateCanaryConfigUsingPUTOpts
- type V2CanaryControllerApiGetCanaryResultUsingGET1Opts
- type V2CanaryControllerApiGetCanaryResultUsingGETOpts
- type V2CanaryControllerApiGetCanaryResultsByApplicationUsingGETOpts
- type V2CanaryControllerApiGetMetricSetPairListUsingGETOpts
- type V2CanaryControllerApiInitiateCanaryUsingPOSTOpts
- type V2CanaryControllerApiInitiateCanaryWithConfigUsingPOSTOpts
- type V2CanaryControllerApiListMetricsServiceMetadataUsingGETOpts
- 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, ...) ([]interface{}, *http.Response, error)
- type V2PipelineTemplatesControllerApiCreateUsingPOST1Opts
- type V2PipelineTemplatesControllerApiDeleteUsingDELETE1Opts
- type V2PipelineTemplatesControllerApiGetUsingGET2Opts
- type V2PipelineTemplatesControllerApiListUsingGET1Opts
- type V2PipelineTemplatesControllerApiListVersionsUsingGETOpts
- type V2PipelineTemplatesControllerApiService
- func (a *V2PipelineTemplatesControllerApiService) CreateUsingPOST1(ctx context.Context, pipelineTemplate interface{}, ...) (map[string]interface{}, *http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) DeleteUsingDELETE1(ctx context.Context, id string, ...) (map[string]interface{}, *http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) GetUsingGET2(ctx context.Context, id string, ...) (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, ...) ([]interface{}, *http.Response, error)
- func (a *V2PipelineTemplatesControllerApiService) ListVersionsUsingGET(ctx context.Context, ...) (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{}, ...) (map[string]interface{}, *http.Response, error)
- type V2PipelineTemplatesControllerApiUpdateUsingPOST1Opts
- type Version
- type VersionControllerApiService
- type WebhookControllerApiService
- type WebhookControllerApiWebhooksUsingPOSTOpts
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
DeckPluginsControllerApi *DeckPluginsControllerApiService
EcsServerGroupEventsControllerApi *EcsServerGroupEventsControllerApiService
ExecutionsControllerApi *ExecutionsControllerApiService
FirewallControllerApi *FirewallControllerApiService
ImageControllerApi *ImageControllerApiService
InstanceControllerApi *InstanceControllerApiService
JobControllerApi *JobControllerApiService
LoadBalancerControllerApi *LoadBalancerControllerApiService
ManagedControllerApi *ManagedControllerApiService
NetworkControllerApi *NetworkControllerApiService
PipelineConfigControllerApi *PipelineConfigControllerApiService
PipelineControllerApi *PipelineControllerApiService
PipelineTemplatesControllerApi *PipelineTemplatesControllerApiService
PluginInfoControllerApi *PluginInfoControllerApiService
PluginPublishControllerApi *PluginPublishControllerApiService
PluginsInstalledControllerApi *PluginsInstalledControllerApiService
ProjectControllerApi *ProjectControllerApiService
PubsubSubscriptionControllerApi *PubsubSubscriptionControllerApiService
RawResourceControllerApi *RawResourceControllerApiService
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 AccountDefinition ¶ added in v1.28.0
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"`
RequiredGroupMembership []string `json:"requiredGroupMembership,omitempty"`
Type_ string `json:"type,omitempty"`
}
type AmazonInfrastructureControllerApiFunctionsUsingGETOpts ¶ added in v1.21.1
type AmazonInfrastructureControllerApiService ¶
type AmazonInfrastructureControllerApiService service
func (*AmazonInfrastructureControllerApiService) ApplicationFunctionsUsingGET ¶ added in v1.21.1
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 ¶ added in v1.21.1
func (a *AmazonInfrastructureControllerApiService) FunctionsUsingGET(ctx context.Context, localVarOptionals *AmazonInfrastructureControllerApiFunctionsUsingGETOpts) ([]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 ApplicationControllerApiCancelPipelineUsingPUTOpts ¶ added in v1.21.1
type ApplicationControllerApiGetAllApplicationsUsingGETOpts ¶ added in v1.21.1
type ApplicationControllerApiGetApplicationHistoryUsingGETOpts ¶ added in v1.21.1
type ApplicationControllerApiGetApplicationUsingGETOpts ¶ added in v1.21.1
type ApplicationControllerApiGetPipelinesUsingGETOpts ¶ added in v1.21.1
type ApplicationControllerApiGetTaskDetailsUsingGETOpts ¶ added in v1.21.1
type ApplicationControllerApiGetTasksUsingGETOpts ¶ added in v1.21.1
type ApplicationControllerApiInvokePipelineConfigUsingPOSTOpts ¶ added in v1.21.1
type ApplicationControllerApiService ¶
type ApplicationControllerApiService service
func (*ApplicationControllerApiService) CancelPipelineUsingPUT ¶
func (a *ApplicationControllerApiService) CancelPipelineUsingPUT(ctx context.Context, id string, localVarOptionals *ApplicationControllerApiCancelPipelineUsingPUTOpts) (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 *ApplicationControllerApiGetAllApplicationsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) GetApplicationHistoryUsingGET ¶
func (a *ApplicationControllerApiService) GetApplicationHistoryUsingGET(ctx context.Context, application string, localVarOptionals *ApplicationControllerApiGetApplicationHistoryUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) GetApplicationUsingGET ¶
func (a *ApplicationControllerApiService) GetApplicationUsingGET(ctx context.Context, application string, localVarOptionals *ApplicationControllerApiGetApplicationUsingGETOpts) (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 *ApplicationControllerApiGetPipelinesUsingGETOpts) ([]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 *ApplicationControllerApiGetTaskDetailsUsingGETOpts) (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 *ApplicationControllerApiGetTasksUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ApplicationControllerApiService) InvokePipelineConfigUsingPOST ¶
func (a *ApplicationControllerApiService) InvokePipelineConfigUsingPOST(ctx context.Context, application string, pipelineName string, localVarOptionals *ApplicationControllerApiInvokePipelineConfigUsingPOSTOpts) (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 ArtifactControllerApiAllUsingGETOpts ¶ added in v1.21.1
type ArtifactControllerApiArtifactVersionsUsingGETOpts ¶ added in v1.21.1
type ArtifactControllerApiService ¶
type ArtifactControllerApiService service
func (*ArtifactControllerApiService) AllUsingGET ¶
func (a *ArtifactControllerApiService) AllUsingGET(ctx context.Context, localVarOptionals *ArtifactControllerApiAllUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ArtifactControllerApiService) ArtifactVersionsUsingGET ¶ added in v1.21.1
func (*ArtifactControllerApiService) GetArtifactUsingGET ¶ added in v1.21.1
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 AuthControllerApiGetServiceAccountsUsingGETOpts ¶ added in v1.21.1
type AuthControllerApiService ¶
type AuthControllerApiService service
func (*AuthControllerApiService) GetServiceAccountsUsingGET ¶
func (a *AuthControllerApiService) GetServiceAccountsUsingGET(ctx context.Context, localVarOptionals *AuthControllerApiGetServiceAccountsUsingGETOpts) ([]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 BuildControllerApiGetBuildMastersUsingGETOpts ¶ added in v1.21.1
type BuildControllerApiService ¶
type BuildControllerApiService service
func (*BuildControllerApiService) GetBuildMastersUsingGET ¶
func (a *BuildControllerApiService) GetBuildMastersUsingGET(ctx context.Context, localVarOptionals *BuildControllerApiGetBuildMastersUsingGETOpts) ([]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 ¶ added in v0.4.0
func (a *BuildControllerApiService) V3GetBuildMastersUsingGET(ctx context.Context, localVarOptionals *BuildControllerApiV3GetBuildMastersUsingGETOpts) ([]interface{}, *http.Response, error)
func (*BuildControllerApiService) V3GetBuildUsingGET ¶ added in v0.4.0
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 ¶ added in v0.4.0
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 ¶ added in v0.4.0
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 ¶ added in v0.4.0
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 BuildControllerApiV3GetBuildMastersUsingGETOpts ¶ added in v1.21.1
type CiControllerApiGetBuildsUsingGET1Opts ¶ added in v1.21.1
type CiControllerApiService ¶ added in v1.21.1
type CiControllerApiService service
func (*CiControllerApiService) GetBuildOutputByIdUsingGET ¶ added in v1.21.1
func (a *CiControllerApiService) GetBuildOutputByIdUsingGET(ctx context.Context, buildId string) (interface{}, *http.Response, error)
CiControllerApiService getBuildOutputById
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param buildId buildId
@return interface{}
func (*CiControllerApiService) GetBuildsUsingGET1 ¶ added in v1.21.1
func (a *CiControllerApiService) GetBuildsUsingGET1(ctx context.Context, localVarOptionals *CiControllerApiGetBuildsUsingGET1Opts) ([]Mapstringobject, *http.Response, error)
type ClusterControllerApiGetClusterLoadBalancersUsingGETOpts ¶ added in v1.21.1
type ClusterControllerApiGetClustersUsingGET1Opts ¶ added in v1.21.1
type ClusterControllerApiGetClustersUsingGET2Opts ¶ added in v1.21.1
type ClusterControllerApiGetClustersUsingGETOpts ¶ added in v1.21.1
type ClusterControllerApiGetScalingActivitiesUsingGETOpts ¶ added in v1.21.1
type ClusterControllerApiGetServerGroupsUsingGET1Opts ¶ added in v1.21.1
type ClusterControllerApiGetServerGroupsUsingGETOpts ¶ added in v1.21.1
type ClusterControllerApiGetTargetServerGroupUsingGETOpts ¶ added in v1.21.1
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 *ClusterControllerApiGetClustersUsingGET1Opts) ([]interface{}, *http.Response, error)
func (*ClusterControllerApiService) GetClustersUsingGET2 ¶
func (a *ClusterControllerApiService) GetClustersUsingGET2(ctx context.Context, application string, localVarOptionals *ClusterControllerApiGetClustersUsingGET2Opts) (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 *ClusterControllerApiGetServerGroupsUsingGET1Opts) ([]interface{}, *http.Response, error)
func (*ClusterControllerApiService) GetTargetServerGroupUsingGET ¶
func (a *ClusterControllerApiService) GetTargetServerGroupUsingGET(ctx context.Context, account string, application string, cloudProvider string, clusterName string, scope string, target string, localVarOptionals *ClusterControllerApiGetTargetServerGroupUsingGETOpts) (map[string]interface{}, *http.Response, error)
type ConcourseControllerApiService ¶ added in v1.21.1
type ConcourseControllerApiService service
func (*ConcourseControllerApiService) JobsUsingGET ¶ added in v1.21.1
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 ¶ added in v1.21.1
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 ¶ added in v1.21.1
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 v1.21.1
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 v1.21.1
type CredentialsControllerApiCreateAccountUsingPOSTOpts ¶ added in v1.28.0
type CredentialsControllerApiGetAccountUsingGETOpts ¶ added in v1.21.1
type CredentialsControllerApiGetAccountUsingGETOpts 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 CredentialsControllerApiGetAccountsByTypeUsingGETOpts ¶ added in v1.28.0
type CredentialsControllerApiGetAccountsUsingGETOpts ¶ added in v1.21.1
type CredentialsControllerApiGetAccountsUsingGETOpts 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 CredentialsControllerApiService ¶
type CredentialsControllerApiService service
func (*CredentialsControllerApiService) CreateAccountUsingPOST ¶ added in v1.28.0
func (a *CredentialsControllerApiService) CreateAccountUsingPOST(ctx context.Context, localVarOptionals *CredentialsControllerApiCreateAccountUsingPOSTOpts) (AccountDefinition, *http.Response, error)
func (*CredentialsControllerApiService) DeleteAccountUsingDELETE ¶ added in v1.28.0
func (a *CredentialsControllerApiService) DeleteAccountUsingDELETE(ctx context.Context, accountName string) (*http.Response, error)
CredentialsControllerApiService Deletes an account definition by name.
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param accountName Name of account definition to delete.
func (*CredentialsControllerApiService) GetAccountUsingGET ¶
func (a *CredentialsControllerApiService) GetAccountUsingGET(ctx context.Context, account string, localVarOptionals *CredentialsControllerApiGetAccountUsingGETOpts) (AccountDetails, *http.Response, error)
func (*CredentialsControllerApiService) GetAccountsByTypeUsingGET ¶ added in v1.28.0
func (a *CredentialsControllerApiService) GetAccountsByTypeUsingGET(ctx context.Context, accountType string, localVarOptionals *CredentialsControllerApiGetAccountsByTypeUsingGETOpts) ([]AccountDefinition, *http.Response, error)
func (*CredentialsControllerApiService) GetAccountsUsingGET ¶
func (a *CredentialsControllerApiService) GetAccountsUsingGET(ctx context.Context, localVarOptionals *CredentialsControllerApiGetAccountsUsingGETOpts) ([]Account, *http.Response, error)
func (*CredentialsControllerApiService) UpdateAccountUsingPUT ¶ added in v1.28.0
func (a *CredentialsControllerApiService) UpdateAccountUsingPUT(ctx context.Context, localVarOptionals *CredentialsControllerApiUpdateAccountUsingPUTOpts) (AccountDefinition, *http.Response, error)
type CredentialsControllerApiUpdateAccountUsingPUTOpts ¶ added in v1.28.0
type DeckPluginVersion ¶ added in v1.21.1
type DeckPluginsControllerApiService ¶ added in v1.21.1
type DeckPluginsControllerApiService service
func (*DeckPluginsControllerApiService) GetPluginAssetUsingGET ¶ added in v1.21.1
func (a *DeckPluginsControllerApiService) GetPluginAssetUsingGET(ctx context.Context, asset string, pluginId string, pluginVersion string) (string, *http.Response, error)
DeckPluginsControllerApiService Retrieve a single plugin asset by version
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param asset asset
- @param pluginId pluginId
- @param pluginVersion pluginVersion
@return string
func (*DeckPluginsControllerApiService) GetPluginManifestUsingGET ¶ added in v1.21.1
func (a *DeckPluginsControllerApiService) GetPluginManifestUsingGET(ctx context.Context) ([]DeckPluginVersion, *http.Response, error)
DeckPluginsControllerApiService Retrieve a plugin manifest
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return []DeckPluginVersion
type DeliveryConfig ¶ added in v1.21.1
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 ¶ added in v0.4.0
type EcsServerGroupEventsControllerApiService service
func (*EcsServerGroupEventsControllerApiService) GetEventsUsingGET ¶ added in v0.4.0
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 v1.21.1
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"`
VerifyWith []Mapstringobject `json:"verifyWith,omitempty"`
}
type EnvironmentArtifactPin ¶ added in v1.21.1
type EnvironmentArtifactVeto ¶ added in v1.21.1
type ExecutionsControllerApiGetLatestExecutionsByConfigIdsUsingGETOpts ¶ added in v1.21.1
type ExecutionsControllerApiSearchForPipelineExecutionsByTriggerUsingGETOpts ¶ added in v1.21.1
type ExecutionsControllerApiSearchForPipelineExecutionsByTriggerUsingGETOpts 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 ExecutionsControllerApiService ¶
type ExecutionsControllerApiService service
func (*ExecutionsControllerApiService) GetLatestExecutionsByConfigIdsUsingGET ¶
func (a *ExecutionsControllerApiService) GetLatestExecutionsByConfigIdsUsingGET(ctx context.Context, localVarOptionals *ExecutionsControllerApiGetLatestExecutionsByConfigIdsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ExecutionsControllerApiService) SearchForPipelineExecutionsByTriggerUsingGET ¶ added in v0.3.0
func (a *ExecutionsControllerApiService) SearchForPipelineExecutionsByTriggerUsingGET(ctx context.Context, application string, localVarOptionals *ExecutionsControllerApiSearchForPipelineExecutionsByTriggerUsingGETOpts) ([]interface{}, *http.Response, error)
type File ¶ added in v1.21.1
type File struct {
Absolute bool `json:"absolute,omitempty"`
AbsoluteFile **os.File `json:"absoluteFile,omitempty"`
AbsolutePath string `json:"absolutePath,omitempty"`
CanonicalFile **os.File `json:"canonicalFile,omitempty"`
CanonicalPath string `json:"canonicalPath,omitempty"`
Directory bool `json:"directory,omitempty"`
Executable bool `json:"executable,omitempty"`
File bool `json:"file,omitempty"`
FreeSpace int64 `json:"freeSpace,omitempty"`
Hidden bool `json:"hidden,omitempty"`
LastModified int64 `json:"lastModified,omitempty"`
Name string `json:"name,omitempty"`
Parent string `json:"parent,omitempty"`
ParentFile **os.File `json:"parentFile,omitempty"`
Path string `json:"path,omitempty"`
Readable bool `json:"readable,omitempty"`
TotalSpace int64 `json:"totalSpace,omitempty"`
UsableSpace int64 `json:"usableSpace,omitempty"`
Writable bool `json:"writable,omitempty"`
}
type FirewallControllerApiAllByAccountAndRegionUsingGETOpts ¶ added in v1.21.1
type FirewallControllerApiAllByAccountUsingGETOpts ¶ added in v1.21.1
type FirewallControllerApiAllUsingGET1Opts ¶ added in v1.21.1
type FirewallControllerApiGetSecurityGroupUsingGETOpts ¶ added in v1.21.1
type FirewallControllerApiService ¶
type FirewallControllerApiService service
func (*FirewallControllerApiService) AllByAccountAndRegionUsingGET ¶ added in v1.21.1
func (a *FirewallControllerApiService) AllByAccountAndRegionUsingGET(ctx context.Context, account string, region string, localVarOptionals *FirewallControllerApiAllByAccountAndRegionUsingGETOpts) ([]interface{}, *http.Response, error)
func (*FirewallControllerApiService) AllByAccountUsingGET ¶
func (a *FirewallControllerApiService) AllByAccountUsingGET(ctx context.Context, account string, localVarOptionals *FirewallControllerApiAllByAccountUsingGETOpts) (interface{}, *http.Response, error)
func (*FirewallControllerApiService) AllUsingGET1 ¶
func (a *FirewallControllerApiService) AllUsingGET1(ctx context.Context, localVarOptionals *FirewallControllerApiAllUsingGET1Opts) (interface{}, *http.Response, error)
func (*FirewallControllerApiService) GetSecurityGroupUsingGET ¶
func (a *FirewallControllerApiService) GetSecurityGroupUsingGET(ctx context.Context, account string, name string, region string, localVarOptionals *FirewallControllerApiGetSecurityGroupUsingGETOpts) (interface{}, *http.Response, error)
type GenericSwaggerError ¶ added in v1.21.1
type GenericSwaggerError struct {
// contains filtered or unexported fields
}
GenericSwaggerError Provides access to the body, error and model on returned errors.
func (GenericSwaggerError) Body ¶ added in v1.21.1
func (e GenericSwaggerError) Body() []byte
Body returns the raw bytes of the response
func (GenericSwaggerError) Error ¶ added in v1.21.1
func (e GenericSwaggerError) Error() string
Error returns non-empty string if there was an error.
func (GenericSwaggerError) Model ¶ added in v1.21.1
func (e GenericSwaggerError) Model() interface{}
Model returns the unpacked model of the error
type GrantedAuthority ¶
type GrantedAuthority struct {
Authority string `json:"authority,omitempty"`
}
type GraphQlRequest ¶ added in v1.27.1
type HashMapstringobject ¶
type HashMapstringobject struct {
}
type HttpEntity ¶
type HttpEntity struct {
Body *interface{} `json:"body,omitempty"`
}
type ImageControllerApiFindImagesUsingGETOpts ¶ added in v1.21.1
type ImageControllerApiFindTagsUsingGETOpts ¶ added in v1.21.1
type ImageControllerApiGetImageDetailsUsingGETOpts ¶ added in v1.21.1
type ImageControllerApiService ¶
type ImageControllerApiService service
func (*ImageControllerApiService) FindImagesUsingGET ¶
func (a *ImageControllerApiService) FindImagesUsingGET(ctx context.Context, localVarOptionals *ImageControllerApiFindImagesUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ImageControllerApiService) FindTagsUsingGET ¶
func (a *ImageControllerApiService) FindTagsUsingGET(ctx context.Context, account string, repository string, localVarOptionals *ImageControllerApiFindTagsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ImageControllerApiService) GetImageDetailsUsingGET ¶
func (a *ImageControllerApiService) GetImageDetailsUsingGET(ctx context.Context, account string, imageId string, region string, localVarOptionals *ImageControllerApiGetImageDetailsUsingGETOpts) ([]interface{}, *http.Response, error)
type InputStream ¶ added in v1.21.1
type InputStream struct {
}
type InstanceControllerApiGetConsoleOutputUsingGETOpts ¶ added in v1.21.1
type InstanceControllerApiGetInstanceDetailsUsingGETOpts ¶ added in v1.21.1
type InstanceControllerApiService ¶
type InstanceControllerApiService service
func (*InstanceControllerApiService) GetConsoleOutputUsingGET ¶
func (a *InstanceControllerApiService) GetConsoleOutputUsingGET(ctx context.Context, account string, instanceId string, region string, localVarOptionals *InstanceControllerApiGetConsoleOutputUsingGETOpts) (interface{}, *http.Response, error)
func (*InstanceControllerApiService) GetInstanceDetailsUsingGET ¶
func (a *InstanceControllerApiService) GetInstanceDetailsUsingGET(ctx context.Context, account string, instanceId string, region string, localVarOptionals *InstanceControllerApiGetInstanceDetailsUsingGETOpts) (interface{}, *http.Response, error)
type JobControllerApiGetJobUsingGETOpts ¶ added in v1.21.1
type JobControllerApiService ¶
type JobControllerApiService service
func (*JobControllerApiService) GetJobUsingGET ¶
type LoadBalancerControllerApiGetAllUsingGETOpts ¶ added in v1.21.1
type LoadBalancerControllerApiGetApplicationLoadBalancersUsingGETOpts ¶ added in v1.21.1
type LoadBalancerControllerApiGetLoadBalancerDetailsUsingGETOpts ¶ added in v1.21.1
type LoadBalancerControllerApiGetLoadBalancerUsingGETOpts ¶ added in v1.21.1
type LoadBalancerControllerApiService ¶
type LoadBalancerControllerApiService service
func (*LoadBalancerControllerApiService) GetAllUsingGET ¶
func (a *LoadBalancerControllerApiService) GetAllUsingGET(ctx context.Context, localVarOptionals *LoadBalancerControllerApiGetAllUsingGETOpts) ([]interface{}, *http.Response, error)
func (*LoadBalancerControllerApiService) GetApplicationLoadBalancersUsingGET ¶
func (a *LoadBalancerControllerApiService) GetApplicationLoadBalancersUsingGET(ctx context.Context, application string, localVarOptionals *LoadBalancerControllerApiGetApplicationLoadBalancersUsingGETOpts) ([]interface{}, *http.Response, error)
func (*LoadBalancerControllerApiService) GetLoadBalancerDetailsUsingGET ¶
func (a *LoadBalancerControllerApiService) GetLoadBalancerDetailsUsingGET(ctx context.Context, account string, name string, region string, localVarOptionals *LoadBalancerControllerApiGetLoadBalancerDetailsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*LoadBalancerControllerApiService) GetLoadBalancerUsingGET ¶
func (a *LoadBalancerControllerApiService) GetLoadBalancerUsingGET(ctx context.Context, name string, localVarOptionals *LoadBalancerControllerApiGetLoadBalancerUsingGETOpts) (map[string]interface{}, *http.Response, error)
type ManagedControllerApiDeletePinUsingDELETEOpts ¶ added in v1.21.1
type ManagedControllerApiGetApplicationDetailsUsingGETOpts ¶ added in v1.21.1
type ManagedControllerApiGetConstraintStateUsingGETOpts ¶ added in v1.21.1
type ManagedControllerApiProcessNotificationCallbackUsingPOSTOpts ¶ added in v1.21.1
type ManagedControllerApiProcessNotificationCallbackUsingPOSTOpts struct {
Body optional.String
HeadersETag optional.String
HeadersAcceptCharset0Registered optional.Bool
HeadersAcceptLanguageAsLocales0ISO3Country optional.String
HeadersAcceptLanguageAsLocales0ISO3Language optional.String
HeadersAcceptLanguageAsLocales0Country optional.String
HeadersAcceptLanguageAsLocales0DisplayCountry optional.String
HeadersAcceptLanguageAsLocales0DisplayLanguage optional.String
HeadersAcceptLanguageAsLocales0DisplayName optional.String
HeadersAcceptLanguageAsLocales0DisplayScript optional.String
HeadersAcceptLanguageAsLocales0DisplayVariant optional.String
HeadersAcceptLanguageAsLocales0Language optional.String
HeadersAcceptLanguageAsLocales0Script optional.String
HeadersAcceptLanguageAsLocales0UnicodeLocaleAttributes optional.Interface
HeadersAcceptLanguageAsLocales0UnicodeLocaleKeys optional.Interface
HeadersAcceptLanguageAsLocales0Variant optional.String
HeadersAcceptLanguage0Range optional.String
HeadersAcceptLanguage0Weight optional.Float64
HeadersAcceptPatch0CharsetRegistered optional.Bool
HeadersAcceptPatch0Concrete optional.Bool
HeadersAcceptPatch0QualityValue optional.Float64
HeadersAcceptPatch0Subtype optional.String
HeadersAcceptPatch0SubtypeSuffix optional.String
HeadersAcceptPatch0Type optional.String
HeadersAcceptPatch0WildcardSubtype optional.Bool
HeadersAcceptPatch0WildcardType optional.Bool
HeadersAccept0CharsetRegistered optional.Bool
HeadersAccept0Concrete optional.Bool
HeadersAccept0QualityValue optional.Float64
HeadersAccept0Subtype optional.String
HeadersAccept0SubtypeSuffix optional.String
HeadersAccept0Type optional.String
HeadersAccept0WildcardSubtype optional.Bool
HeadersAccept0WildcardType optional.Bool
HeadersAccessControlAllowCredentials optional.Bool
HeadersAccessControlAllowHeaders optional.Interface
HeadersAccessControlAllowMethods optional.Interface
HeadersAccessControlAllowOrigin optional.String
HeadersAccessControlExposeHeaders optional.Interface
HeadersAccessControlMaxAge optional.Int64
HeadersAccessControlRequestHeaders optional.Interface
HeadersAccessControlRequestMethod optional.String
HeadersAllow optional.Interface
HeadersCacheControl optional.String
HeadersConnection optional.Interface
HeadersContentDispositionAttachment optional.Bool
HeadersContentDispositionCharsetRegistered optional.Bool
HeadersContentDispositionCreationDate optional.Time
HeadersContentDispositionFilename optional.String
HeadersContentDispositionFormData optional.Bool
HeadersContentDispositionInline optional.Bool
HeadersContentDispositionModificationDate optional.Time
HeadersContentDispositionName optional.String
HeadersContentDispositionReadDate optional.Time
HeadersContentDispositionSize optional.Int64
HeadersContentDispositionType optional.String
HeadersContentLanguageISO3Country optional.String
HeadersContentLanguageISO3Language optional.String
HeadersContentLanguageCountry optional.String
HeadersContentLanguageDisplayCountry optional.String
HeadersContentLanguageDisplayLanguage optional.String
HeadersContentLanguageDisplayName optional.String
HeadersContentLanguageDisplayScript optional.String
HeadersContentLanguageDisplayVariant optional.String
HeadersContentLanguageLanguage optional.String
HeadersContentLanguageScript optional.String
HeadersContentLanguageUnicodeLocaleAttributes optional.Interface
HeadersContentLanguageUnicodeLocaleKeys optional.Interface
HeadersContentLanguageVariant optional.String
HeadersContentLength optional.Int64
HeadersContentTypeCharsetRegistered optional.Bool
HeadersContentTypeConcrete optional.Bool
HeadersContentTypeQualityValue optional.Float64
HeadersContentTypeSubtype optional.String
HeadersContentTypeSubtypeSuffix optional.String
HeadersContentTypeType optional.String
HeadersContentTypeWildcardSubtype optional.Bool
HeadersContentTypeWildcardType optional.Bool
HeadersDate optional.Int64
HeadersExpires optional.Int64
HeadersHostAddressMCGlobal optional.Bool
HeadersHostAddressMCLinkLocal optional.Bool
HeadersHostAddressMCNodeLocal optional.Bool
HeadersHostAddressMCOrgLocal optional.Bool
HeadersHostAddressMCSiteLocal optional.Bool
HeadersHostAddressAddress optional.String
HeadersHostAddressAnyLocalAddress optional.Bool
HeadersHostAddressCanonicalHostName optional.String
HeadersHostAddressHostAddress optional.String
HeadersHostAddressHostName optional.String
HeadersHostAddressLinkLocalAddress optional.Bool
HeadersHostAddressLoopbackAddress optional.Bool
HeadersHostAddressMulticastAddress optional.Bool
HeadersHostAddressSiteLocalAddress optional.Bool
HeadersHostHostName optional.String
HeadersHostHostString optional.String
HeadersHostPort optional.Int32
HeadersHostUnresolved optional.Bool
HeadersIfMatch optional.Interface
HeadersIfModifiedSince optional.Int64
HeadersIfNoneMatch optional.Interface
HeadersIfUnmodifiedSince optional.Int64
HeadersLastModified optional.Int64
HeadersLocationAbsolute optional.Bool
HeadersLocationAuthority optional.String
HeadersLocationFragment optional.String
HeadersLocationHost optional.String
HeadersLocationOpaque optional.Bool
HeadersLocationPath optional.String
HeadersLocationPort optional.Int32
HeadersLocationQuery optional.String
HeadersLocationRawAuthority optional.String
HeadersLocationRawFragment optional.String
HeadersLocationRawPath optional.String
HeadersLocationRawQuery optional.String
HeadersLocationRawSchemeSpecificPart optional.String
HeadersLocationRawUserInfo optional.String
HeadersLocationScheme optional.String
HeadersLocationSchemeSpecificPart optional.String
HeadersLocationUserInfo optional.String
HeadersOrigin optional.String
HeadersPragma optional.String
HeadersUpgrade optional.String
HeadersVary optional.Interface
Method optional.String
Type_ optional.Interface
UrlAbsolute optional.Bool
UrlAuthority optional.String
UrlFragment optional.String
UrlHost optional.String
UrlOpaque optional.Bool
UrlPath optional.String
UrlPort optional.Int32
UrlQuery optional.String
UrlRawAuthority optional.String
UrlRawFragment optional.String
UrlRawPath optional.String
UrlRawQuery optional.String
UrlRawSchemeSpecificPart optional.String
UrlRawUserInfo optional.String
UrlScheme optional.String
UrlSchemeSpecificPart optional.String
UrlUserInfo optional.String
}
type ManagedControllerApiService ¶ added in v1.21.1
type ManagedControllerApiService service
func (*ManagedControllerApiService) CreatePinUsingPOST ¶ added in v1.21.1
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) DeleteManifestByAppUsingDELETE ¶ added in v1.21.1
func (a *ManagedControllerApiService) DeleteManifestByAppUsingDELETE(ctx context.Context, application string) (DeliveryConfig, *http.Response, error)
ManagedControllerApiService Delete a delivery config manifest 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 DeliveryConfig
func (*ManagedControllerApiService) DeleteManifestUsingDELETE ¶ added in v1.21.1
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) DeletePinUsingDELETE ¶ added in v1.21.1
func (a *ManagedControllerApiService) DeletePinUsingDELETE(ctx context.Context, application string, targetEnvironment string, localVarOptionals *ManagedControllerApiDeletePinUsingDELETEOpts) (*http.Response, error)
func (*ManagedControllerApiService) DeleteVetoUsingDELETE ¶ added in v1.21.1
func (a *ManagedControllerApiService) DeleteVetoUsingDELETE(ctx context.Context, application string, reference string, targetEnvironment string, version string) (*http.Response, error)
ManagedControllerApiService Remove veto of 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 v1.21.1
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 v1.21.1
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 v1.21.1
func (a *ManagedControllerApiService) ExportResourceUsingGET(ctx context.Context, account string, cloudProvider string, clusterName string) (interface{}, *http.Response, error)
ManagedControllerApiService Generates an artifact definition based on the artifact used in a running cluster
- @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 clusterName clusterName
@return interface{}
func (*ManagedControllerApiService) ExportResourceUsingGET1 ¶ added in v1.21.1
func (a *ManagedControllerApiService) ExportResourceUsingGET1(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) GetAdoptionReportUsingGET ¶ added in v1.22.0
func (a *ManagedControllerApiService) GetAdoptionReportUsingGET(ctx context.Context, params interface{}) (string, *http.Response, error)
ManagedControllerApiService Get a report of Managed Delivery adoption
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param params params
@return string
func (*ManagedControllerApiService) GetApplicationDetailsUsingGET ¶ added in v1.21.1
func (a *ManagedControllerApiService) GetApplicationDetailsUsingGET(ctx context.Context, application string, localVarOptionals *ManagedControllerApiGetApplicationDetailsUsingGETOpts) (interface{}, *http.Response, error)
func (*ManagedControllerApiService) GetConfigByUsingGET ¶ added in v1.21.1
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 v1.21.1
func (a *ManagedControllerApiService) GetConstraintStateUsingGET(ctx context.Context, application string, environment string, localVarOptionals *ManagedControllerApiGetConstraintStateUsingGETOpts) (ConstraintState, *http.Response, error)
func (*ManagedControllerApiService) GetEnvironmentsUsingGET ¶ added in v1.22.0
func (a *ManagedControllerApiService) GetEnvironmentsUsingGET(ctx context.Context, application string) ([]Mapstringobject, *http.Response, error)
ManagedControllerApiService Get current environment details
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param application application
@return []Mapstringobject
func (*ManagedControllerApiService) GetManifestArtifactsUsingGET ¶ added in v1.21.1
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 v1.21.1
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) GetManifestYamlUsingGET ¶ added in v1.21.1
func (a *ManagedControllerApiService) GetManifestYamlUsingGET(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) GetOnboardingReportUsingGET ¶ added in v1.22.0
func (a *ManagedControllerApiService) GetOnboardingReportUsingGET(ctx context.Context, accept string, params interface{}) (string, *http.Response, error)
ManagedControllerApiService Get a report of application onboarding
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param accept Accept
- @param params params
@return string
func (*ManagedControllerApiService) GetResourceStatusUsingGET ¶ added in v1.21.1
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 v1.21.1
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) GetResourceYamlUsingGET ¶ added in v1.21.1
func (a *ManagedControllerApiService) GetResourceYamlUsingGET(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) GraphqlUsingPOST ¶ added in v1.27.1
func (a *ManagedControllerApiService) GraphqlUsingPOST(ctx context.Context, query GraphQlRequest) (interface{}, *http.Response, error)
ManagedControllerApiService Post a graphql request
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param query query
@return interface{}
func (*ManagedControllerApiService) MarkBadUsingPOST ¶ added in v1.21.1
func (a *ManagedControllerApiService) MarkBadUsingPOST(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
func (*ManagedControllerApiService) MarkGoodUsingPOST ¶ added in v1.21.1
func (a *ManagedControllerApiService) MarkGoodUsingPOST(ctx context.Context, application string, veto EnvironmentArtifactVeto) (*http.Response, error)
ManagedControllerApiService Delete veto of 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
func (*ManagedControllerApiService) OverrideVerificationUsingPOST ¶ added in v1.22.0
func (a *ManagedControllerApiService) OverrideVerificationUsingPOST(ctx context.Context, application string, environment string, payload OverrideVerificationRequest) (*http.Response, error)
ManagedControllerApiService Override the status of a verification
- @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 payload payload
func (*ManagedControllerApiService) PauseApplicationUsingPOST ¶ added in v1.21.1
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 v1.21.1
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) ProcessNotificationCallbackUsingPOST ¶ added in v1.21.1
func (a *ManagedControllerApiService) ProcessNotificationCallbackUsingPOST(ctx context.Context, source string, localVarOptionals *ManagedControllerApiProcessNotificationCallbackUsingPOSTOpts) (string, *http.Response, error)
func (*ManagedControllerApiService) ResumeApplicationUsingDELETE ¶ added in v1.21.1
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 v1.21.1
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) RetryVerificationUsingPOST ¶ added in v1.22.0
func (a *ManagedControllerApiService) RetryVerificationUsingPOST(ctx context.Context, application string, environment string, payload RetryVerificationRequest, verificationId string) (*http.Response, error)
ManagedControllerApiService Retry a verification
- @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 payload payload
- @param verificationId verificationId
func (*ManagedControllerApiService) SchemaUsingGET ¶ added in v1.21.1
func (a *ManagedControllerApiService) SchemaUsingGET(ctx context.Context) (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().
@return interface{}
func (*ManagedControllerApiService) UpdateConstraintStatusUsingPOST ¶ added in v1.21.1
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 v1.21.1
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 v1.21.1
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 v1.21.1
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 v1.21.1
type Mapstringobject struct {
}
type Mapstringstring ¶ added in v0.4.0
type Mapstringstring struct {
}
type NetworkControllerApiAllByCloudProviderUsingGETOpts ¶ added in v1.21.1
type NetworkControllerApiAllUsingGET2Opts ¶ added in v1.21.1
type NetworkControllerApiService ¶
type NetworkControllerApiService service
func (*NetworkControllerApiService) AllByCloudProviderUsingGET ¶
func (a *NetworkControllerApiService) AllByCloudProviderUsingGET(ctx context.Context, cloudProvider string, localVarOptionals *NetworkControllerApiAllByCloudProviderUsingGETOpts) ([]interface{}, *http.Response, error)
func (*NetworkControllerApiService) AllUsingGET2 ¶
func (a *NetworkControllerApiService) AllUsingGET2(ctx context.Context, localVarOptionals *NetworkControllerApiAllUsingGET2Opts) (map[string]interface{}, *http.Response, error)
type Notification ¶ added in v1.21.1
type OverrideVerificationRequest ¶ added in v1.22.0
type OverrideVerificationRequest struct {
ArtifactReference string `json:"artifactReference,omitempty"`
ArtifactVersion string `json:"artifactVersion,omitempty"`
Comment string `json:"comment,omitempty"`
Status string `json:"status,omitempty"`
VerificationId string `json:"verificationId,omitempty"`
}
type PipelineConfigControllerApiGetPipelineConfigHistoryUsingGETOpts ¶ added in v1.21.1
type PipelineConfigControllerApiService ¶ added in v0.4.0
type PipelineConfigControllerApiService service
func (*PipelineConfigControllerApiService) ConvertPipelineConfigToPipelineTemplateUsingGET ¶ added in v0.4.0
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 ¶ added in v0.4.0
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 ¶ added in v0.4.0
func (a *PipelineConfigControllerApiService) GetPipelineConfigHistoryUsingGET(ctx context.Context, pipelineConfigId string, localVarOptionals *PipelineConfigControllerApiGetPipelineConfigHistoryUsingGETOpts) ([]interface{}, *http.Response, error)
type PipelineControllerApiCancelPipelineUsingPUT1Opts ¶ added in v1.21.1
type PipelineControllerApiEvaluateVariablesUsingPOSTOpts ¶ added in v1.21.1
type PipelineControllerApiInvokePipelineConfigUsingPOST1Opts ¶ added in v1.21.1
type PipelineControllerApiInvokePipelineConfigViaEchoUsingPOSTOpts ¶ added in v1.21.1
type PipelineControllerApiSavePipelineUsingPOSTOpts ¶ added in v1.21.1
type PipelineControllerApiService ¶
type PipelineControllerApiService service
func (*PipelineControllerApiService) CancelPipelineUsingPUT1 ¶
func (a *PipelineControllerApiService) CancelPipelineUsingPUT1(ctx context.Context, id string, localVarOptionals *PipelineControllerApiCancelPipelineUsingPUT1Opts) (*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 ¶ added in v1.21.1
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) EvaluateExpressionForExecutionViaPOSTUsingPOST1 ¶ added in v0.4.0
func (a *PipelineControllerApiService) EvaluateExpressionForExecutionViaPOSTUsingPOST1(ctx context.Context, id string, pipelineExpression interface{}) (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 ¶ added in v1.21.1
func (a *PipelineControllerApiService) EvaluateVariablesUsingPOST(ctx context.Context, executionId string, expressions []Mapstringstring, localVarOptionals *PipelineControllerApiEvaluateVariablesUsingPOSTOpts) (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 *PipelineControllerApiInvokePipelineConfigUsingPOST1Opts) (*http.Response, error)
func (*PipelineControllerApiService) InvokePipelineConfigViaEchoUsingPOST ¶ added in v0.4.0
func (a *PipelineControllerApiService) InvokePipelineConfigViaEchoUsingPOST(ctx context.Context, application string, pipelineNameOrId string, localVarOptionals *PipelineControllerApiInvokePipelineConfigViaEchoUsingPOSTOpts) (interface{}, *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{}, localVarOptionals *PipelineControllerApiSavePipelineUsingPOSTOpts) (*http.Response, error)
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 PipelineTemplateDependent ¶ added in v0.4.0
type PipelineTemplatesControllerApiDeleteUsingDELETEOpts ¶ added in v1.21.1
type PipelineTemplatesControllerApiListPipelineTemplateDependentsUsingGETOpts ¶ added in v1.21.1
type PipelineTemplatesControllerApiListUsingGETOpts ¶ added in v1.21.1
type PipelineTemplatesControllerApiResolveTemplatesUsingGETOpts ¶ added in v1.21.1
type PipelineTemplatesControllerApiService ¶ added in v0.4.0
type PipelineTemplatesControllerApiService service
func (*PipelineTemplatesControllerApiService) CreateUsingPOST ¶ added in v0.4.0
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 ¶ added in v0.4.0
func (a *PipelineTemplatesControllerApiService) DeleteUsingDELETE(ctx context.Context, id string, localVarOptionals *PipelineTemplatesControllerApiDeleteUsingDELETEOpts) (map[string]interface{}, *http.Response, error)
func (*PipelineTemplatesControllerApiService) GetUsingGET ¶ added in v0.4.0
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 ¶ added in v0.4.0
func (a *PipelineTemplatesControllerApiService) ListPipelineTemplateDependentsUsingGET(ctx context.Context, id string, localVarOptionals *PipelineTemplatesControllerApiListPipelineTemplateDependentsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*PipelineTemplatesControllerApiService) ListUsingGET ¶ added in v0.4.0
func (a *PipelineTemplatesControllerApiService) ListUsingGET(ctx context.Context, localVarOptionals *PipelineTemplatesControllerApiListUsingGETOpts) ([]interface{}, *http.Response, error)
func (*PipelineTemplatesControllerApiService) ResolveTemplatesUsingGET ¶ added in v0.4.0
func (a *PipelineTemplatesControllerApiService) ResolveTemplatesUsingGET(ctx context.Context, source string, localVarOptionals *PipelineTemplatesControllerApiResolveTemplatesUsingGETOpts) (map[string]interface{}, *http.Response, error)
func (*PipelineTemplatesControllerApiService) UpdateUsingPOST ¶ added in v0.4.0
func (a *PipelineTemplatesControllerApiService) UpdateUsingPOST(ctx context.Context, id string, pipelineTemplate interface{}, localVarOptionals *PipelineTemplatesControllerApiUpdateUsingPOSTOpts) (*http.Response, error)
type PipelineTemplatesControllerApiUpdateUsingPOSTOpts ¶ added in v1.21.1
type PluginDependency ¶ added in v1.21.1
type PluginInfoControllerApiGetAllPluginInfoUsingGETOpts ¶ added in v1.21.1
type PluginInfoControllerApiService ¶ added in v1.21.1
type PluginInfoControllerApiService service
func (*PluginInfoControllerApiService) DeletePluginInfoUsingDELETE ¶ added in v1.21.1
func (a *PluginInfoControllerApiService) DeletePluginInfoUsingDELETE(ctx context.Context, id string) (interface{}, *http.Response, error)
PluginInfoControllerApiService Delete plugin info with the provided Id
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param id id
@return interface{}
func (*PluginInfoControllerApiService) GetAllPluginInfoUsingGET ¶ added in v1.21.1
func (a *PluginInfoControllerApiService) GetAllPluginInfoUsingGET(ctx context.Context, localVarOptionals *PluginInfoControllerApiGetAllPluginInfoUsingGETOpts) ([]interface{}, *http.Response, error)
func (*PluginInfoControllerApiService) PersistPluginInfoUsingPOST ¶ added in v1.21.1
func (a *PluginInfoControllerApiService) PersistPluginInfoUsingPOST(ctx context.Context, pluginInfo SpinnakerPluginInfo) (*http.Response, error)
PluginInfoControllerApiService Persist plugin metadata information
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param pluginInfo pluginInfo
func (*PluginInfoControllerApiService) PersistPluginInfoUsingPUT ¶ added in v1.21.1
func (a *PluginInfoControllerApiService) PersistPluginInfoUsingPUT(ctx context.Context, pluginInfo SpinnakerPluginInfo) (*http.Response, error)
PluginInfoControllerApiService Persist plugin metadata information
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param pluginInfo pluginInfo
type PluginPublishControllerApiService ¶ added in v1.21.1
type PluginPublishControllerApiService service
func (*PluginPublishControllerApiService) PublishPluginUsingPOST ¶ added in v1.21.1
func (a *PluginPublishControllerApiService) PublishPluginUsingPOST(ctx context.Context, plugin *os.File, pluginId string, pluginInfo interface{}, pluginVersion string) (*http.Response, error)
PluginPublishControllerApiService Publish a plugin binary and the plugin info metadata.
- @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param plugin plugin
- @param pluginId pluginId
- @param pluginInfo pluginInfo
- @param pluginVersion pluginVersion
type PluginsInstalledControllerApiGetInstalledPluginsUsingGETOpts ¶ added in v1.21.1
type PluginsInstalledControllerApiService ¶ added in v1.21.1
type PluginsInstalledControllerApiService service
func (*PluginsInstalledControllerApiService) GetInstalledPluginsUsingGET ¶ added in v1.21.1
func (a *PluginsInstalledControllerApiService) GetInstalledPluginsUsingGET(ctx context.Context, localVarOptionals *PluginsInstalledControllerApiGetInstalledPluginsUsingGETOpts) (map[string][]SpinnakerPluginDescriptor, *http.Response, error)
type ProjectControllerApiAllPipelinesForProjectUsingGETOpts ¶ added in v1.21.1
type ProjectControllerApiGetClustersUsingGET3Opts ¶ added in v1.21.1
type ProjectControllerApiService ¶
type ProjectControllerApiService service
func (*ProjectControllerApiService) AllPipelinesForProjectUsingGET ¶
func (a *ProjectControllerApiService) AllPipelinesForProjectUsingGET(ctx context.Context, id string, localVarOptionals *ProjectControllerApiAllPipelinesForProjectUsingGETOpts) ([]interface{}, *http.Response, error)
func (*ProjectControllerApiService) AllUsingGET3 ¶ added in v1.21.1
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 ¶ added in v1.21.1
func (a *ProjectControllerApiService) GetClustersUsingGET3(ctx context.Context, id string, localVarOptionals *ProjectControllerApiGetClustersUsingGET3Opts) ([]interface{}, *http.Response, error)
func (*ProjectControllerApiService) GetUsingGET1 ¶ added in v1.21.1
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 ¶ added in v0.4.0
type PubsubSubscriptionControllerApiService service
func (*PubsubSubscriptionControllerApiService) AllUsingGET4 ¶ added in v1.21.1
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 RawResourceControllerApiService ¶ added in v1.21.1
type RawResourceControllerApiService service
func (*RawResourceControllerApiService) GetApplicationRawResourcesUsingGET ¶ added in v1.21.1
func (a *RawResourceControllerApiService) GetApplicationRawResourcesUsingGET(ctx context.Context, application string) ([]interface{}, *http.Response, error)
RawResourceControllerApiService Retrieve a list of raw resources for a given 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 RemoteExtensionConfig ¶ added in v1.21.1
type RemoteExtensionConfig struct {
Config *interface{} `json:"config,omitempty"`
Id string `json:"id,omitempty"`
Transport *RemoteExtensionTransportConfig `json:"transport,omitempty"`
Type_ string `json:"type,omitempty"`
}
type RemoteExtensionTransportConfig ¶ added in v1.21.1
type RemoteExtensionTransportConfig struct {
Http *Http `json:"http,omitempty"`
}
type ReorderPipelinesCommand ¶ added in v1.21.1
type ReorderPipelinesControllerApiService ¶ added in v1.21.1
type ReorderPipelinesControllerApiService service
func (*ReorderPipelinesControllerApiService) ReorderPipelinesUsingPOST ¶ added in v1.21.1
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 Resource ¶ added in v1.21.1
type Resource struct {
Description string `json:"description,omitempty"`
File **os.File `json:"file,omitempty"`
Filename string `json:"filename,omitempty"`
InputStream *InputStream `json:"inputStream,omitempty"`
Open bool `json:"open,omitempty"`
Readable bool `json:"readable,omitempty"`
Uri *Uri `json:"uri,omitempty"`
Url *Url `json:"url,omitempty"`
}
type ResponseEntity ¶
type RetryVerificationRequest ¶ added in v1.22.0
type SearchControllerApiSearchUsingGETOpts ¶ added in v1.21.1
type SearchControllerApiService ¶
type SearchControllerApiService service
func (*SearchControllerApiService) SearchUsingGET ¶
func (a *SearchControllerApiService) SearchUsingGET(ctx context.Context, type_ string, localVarOptionals *SearchControllerApiSearchUsingGETOpts) ([]interface{}, *http.Response, error)
type SecurityGroupControllerApiAllByAccountUsingGET1Opts ¶ added in v1.21.1
type SecurityGroupControllerApiAllUsingGET5Opts ¶ added in v1.21.1
type SecurityGroupControllerApiGetSecurityGroupUsingGET1Opts ¶ added in v1.21.1
type SecurityGroupControllerApiService ¶
type SecurityGroupControllerApiService service
func (*SecurityGroupControllerApiService) AllByAccountUsingGET1 ¶
func (a *SecurityGroupControllerApiService) AllByAccountUsingGET1(ctx context.Context, account string, localVarOptionals *SecurityGroupControllerApiAllByAccountUsingGET1Opts) (interface{}, *http.Response, error)
func (*SecurityGroupControllerApiService) AllUsingGET5 ¶ added in v1.21.1
func (a *SecurityGroupControllerApiService) AllUsingGET5(ctx context.Context, localVarOptionals *SecurityGroupControllerApiAllUsingGET5Opts) (interface{}, *http.Response, error)
func (*SecurityGroupControllerApiService) GetSecurityGroupUsingGET1 ¶
func (a *SecurityGroupControllerApiService) GetSecurityGroupUsingGET1(ctx context.Context, account string, name string, region string, localVarOptionals *SecurityGroupControllerApiGetSecurityGroupUsingGET1Opts) (interface{}, *http.Response, error)
type ServerGroupControllerApiGetServerGroupDetailsUsingGETOpts ¶ added in v1.21.1
type ServerGroupControllerApiGetServerGroupsForApplicationUsingGETOpts ¶ added in v1.21.1
type ServerGroupControllerApiService ¶
type ServerGroupControllerApiService service
func (*ServerGroupControllerApiService) GetServerGroupDetailsUsingGET ¶
func (*ServerGroupControllerApiService) GetServerGroupsForApplicationUsingGET ¶
func (a *ServerGroupControllerApiService) GetServerGroupsForApplicationUsingGET(ctx context.Context, applicationName string, localVarOptionals *ServerGroupControllerApiGetServerGroupsForApplicationUsingGETOpts) ([]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 SnapshotControllerApiGetSnapshotHistoryUsingGETOpts ¶ added in v1.21.1
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 *SnapshotControllerApiGetSnapshotHistoryUsingGETOpts) ([]interface{}, *http.Response, error)
type SpinnakerPluginDescriptor ¶ added in v1.21.1
type SpinnakerPluginDescriptor struct {
Dependencies []PluginDependency `json:"dependencies,omitempty"`
License string `json:"license,omitempty"`
PluginClass string `json:"pluginClass,omitempty"`
PluginDescription string `json:"pluginDescription,omitempty"`
PluginId string `json:"pluginId,omitempty"`
Provider string `json:"provider,omitempty"`
Requires string `json:"requires,omitempty"`
Unsafe bool `json:"unsafe"`
Version string `json:"version,omitempty"`
}
type SpinnakerPluginInfo ¶ added in v1.21.1
type SpinnakerPluginInfo struct {
Description string `json:"description,omitempty"`
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
ProjectUrl string `json:"projectUrl,omitempty"`
Provider string `json:"provider,omitempty"`
Releases []SpinnakerPluginRelease `json:"releases"`
RepositoryId string `json:"repositoryId,omitempty"`
}
type SpinnakerPluginRelease ¶ added in v1.21.1
type SpinnakerPluginRelease struct {
Date time.Time `json:"date,omitempty"`
Preferred bool `json:"preferred,omitempty"`
RemoteExtensions []RemoteExtensionConfig `json:"remoteExtensions,omitempty"`
Requires string `json:"requires,omitempty"`
Sha512sum string `json:"sha512sum,omitempty"`
Url string `json:"url,omitempty"`
Version string `json:"version,omitempty"`
}
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 TaskControllerApiGetTaskDetailsUsingGET1Opts ¶ added in v1.21.1
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 *TaskControllerApiGetTaskDetailsUsingGET1Opts) (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 Uri ¶ added in v1.21.1
type Uri struct {
Absolute bool `json:"absolute,omitempty"`
Authority string `json:"authority,omitempty"`
Fragment string `json:"fragment,omitempty"`
Host string `json:"host,omitempty"`
Opaque bool `json:"opaque,omitempty"`
Path string `json:"path,omitempty"`
Port int32 `json:"port,omitempty"`
Query string `json:"query,omitempty"`
RawAuthority string `json:"rawAuthority,omitempty"`
RawFragment string `json:"rawFragment,omitempty"`
RawPath string `json:"rawPath,omitempty"`
RawQuery string `json:"rawQuery,omitempty"`
RawSchemeSpecificPart string `json:"rawSchemeSpecificPart,omitempty"`
RawUserInfo string `json:"rawUserInfo,omitempty"`
Scheme string `json:"scheme,omitempty"`
SchemeSpecificPart string `json:"schemeSpecificPart,omitempty"`
UserInfo string `json:"userInfo,omitempty"`
}
type Url ¶ added in v1.21.1
type Url struct {
Authority string `json:"authority,omitempty"`
Content *interface{} `json:"content,omitempty"`
DefaultPort int32 `json:"defaultPort,omitempty"`
DeserializedFields *UrlStreamHandler `json:"deserializedFields,omitempty"`
File string `json:"file,omitempty"`
Host string `json:"host,omitempty"`
Path string `json:"path,omitempty"`
Port int32 `json:"port,omitempty"`
Protocol string `json:"protocol,omitempty"`
Query string `json:"query,omitempty"`
Ref string `json:"ref,omitempty"`
SerializedHashCode int32 `json:"serializedHashCode,omitempty"`
UserInfo string `json:"userInfo,omitempty"`
}
type UrlStreamHandler ¶ added in v1.21.1
type UrlStreamHandler struct {
}
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 V2CanaryConfigControllerApiCreateCanaryConfigUsingPOSTOpts ¶ added in v1.21.1
type V2CanaryConfigControllerApiDeleteCanaryConfigUsingDELETEOpts ¶ added in v1.21.1
type V2CanaryConfigControllerApiGetCanaryConfigUsingGETOpts ¶ added in v1.21.1
type V2CanaryConfigControllerApiGetCanaryConfigsUsingGETOpts ¶ added in v1.21.1
type V2CanaryConfigControllerApiService ¶ added in v1.21.1
type V2CanaryConfigControllerApiService service
func (*V2CanaryConfigControllerApiService) CreateCanaryConfigUsingPOST ¶ added in v1.21.1
func (a *V2CanaryConfigControllerApiService) CreateCanaryConfigUsingPOST(ctx context.Context, config interface{}, localVarOptionals *V2CanaryConfigControllerApiCreateCanaryConfigUsingPOSTOpts) (interface{}, *http.Response, error)
func (*V2CanaryConfigControllerApiService) DeleteCanaryConfigUsingDELETE ¶ added in v1.21.1
func (a *V2CanaryConfigControllerApiService) DeleteCanaryConfigUsingDELETE(ctx context.Context, id string, localVarOptionals *V2CanaryConfigControllerApiDeleteCanaryConfigUsingDELETEOpts) (*http.Response, error)
func (*V2CanaryConfigControllerApiService) GetCanaryConfigUsingGET ¶ added in v1.21.1
func (a *V2CanaryConfigControllerApiService) GetCanaryConfigUsingGET(ctx context.Context, id string, localVarOptionals *V2CanaryConfigControllerApiGetCanaryConfigUsingGETOpts) (interface{}, *http.Response, error)
func (*V2CanaryConfigControllerApiService) GetCanaryConfigsUsingGET ¶ added in v1.21.1
func (a *V2CanaryConfigControllerApiService) GetCanaryConfigsUsingGET(ctx context.Context, localVarOptionals *V2CanaryConfigControllerApiGetCanaryConfigsUsingGETOpts) ([]interface{}, *http.Response, error)
func (*V2CanaryConfigControllerApiService) UpdateCanaryConfigUsingPUT ¶ added in v1.21.1
func (a *V2CanaryConfigControllerApiService) UpdateCanaryConfigUsingPUT(ctx context.Context, config interface{}, id string, localVarOptionals *V2CanaryConfigControllerApiUpdateCanaryConfigUsingPUTOpts) (interface{}, *http.Response, error)
type V2CanaryConfigControllerApiUpdateCanaryConfigUsingPUTOpts ¶ added in v1.21.1
type V2CanaryControllerApiGetCanaryResultUsingGET1Opts ¶ added in v1.21.1
type V2CanaryControllerApiGetCanaryResultUsingGETOpts ¶ added in v1.21.1
type V2CanaryControllerApiGetCanaryResultsByApplicationUsingGETOpts ¶ added in v1.21.1
type V2CanaryControllerApiGetMetricSetPairListUsingGETOpts ¶ added in v1.21.1
type V2CanaryControllerApiInitiateCanaryUsingPOSTOpts ¶ added in v1.21.1
type V2CanaryControllerApiInitiateCanaryWithConfigUsingPOSTOpts ¶ added in v1.21.1
type V2CanaryControllerApiListMetricsServiceMetadataUsingGETOpts ¶ added in v1.21.1
type V2CanaryControllerApiService ¶ added in v1.21.1
type V2CanaryControllerApiService service
func (*V2CanaryControllerApiService) GetCanaryResultUsingGET ¶ added in v1.21.1
func (a *V2CanaryControllerApiService) GetCanaryResultUsingGET(ctx context.Context, canaryConfigId string, canaryExecutionId string, localVarOptionals *V2CanaryControllerApiGetCanaryResultUsingGETOpts) (interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) GetCanaryResultUsingGET1 ¶ added in v1.21.1
func (a *V2CanaryControllerApiService) GetCanaryResultUsingGET1(ctx context.Context, canaryExecutionId string, localVarOptionals *V2CanaryControllerApiGetCanaryResultUsingGET1Opts) (interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) GetCanaryResultsByApplicationUsingGET ¶ added in v1.21.1
func (a *V2CanaryControllerApiService) GetCanaryResultsByApplicationUsingGET(ctx context.Context, application string, limit int32, localVarOptionals *V2CanaryControllerApiGetCanaryResultsByApplicationUsingGETOpts) ([]interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) GetMetricSetPairListUsingGET ¶ added in v1.21.1
func (a *V2CanaryControllerApiService) GetMetricSetPairListUsingGET(ctx context.Context, metricSetPairListId string, localVarOptionals *V2CanaryControllerApiGetMetricSetPairListUsingGETOpts) ([]interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) InitiateCanaryUsingPOST ¶ added in v1.21.1
func (a *V2CanaryControllerApiService) InitiateCanaryUsingPOST(ctx context.Context, canaryConfigId string, executionRequest interface{}, localVarOptionals *V2CanaryControllerApiInitiateCanaryUsingPOSTOpts) (interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) InitiateCanaryWithConfigUsingPOST ¶ added in v1.21.1
func (a *V2CanaryControllerApiService) InitiateCanaryWithConfigUsingPOST(ctx context.Context, adhocExecutionRequest interface{}, localVarOptionals *V2CanaryControllerApiInitiateCanaryWithConfigUsingPOSTOpts) (interface{}, *http.Response, error)
func (*V2CanaryControllerApiService) ListCredentialsUsingGET ¶ added in v1.21.1
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 ¶ added in v1.21.1
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 ¶ added in v1.21.1
func (a *V2CanaryControllerApiService) ListMetricsServiceMetadataUsingGET(ctx context.Context, localVarOptionals *V2CanaryControllerApiListMetricsServiceMetadataUsingGETOpts) ([]interface{}, *http.Response, error)
type V2PipelineTemplatesControllerApiCreateUsingPOST1Opts ¶ added in v1.21.1
type V2PipelineTemplatesControllerApiDeleteUsingDELETE1Opts ¶ added in v1.21.1
type V2PipelineTemplatesControllerApiGetUsingGET2Opts ¶ added in v1.21.1
type V2PipelineTemplatesControllerApiListUsingGET1Opts ¶ added in v1.21.1
type V2PipelineTemplatesControllerApiListVersionsUsingGETOpts ¶ added in v1.21.1
type V2PipelineTemplatesControllerApiService ¶ added in v0.4.0
type V2PipelineTemplatesControllerApiService service
func (*V2PipelineTemplatesControllerApiService) CreateUsingPOST1 ¶ added in v0.4.0
func (a *V2PipelineTemplatesControllerApiService) CreateUsingPOST1(ctx context.Context, pipelineTemplate interface{}, localVarOptionals *V2PipelineTemplatesControllerApiCreateUsingPOST1Opts) (map[string]interface{}, *http.Response, error)
func (*V2PipelineTemplatesControllerApiService) DeleteUsingDELETE1 ¶ added in v0.4.0
func (a *V2PipelineTemplatesControllerApiService) DeleteUsingDELETE1(ctx context.Context, id string, localVarOptionals *V2PipelineTemplatesControllerApiDeleteUsingDELETE1Opts) (map[string]interface{}, *http.Response, error)
func (*V2PipelineTemplatesControllerApiService) GetUsingGET2 ¶ added in v1.21.1
func (a *V2PipelineTemplatesControllerApiService) GetUsingGET2(ctx context.Context, id string, localVarOptionals *V2PipelineTemplatesControllerApiGetUsingGET2Opts) (map[string]interface{}, *http.Response, error)
func (*V2PipelineTemplatesControllerApiService) ListPipelineTemplateDependentsUsingGET1 ¶ added in v0.4.0
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 ¶ added in v0.4.0
func (a *V2PipelineTemplatesControllerApiService) ListUsingGET1(ctx context.Context, localVarOptionals *V2PipelineTemplatesControllerApiListUsingGET1Opts) ([]interface{}, *http.Response, error)
func (*V2PipelineTemplatesControllerApiService) ListVersionsUsingGET ¶ added in v1.21.1
func (a *V2PipelineTemplatesControllerApiService) ListVersionsUsingGET(ctx context.Context, localVarOptionals *V2PipelineTemplatesControllerApiListVersionsUsingGETOpts) (interface{}, *http.Response, error)
func (*V2PipelineTemplatesControllerApiService) PlanUsingPOST ¶ added in v0.4.0
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 ¶ added in v0.4.0
func (a *V2PipelineTemplatesControllerApiService) UpdateUsingPOST1(ctx context.Context, id string, pipelineTemplate interface{}, localVarOptionals *V2PipelineTemplatesControllerApiUpdateUsingPOST1Opts) (map[string]interface{}, *http.Response, error)
type V2PipelineTemplatesControllerApiUpdateUsingPOST1Opts ¶ added in v1.21.1
type VersionControllerApiService ¶ added in v0.4.0
type VersionControllerApiService service
func (*VersionControllerApiService) GetVersionUsingGET ¶ added in v0.4.0
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 *WebhookControllerApiWebhooksUsingPOSTOpts) (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_deck_plugins_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_plugin_info_controller.go
- api_plugin_publish_controller.go
- api_plugins_installed_controller.go
- api_project_controller.go
- api_pubsub_subscription_controller.go
- api_raw_resource_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_definition.go
- model_account_details.go
- model_constraint_state.go
- model_constraint_status.go
- model_deck_plugin_version.go
- model_delivery_config.go
- model_environment.go
- model_environment_artifact_pin.go
- model_environment_artifact_veto.go
- model_file.go
- model_granted_authority.go
- model_graph_ql_request.go
- model_hash_mapstringobject.go
- model_headers.go
- model_http.go
- model_http_entity.go
- model_input_stream.go
- model_mapstringobject.go
- model_mapstringstring.go
- model_notification.go
- model_override_verification_request.go
- model_pipeline_template_dependent.go
- model_plugin_dependency.go
- model_remote_extension_config.go
- model_remote_extension_transport_config.go
- model_reorder_pipelines_command.go
- model_resource.go
- model_response_entity.go
- model_retry_verification_request.go
- model_spinnaker_plugin_descriptor.go
- model_spinnaker_plugin_info.go
- model_spinnaker_plugin_release.go
- model_uri.go
- model_url.go
- model_url_stream_handler.go
- model_user.go
- model_version.go
- response.go