Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.0
golang.org/x/crypto v0.41.0
golang.org/x/text v0.28.0
gopkg.in/validator.v2 v2.0.1
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -35,9 +37,7 @@ require (
golang.org/x/net v0.43.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
google.golang.org/grpc v1.75.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
10 changes: 6 additions & 4 deletions v1/providers/launchpad/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
SPEC_VERSION ?= v2.36.1
SPEC_FILE ?= /local/swagger-${SPEC_VERSION}.yaml
OUTPUT_DIR ?= launchpad
SPEC_VERSION ?= v2.39.5
SPEC_FILE ?= swagger-${SPEC_VERSION}.yaml
SPEC_FILE_FINAL ?= swagger-${SPEC_VERSION}.final.yaml
OUTPUT_DIR ?= launchpad
# To understand disallowAdditionalPropertiesIfNotPresent=false
# Check out https://openapi-generator.tech/docs/generators/go/#config-options
generate-launchpad-client:
go run ./scripts/finalize-swagger ${SPEC_FILE} ${SPEC_FILE_FINAL}
rm -rf gen/${OUTPUT_DIR}
mkdir -p gen/${OUTPUT_DIR}
docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli:v7.8.0 generate \
--additional-properties disallowAdditionalPropertiesIfNotPresent=false \
-i ${SPEC_FILE} \
-i /local/${SPEC_FILE_FINAL} \
-g go \
--git-user-id brevdev \
--git-repo-id cloud \
Expand Down
35 changes: 31 additions & 4 deletions v1/providers/launchpad/gen/launchpad/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ api_catalog_experiences.go
api_catalog_gpu_os_choices.go
api_catalog_instance_types.go
api_catalog_persona_choices.go
api_catalog_runtimes.go
api_health.go
api_identity_profile.go
api_inventory_clusters.go
api_inventory_gpus.go
Expand All @@ -17,6 +19,7 @@ api_inventory_locations.go
api_inventory_nodes.go
api_inventory_oems.go
api_inventory_providers.go
api_version.go
client.go
configuration.go
docs/AuthAPI.md
Expand All @@ -29,23 +32,23 @@ docs/CatalogExperiencesAPI.md
docs/CatalogGpuOsChoicesAPI.md
docs/CatalogInstanceTypesAPI.md
docs/CatalogPersonaChoicesAPI.md
docs/CatalogRuntimesAPI.md
docs/CategoryEnum.md
docs/Cluster.md
docs/ClusterBulkUpdate.md
docs/ClusterDeployment.md
docs/ClusterGpusInner.md
docs/ClusterInstancesInner.md
docs/ClusterNodesInner.md
docs/ClusterPipelineTrigger.md
docs/CpuManufacturerEnum.md
docs/Deployment.md
docs/DeploymentBulkUpdate.md
docs/DeploymentCluster.md
docs/DeploymentExperience.md
docs/DeploymentInstance.md
docs/DeploymentKey.md
docs/DeploymentNote.md
docs/DeploymentPipeline.md
docs/DeploymentPipelineActionEnum.md
docs/DeploymentService.md
docs/DeploymentState.md
docs/DeploymentTask.md
Expand All @@ -56,11 +59,15 @@ docs/Experience.md
docs/ExperienceBulk.md
docs/ExperienceBulkUpdate.md
docs/ExperienceNote.md
docs/ExperienceNoteExperience.md
docs/FcPlatformEnum.md
docs/Gpu.md
docs/GpuBulkUpdate.md
docs/GpuOs.md
docs/GpuOsChoice.md
docs/HealthAPI.md
docs/HealthRetrieve200Response.md
docs/HealthRetrieve200ResponseComponents.md
docs/IdentityProfileAPI.md
docs/Instance.md
docs/InstanceBulkUpdate.md
Expand Down Expand Up @@ -90,6 +97,8 @@ docs/NodeBulkUpdate.md
docs/NodeLocation.md
docs/NodeStorage.md
docs/OEM.md
docs/OnDemandSpeedEnum.md
docs/Overrides.md
docs/PaginatedClusterList.md
docs/PaginatedDeploymentInstanceList.md
docs/PaginatedDeploymentKeyList.md
Expand All @@ -110,20 +119,26 @@ docs/PaginatedNodeList.md
docs/PaginatedOEMList.md
docs/PaginatedPersonaChoiceList.md
docs/PaginatedProviderList.md
docs/PaginatedRuntimeList.md
docs/PasswordChange.md
docs/PersonaChoice.md
docs/PipelineAction.md
docs/PlatformEnum.md
docs/PreferredThemeEnum.md
docs/PriorityEnum.md
docs/Profile.md
docs/Provider.md
docs/ProviderBulkUpdate.md
docs/ProvisioningRequest.md
docs/ProvisioningStateEnum.md
docs/PublishedEnum.md
docs/Runtime.md
docs/StatusEnum.md
docs/SystemArchEnum.md
docs/Tenant.md
docs/TypeEnum.md
docs/VersionAPI.md
docs/VersionRetrieve200Response.md
docs/VgpuProfileEnum.md
git_push.sh
go.mod
Expand All @@ -139,16 +154,15 @@ model_cluster_deployment.go
model_cluster_gpus_inner.go
model_cluster_instances_inner.go
model_cluster_nodes_inner.go
model_cluster_pipeline_trigger.go
model_cpu_manufacturer_enum.go
model_deployment.go
model_deployment_bulk_update.go
model_deployment_cluster.go
model_deployment_experience.go
model_deployment_instance.go
model_deployment_key.go
model_deployment_note.go
model_deployment_pipeline.go
model_deployment_pipeline_action_enum.go
model_deployment_service.go
model_deployment_state.go
model_deployment_task.go
Expand All @@ -159,11 +173,14 @@ model_experience.go
model_experience_bulk.go
model_experience_bulk_update.go
model_experience_note.go
model_experience_note_experience.go
model_fc_platform_enum.go
model_gpu.go
model_gpu_bulk_update.go
model_gpu_os.go
model_gpu_os_choice.go
model_health_retrieve_200_response.go
model_health_retrieve_200_response_components.go
model_instance.go
model_instance_bulk_update.go
model_instance_state.go
Expand All @@ -185,6 +202,8 @@ model_node_bulk_update.go
model_node_location.go
model_node_storage.go
model_oem.go
model_on_demand_speed_enum.go
model_overrides.go
model_paginated_cluster_list.go
model_paginated_deployment_instance_list.go
model_paginated_deployment_key_list.go
Expand All @@ -205,20 +224,25 @@ model_paginated_node_list.go
model_paginated_oem_list.go
model_paginated_persona_choice_list.go
model_paginated_provider_list.go
model_paginated_runtime_list.go
model_password_change.go
model_persona_choice.go
model_pipeline_action.go
model_platform_enum.go
model_preferred_theme_enum.go
model_priority_enum.go
model_profile.go
model_provider.go
model_provider_bulk_update.go
model_provisioning_request.go
model_provisioning_state_enum.go
model_published_enum.go
model_runtime.go
model_status_enum.go
model_system_arch_enum.go
model_tenant.go
model_type_enum.go
model_version_retrieve_200_response.go
model_vgpu_profile_enum.go
response.go
test/api_auth_test.go
Expand All @@ -227,6 +251,8 @@ test/api_catalog_experiences_test.go
test/api_catalog_gpu_os_choices_test.go
test/api_catalog_instance_types_test.go
test/api_catalog_persona_choices_test.go
test/api_catalog_runtimes_test.go
test/api_health_test.go
test/api_identity_profile_test.go
test/api_inventory_clusters_test.go
test/api_inventory_gpus_test.go
Expand All @@ -235,4 +261,5 @@ test/api_inventory_locations_test.go
test/api_inventory_nodes_test.go
test/api_inventory_oems_test.go
test/api_inventory_providers_test.go
test/api_version_test.go
utils.go
Loading
Loading