Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.04 KB

File metadata and controls

20 lines (15 loc) · 1.04 KB

HelmRepositoryResponse

Properties

Name Type Description Notes
id uuid::Uuid [readonly]
created_at String [readonly]
updated_at Option<String> [optional][readonly]
name String
kind Option<models::HelmRepositoryKindEnum> [optional]
description Option<String> [optional]
url Option<String> URL of the helm repository [optional]
skip_tls_verification Option<bool> Bypass tls certificate verification when connecting to repository [optional]
associated_services_count Option<i32> The number of services using this helm repository [optional]
config Option<models::HelmRepositoryResponseAllOfConfig> [optional]

[Back to Model list] [Back to API list] [Back to README]