Uses of Class
pb.Ops.ExecOp.Builder
Packages that use Ops.ExecOp.Builder
-
Uses of Ops.ExecOp.Builder in pb
Subclasses with type arguments of type Ops.ExecOp.Builder in pbModifier and TypeClassDescriptionstatic final class
ExecOp executes a command in a container.Methods in pb that return Ops.ExecOp.BuilderModifier and TypeMethodDescriptionOps.ExecOp.Builder.addAllCdiDevices
(Iterable<? extends Ops.CDIDevice> values) repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.Builder.addAllMounts
(Iterable<? extends Ops.Mount> values) repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.addAllSecretenv
(Iterable<? extends Ops.SecretEnv> values) repeated .pb.SecretEnv secretenv = 5;
Ops.ExecOp.Builder.addCdiDevices
(int index, Ops.CDIDevice value) repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.Builder.addCdiDevices
(int index, Ops.CDIDevice.Builder builderForValue) repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.Builder.addCdiDevices
(Ops.CDIDevice value) repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.Builder.addCdiDevices
(Ops.CDIDevice.Builder builderForValue) repeated .pb.CDIDevice cdiDevices = 6;
repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.addMounts
(int index, Ops.Mount.Builder builderForValue) repeated .pb.Mount mounts = 2;
repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.addMounts
(Ops.Mount.Builder builderForValue) repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.addSecretenv
(int index, Ops.SecretEnv value) repeated .pb.SecretEnv secretenv = 5;
Ops.ExecOp.Builder.addSecretenv
(int index, Ops.SecretEnv.Builder builderForValue) repeated .pb.SecretEnv secretenv = 5;
Ops.ExecOp.Builder.addSecretenv
(Ops.SecretEnv value) repeated .pb.SecretEnv secretenv = 5;
Ops.ExecOp.Builder.addSecretenv
(Ops.SecretEnv.Builder builderForValue) repeated .pb.SecretEnv secretenv = 5;
Ops.ExecOp.Builder.clear()
Ops.ExecOp.Builder.clearCdiDevices()
repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.Builder.clearMeta()
.pb.Meta meta = 1;
Ops.ExecOp.Builder.clearMounts()
repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.clearNetwork()
.pb.NetMode network = 3;
Ops.ExecOp.Builder.clearSecretenv()
repeated .pb.SecretEnv secretenv = 5;
Ops.ExecOp.Builder.clearSecurity()
.pb.SecurityMode security = 4;
Ops.Op.Builder.getExecBuilder()
.pb.ExecOp exec = 2;
Ops.ExecOp.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.ExecOp.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.ExecOp.Builder.mergeFrom
(Ops.ExecOp other) .pb.Meta meta = 1;
static Ops.ExecOp.Builder
Ops.ExecOp.newBuilder()
static Ops.ExecOp.Builder
Ops.ExecOp.newBuilder
(Ops.ExecOp prototype) Ops.ExecOp.newBuilderForType()
protected Ops.ExecOp.Builder
Ops.ExecOp.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.ExecOp.Builder.removeCdiDevices
(int index) repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.Builder.removeMounts
(int index) repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.removeSecretenv
(int index) repeated .pb.SecretEnv secretenv = 5;
Ops.ExecOp.Builder.setCdiDevices
(int index, Ops.CDIDevice value) repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.Builder.setCdiDevices
(int index, Ops.CDIDevice.Builder builderForValue) repeated .pb.CDIDevice cdiDevices = 6;
.pb.Meta meta = 1;
Ops.ExecOp.Builder.setMeta
(Ops.Meta.Builder builderForValue) .pb.Meta meta = 1;
repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.setMounts
(int index, Ops.Mount.Builder builderForValue) repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.setNetwork
(Ops.NetMode value) .pb.NetMode network = 3;
Ops.ExecOp.Builder.setNetworkValue
(int value) .pb.NetMode network = 3;
Ops.ExecOp.Builder.setSecretenv
(int index, Ops.SecretEnv value) repeated .pb.SecretEnv secretenv = 5;
Ops.ExecOp.Builder.setSecretenv
(int index, Ops.SecretEnv.Builder builderForValue) repeated .pb.SecretEnv secretenv = 5;
Ops.ExecOp.Builder.setSecurity
(Ops.SecurityMode value) .pb.SecurityMode security = 4;
Ops.ExecOp.Builder.setSecurityValue
(int value) .pb.SecurityMode security = 4;
Ops.ExecOp.toBuilder()
Methods in pb with parameters of type Ops.ExecOp.BuilderModifier and TypeMethodDescriptionOps.Op.Builder.setExec
(Ops.ExecOp.Builder builderForValue) .pb.ExecOp exec = 2;