Package k8s.io.api.core.v1
Interface Generated.ContainerUserOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ContainerUser,Generated.ContainerUser.Builder
- Enclosing class:
- Generated
public static interface Generated.ContainerUserOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.LinuxContainerUsergetLinux()Linux holds user identity information initially attached to the first process of the containers in Linux.Generated.LinuxContainerUserOrBuildergetLinuxOrBuilder()Linux holds user identity information initially attached to the first process of the containers in Linux.booleanhasLinux()Linux holds user identity information initially attached to the first process of the containers in Linux.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLinux
boolean hasLinux()
Linux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so. +optional
optional .k8s.io.api.core.v1.LinuxContainerUser linux = 1;- Returns:
- Whether the linux field is set.
-
getLinux
Generated.LinuxContainerUser getLinux()
Linux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so. +optional
optional .k8s.io.api.core.v1.LinuxContainerUser linux = 1;- Returns:
- The linux.
-
getLinuxOrBuilder
Generated.LinuxContainerUserOrBuilder getLinuxOrBuilder()
Linux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so. +optional
optional .k8s.io.api.core.v1.LinuxContainerUser linux = 1;
-
-