Documentation ¶
Index ¶
- type CelConditionType
- type GcpConditionType
- type GoogleConditionMapper
- func (mapper *GoogleConditionMapper) MapConditionToProvider(condition conditions.ConditionInfo) (string, error)
- func (mapper *GoogleConditionMapper) MapFilter(ast parser.Expression) (string, error)
- func (mapper *GoogleConditionMapper) MapProviderToCondition(expression string) (conditions.ConditionInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CelConditionType ¶
type CelConditionType struct { Title string Description string Expression celv3.ExpressionFilter }
type GcpConditionType ¶
type GoogleConditionMapper ¶
type GoogleConditionMapper struct {
NameMapper *conditions.AttributeMap
}
func (*GoogleConditionMapper) MapConditionToProvider ¶
func (mapper *GoogleConditionMapper) MapConditionToProvider(condition conditions.ConditionInfo) (string, error)
func (*GoogleConditionMapper) MapFilter ¶
func (mapper *GoogleConditionMapper) MapFilter(ast parser.Expression) (string, error)
func (*GoogleConditionMapper) MapProviderToCondition ¶
func (mapper *GoogleConditionMapper) MapProviderToCondition(expression string) (conditions.ConditionInfo, error)
Click to show internal directories.
Click to hide internal directories.