Package k8s.io.api.core.v1
Interface Generated.SELinuxOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.SELinuxOptions,Generated.SELinuxOptions.Builder
- Enclosing class:
- Generated
public static interface Generated.SELinuxOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLevel()Level is SELinux level label that applies to the container.com.google.protobuf.ByteStringgetLevelBytes()Level is SELinux level label that applies to the container.StringgetRole()Role is a SELinux role label that applies to the container.com.google.protobuf.ByteStringgetRoleBytes()Role is a SELinux role label that applies to the container.StringgetType()Type is a SELinux type label that applies to the container.com.google.protobuf.ByteStringgetTypeBytes()Type is a SELinux type label that applies to the container.StringgetUser()User is a SELinux user label that applies to the container.com.google.protobuf.ByteStringgetUserBytes()User is a SELinux user label that applies to the container.booleanhasLevel()Level is SELinux level label that applies to the container.booleanhasRole()Role is a SELinux role label that applies to the container.booleanhasType()Type is a SELinux type label that applies to the container.booleanhasUser()User is a SELinux user label that applies to the container.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUser
boolean hasUser()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;- Returns:
- Whether the user field is set.
-
getUser
String getUser()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;- Returns:
- The bytes for user.
-
hasRole
boolean hasRole()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;- Returns:
- Whether the role field is set.
-
getRole
String getRole()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;- Returns:
- The role.
-
getRoleBytes
com.google.protobuf.ByteString getRoleBytes()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;- Returns:
- The bytes for role.
-
hasType
boolean hasType()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;- Returns:
- Whether the type field is set.
-
getType
String getType()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;- Returns:
- The bytes for type.
-
hasLevel
boolean hasLevel()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;- Returns:
- Whether the level field is set.
-
getLevel
String getLevel()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;- Returns:
- The level.
-
getLevelBytes
com.google.protobuf.ByteString getLevelBytes()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;- Returns:
- The bytes for level.
-
-