| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.SeccompProfile> |
V1.SeccompProfile.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.SeccompProfile |
V1.SeccompProfile.Builder.build() |
V1.SeccompProfile |
V1.SeccompProfile.Builder.buildPartial() |
static V1.SeccompProfile |
V1.SeccompProfile.getDefaultInstance() |
V1.SeccompProfile |
V1.SeccompProfile.getDefaultInstanceForType() |
V1.SeccompProfile |
V1.SeccompProfile.Builder.getDefaultInstanceForType() |
V1.SeccompProfile |
V1.PodSecurityContextOrBuilder.getSeccompProfile()
The seccomp options to use by the containers in this pod.
|
V1.SeccompProfile |
V1.PodSecurityContext.getSeccompProfile()
The seccomp options to use by the containers in this pod.
|
V1.SeccompProfile |
V1.PodSecurityContext.Builder.getSeccompProfile()
The seccomp options to use by the containers in this pod.
|
V1.SeccompProfile |
V1.SecurityContextOrBuilder.getSeccompProfile()
The seccomp options to use by this container.
|
V1.SeccompProfile |
V1.SecurityContext.getSeccompProfile()
The seccomp options to use by this container.
|
V1.SeccompProfile |
V1.SecurityContext.Builder.getSeccompProfile()
The seccomp options to use by this container.
|
static V1.SeccompProfile |
V1.SeccompProfile.parseDelimitedFrom(InputStream input) |
static V1.SeccompProfile |
V1.SeccompProfile.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(byte[] data) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(ByteBuffer data) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(com.google.protobuf.ByteString data) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(InputStream input) |
static V1.SeccompProfile |
V1.SeccompProfile.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.SeccompProfile> |
V1.SeccompProfile.getParserForType() |
static com.google.protobuf.Parser<V1.SeccompProfile> |
V1.SeccompProfile.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.SeccompProfile.Builder |
V1.SeccompProfile.Builder.mergeFrom(V1.SeccompProfile other) |
V1.PodSecurityContext.Builder |
V1.PodSecurityContext.Builder.mergeSeccompProfile(V1.SeccompProfile value)
The seccomp options to use by the containers in this pod.
|
V1.SecurityContext.Builder |
V1.SecurityContext.Builder.mergeSeccompProfile(V1.SeccompProfile value)
The seccomp options to use by this container.
|
static V1.SeccompProfile.Builder |
V1.SeccompProfile.newBuilder(V1.SeccompProfile prototype) |
V1.PodSecurityContext.Builder |
V1.PodSecurityContext.Builder.setSeccompProfile(V1.SeccompProfile value)
The seccomp options to use by the containers in this pod.
|
V1.SecurityContext.Builder |
V1.SecurityContext.Builder.setSeccompProfile(V1.SeccompProfile value)
The seccomp options to use by this container.
|
Copyright © 2023. All rights reserved.