Searched refs:StageAttr (Results 1 – 1 of 1) sorted by relevance
6878 type StageAttr func(optionalAttr) type6887 func StageCapacity(value int64) StageAttr {6900 func StageMemoryLimit(value int64) StageAttr {6911 func StageContainer(value string) StageAttr {6921 func StageSharedName(value string) StageAttr {6937 func Stage(scope *Scope, values []tf.Output, optional ...StageAttr) (o *tf.Operation) { argument