Package io.kubernetes.client.proto
Interface V1.SELinuxOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.SELinuxOptions
,V1.SELinuxOptions.Builder
- Enclosing class:
- V1
public static interface V1.SELinuxOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLevel()
Level is SELinux level label that applies to the container.com.google.protobuf.ByteString
Level is SELinux level label that applies to the container.getRole()
Role is a SELinux role label that applies to the container.com.google.protobuf.ByteString
Role is a SELinux role label that applies to the container.getType()
Type is a SELinux type label that applies to the container.com.google.protobuf.ByteString
Type is a SELinux type label that applies to the container.getUser()
User is a SELinux user label that applies to the container.com.google.protobuf.ByteString
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.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUser
boolean hasUser()User is a SELinux user label that applies to the container. +optional
optional string user = 1;
-
getUser
String getUser()User is a SELinux user label that applies to the container. +optional
optional string user = 1;
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()User is a SELinux user label that applies to the container. +optional
optional string user = 1;
-
hasRole
boolean hasRole()Role is a SELinux role label that applies to the container. +optional
optional string role = 2;
-
getRole
String getRole()Role is a SELinux role label that applies to the container. +optional
optional string role = 2;
-
getRoleBytes
com.google.protobuf.ByteString getRoleBytes()Role is a SELinux role label that applies to the container. +optional
optional string role = 2;
-
hasType
boolean hasType()Type is a SELinux type label that applies to the container. +optional
optional string type = 3;
-
getType
String getType()Type is a SELinux type label that applies to the container. +optional
optional string type = 3;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type is a SELinux type label that applies to the container. +optional
optional string type = 3;
-
hasLevel
boolean hasLevel()Level is SELinux level label that applies to the container. +optional
optional string level = 4;
-
getLevel
String getLevel()Level is SELinux level label that applies to the container. +optional
optional string level = 4;
-
getLevelBytes
com.google.protobuf.ByteString getLevelBytes()Level is SELinux level label that applies to the container. +optional
optional string level = 4;
-