Uses of Interface
pb.Ops.MountOrBuilder
Packages that use Ops.MountOrBuilder
-
Uses of Ops.MountOrBuilder in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Ops.MountOrBuilderModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.getMountsOrBuilder
(int index) For mount input values we can use random identifiers passed with refGateway.NewContainerRequest.getMountsOrBuilder
(int index) For mount input values we can use random identifiers passed with refGateway.NewContainerRequestOrBuilder.getMountsOrBuilder
(int index) For mount input values we can use random identifiers passed with refMethods in moby.buildkit.v1.frontend that return types with arguments of type Ops.MountOrBuilderModifier and TypeMethodDescriptionList
<? extends Ops.MountOrBuilder> Gateway.NewContainerRequest.Builder.getMountsOrBuilderList()
For mount input values we can use random identifiers passed with refList
<? extends Ops.MountOrBuilder> Gateway.NewContainerRequest.getMountsOrBuilderList()
For mount input values we can use random identifiers passed with refList
<? extends Ops.MountOrBuilder> Gateway.NewContainerRequestOrBuilder.getMountsOrBuilderList()
For mount input values we can use random identifiers passed with ref -
Uses of Ops.MountOrBuilder in pb
Classes in pb that implement Ops.MountOrBuilderModifier and TypeClassDescriptionstatic final class
Mount specifies how to mount an input Op as a filesystem.static final class
Mount specifies how to mount an input Op as a filesystem.Methods in pb that return Ops.MountOrBuilderModifier and TypeMethodDescriptionOps.ExecOp.Builder.getMountsOrBuilder
(int index) repeated .pb.Mount mounts = 2;
Ops.ExecOp.getMountsOrBuilder
(int index) repeated .pb.Mount mounts = 2;
Ops.ExecOpOrBuilder.getMountsOrBuilder
(int index) repeated .pb.Mount mounts = 2;
Methods in pb that return types with arguments of type Ops.MountOrBuilderModifier and TypeMethodDescriptionList
<? extends Ops.MountOrBuilder> Ops.ExecOp.Builder.getMountsOrBuilderList()
repeated .pb.Mount mounts = 2;
List
<? extends Ops.MountOrBuilder> Ops.ExecOp.getMountsOrBuilderList()
repeated .pb.Mount mounts = 2;
List
<? extends Ops.MountOrBuilder> Ops.ExecOpOrBuilder.getMountsOrBuilderList()
repeated .pb.Mount mounts = 2;