public static interface V1beta1Extensions.RuntimeClassStrategyOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedRuntimeClassNames(int index)
allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod.
|
com.google.protobuf.ByteString |
getAllowedRuntimeClassNamesBytes(int index)
allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod.
|
int |
getAllowedRuntimeClassNamesCount()
allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod.
|
List<String> |
getAllowedRuntimeClassNamesList()
allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod.
|
String |
getDefaultRuntimeClassName()
defaultRuntimeClassName is the default RuntimeClassName to set on the pod.
|
com.google.protobuf.ByteString |
getDefaultRuntimeClassNameBytes()
defaultRuntimeClassName is the default RuntimeClassName to set on the pod.
|
boolean |
hasDefaultRuntimeClassName()
defaultRuntimeClassName is the default RuntimeClassName to set on the pod.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAllowedRuntimeClassNamesList()
allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
repeated string allowedRuntimeClassNames = 1;int getAllowedRuntimeClassNamesCount()
allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
repeated string allowedRuntimeClassNames = 1;String getAllowedRuntimeClassNames(int index)
allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
repeated string allowedRuntimeClassNames = 1;com.google.protobuf.ByteString getAllowedRuntimeClassNamesBytes(int index)
allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
repeated string allowedRuntimeClassNames = 1;boolean hasDefaultRuntimeClassName()
defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod. +optional
optional string defaultRuntimeClassName = 2;String getDefaultRuntimeClassName()
defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod. +optional
optional string defaultRuntimeClassName = 2;com.google.protobuf.ByteString getDefaultRuntimeClassNameBytes()
defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod. +optional
optional string defaultRuntimeClassName = 2;Copyright © 2023. All rights reserved.