Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChartValues ¶ added in v0.8.1
func IsChartDirectory ¶ added in v0.8.1
IsChartDirectory evaluates, if the given directory can be seen as helm chart directory
func NewHelmStructureExists ¶
func NewHelmStructureExists(baseDir string) tractusx.QualityGuideline
func NewResourceMgmt ¶ added in v0.7.0
func NewResourceMgmt(baseDir string) tractusx.QualityGuideline
Types ¶
type HelmStructureExists ¶
type HelmStructureExists struct {
// contains filtered or unexported fields
}
func (*HelmStructureExists) Description ¶
func (r *HelmStructureExists) Description() string
func (*HelmStructureExists) ExternalDescription ¶
func (r *HelmStructureExists) ExternalDescription() string
func (*HelmStructureExists) IsOptional ¶
func (r *HelmStructureExists) IsOptional() bool
func (*HelmStructureExists) Name ¶
func (r *HelmStructureExists) Name() string
func (*HelmStructureExists) Test ¶
func (r *HelmStructureExists) Test() *tractusx.QualityResult
type ResourceMgmt ¶ added in v0.7.0
type ResourceMgmt struct {
// contains filtered or unexported fields
}
func (*ResourceMgmt) Description ¶ added in v0.7.0
func (r *ResourceMgmt) Description() string
func (*ResourceMgmt) ExternalDescription ¶ added in v0.7.0
func (r *ResourceMgmt) ExternalDescription() string
func (*ResourceMgmt) IsOptional ¶ added in v0.7.0
func (r *ResourceMgmt) IsOptional() bool
func (*ResourceMgmt) Name ¶ added in v0.7.0
func (r *ResourceMgmt) Name() string
func (*ResourceMgmt) Test ¶ added in v0.7.0
func (r *ResourceMgmt) Test() *tractusx.QualityResult
Click to show internal directories.
Click to hide internal directories.