Searched refs:StageAttr (Results 1 – 1 of 1) sorted by relevance
6036 type StageAttr func(optionalAttr) type6045 func StageCapacity(value int64) StageAttr {6058 func StageMemoryLimit(value int64) StageAttr {6069 func StageContainer(value string) StageAttr {6079 func StageSharedName(value string) StageAttr {6095 func Stage(scope *Scope, values []tf.Output, optional ...StageAttr) (o *tf.Operation) { argument