public static interface V1.SELinuxOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLevel()
Level is SELinux level label that applies to the container.
|
com.google.protobuf.ByteString |
getLevelBytes()
Level is SELinux level label that applies to the container.
|
String |
getRole()
Role is a SELinux role label that applies to the container.
|
com.google.protobuf.ByteString |
getRoleBytes()
Role is a SELinux role label that applies to the container.
|
String |
getType()
Type is a SELinux type label that applies to the container.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type is a SELinux type label that applies to the container.
|
String |
getUser()
User is a SELinux user label that applies to the container.
|
com.google.protobuf.ByteString |
getUserBytes()
User is a SELinux user label that applies to the container.
|
boolean |
hasLevel()
Level is SELinux level label that applies to the container.
|
boolean |
hasRole()
Role is a SELinux role label that applies to the container.
|
boolean |
hasType()
Type is a SELinux type label that applies to the container.
|
boolean |
hasUser()
User is a SELinux user label that applies to the container.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUser()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;String getUser()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;com.google.protobuf.ByteString getUserBytes()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;boolean hasRole()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;String getRole()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;com.google.protobuf.ByteString getRoleBytes()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;boolean hasType()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;String getType()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;com.google.protobuf.ByteString getTypeBytes()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;boolean hasLevel()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;String getLevel()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;com.google.protobuf.ByteString getLevelBytes()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;Copyright © 2023. All rights reserved.