| Modifier and Type | Method and Description |
|---|---|
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.clear() |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.clearLocalhostProfile()
localhostProfile indicates a profile defined in a file on the node should be used.
|
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.clearType()
type indicates which kind of seccomp profile will be applied.
|
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.clone() |
V1.SeccompProfile.Builder |
V1.PodSecurityContext.Builder.getSeccompProfileBuilder()
The seccomp options to use by the containers in this pod.
|
V1.SeccompProfile.Builder |
V1.SecurityContext.Builder.getSeccompProfileBuilder()
The seccomp options to use by this container.
|
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.mergeFrom(V1.SeccompProfile other) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.SeccompProfile.Builder |
V1.SeccompProfile.newBuilder() |
static V1.SeccompProfile.Builder |
V1.SeccompProfile.newBuilder(V1.SeccompProfile prototype) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.newBuilderForType() |
protected V1.SeccompProfile.Builder |
V1.SeccompProfile.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.setLocalhostProfile(String value)
localhostProfile indicates a profile defined in a file on the node should be used.
|
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.setLocalhostProfileBytes(com.google.protobuf.ByteString value)
localhostProfile indicates a profile defined in a file on the node should be used.
|
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.setType(String value)
type indicates which kind of seccomp profile will be applied.
|
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.setTypeBytes(com.google.protobuf.ByteString value)
type indicates which kind of seccomp profile will be applied.
|
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.SeccompProfile.Builder |
V1.SeccompProfile.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.PodSecurityContext.Builder |
V1.PodSecurityContext.Builder.setSeccompProfile(V1.SeccompProfile.Builder builderForValue)
The seccomp options to use by the containers in this pod.
|
V1.SecurityContext.Builder |
V1.SecurityContext.Builder.setSeccompProfile(V1.SeccompProfile.Builder builderForValue)
The seccomp options to use by this container.
|
Copyright © 2023. All rights reserved.