class CnfTestSuiteYmlType
- CnfTestSuiteYmlType
- Reference
- Object
Overview
https://crystal-lang.org/api/0.34.0/JSON/Serializable.html
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Defined in:
tasks/utils/types/cnf_testsuite_yml_type.crConstructors
Instance Method Summary
- #allowlist_helm_chart_container_names : Array(String) | Nil
- #allowlist_helm_chart_container_names=(allowlist_helm_chart_container_names : Array(String) | Nil)
- #helm_chart : String | Nil
- #helm_chart=(helm_chart : String | Nil)
- #helm_directory : String | Nil
- #helm_directory=(helm_directory : String | Nil)
- #helm_install_namespace : String | Nil
- #helm_install_namespace=(helm_install_namespace : String | Nil)
- #helm_repository : HelmRepositoryType | Nil
- #helm_repository=(helm_repository : HelmRepositoryType | Nil)
- #release_name : String | Nil
- #release_name=(release_name : String | Nil)
- #rollback_from_tag : String | Nil
- #rollback_from_tag=(rollback_from_tag : String | Nil)
- #service_name : String | Nil
- #service_name=(service_name : String | Nil)
Macro Summary
Constructor Detail
Instance Method Detail
def allowlist_helm_chart_container_names=(allowlist_helm_chart_container_names : Array(String) | Nil)
#