public static interface V1.SeccompProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalhostProfile()
localhostProfile indicates a profile defined in a file on the node should be used.
|
com.google.protobuf.ByteString |
getLocalhostProfileBytes()
localhostProfile indicates a profile defined in a file on the node should be used.
|
String |
getType()
type indicates which kind of seccomp profile will be applied.
|
com.google.protobuf.ByteString |
getTypeBytes()
type indicates which kind of seccomp profile will be applied.
|
boolean |
hasLocalhostProfile()
localhostProfile indicates a profile defined in a file on the node should be used.
|
boolean |
hasType()
type indicates which kind of seccomp profile will be applied.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied. +unionDiscriminator
optional string type = 1;String getType()
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied. +unionDiscriminator
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied. +unionDiscriminator
optional string type = 1;boolean hasLocalhostProfile()
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". +optional
optional string localhostProfile = 2;String getLocalhostProfile()
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". +optional
optional string localhostProfile = 2;com.google.protobuf.ByteString getLocalhostProfileBytes()
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". +optional
optional string localhostProfile = 2;Copyright © 2023. All rights reserved.