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 Type
    Method
    Description
    Level is SELinux level label that applies to the container.
    com.google.protobuf.ByteString
    Level is SELinux level label that applies to the container.
    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.
    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.
    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
    Level is SELinux level label that applies to the container.
    boolean
    Role is a SELinux role label that applies to the container.
    boolean
    Type is a SELinux type label that applies to the container.
    boolean
    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;