Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 688 Bytes

AddOnSubOperator.md

File metadata and controls

13 lines (9 loc) · 688 Bytes

AddOnSubOperator

Representation of an add-on sub operator. A sub operator is an operator who's life cycle is controlled by the add-on umbrella operator.

Properties

Name Type Description Notes
enabled bool Indicates if the sub operator is enabled for the add-on [optional]
operator_name str Name of the add-on sub operator [optional]
operator_namespace str Namespace of the add-on sub operator [optional]

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