This project has retired. For details please refer to its Attic page.
Protos.SeccompInfoOrBuilder
JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.apache.mesos

Interface Protos.SeccompInfoOrBuilder

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      java.lang.String getProfileName ()
      A filename of the Seccomp profile.
      com.google.protobuf.ByteString getProfileNameBytes ()
      A filename of the Seccomp profile.
      boolean getUnconfined ()
      If set to `true`, Seccomp is not applied to the container.
      boolean hasProfileName ()
      A filename of the Seccomp profile.
      boolean hasUnconfined ()
      If set to `true`, Seccomp is not applied to the container.
    • Method Detail

      • hasProfileName

        boolean hasProfileName()
         A filename of the Seccomp profile. This should be a path
         relative to the directory containing Seccomp profiles,
         which is specified on the agent via the `--seccomp_config_dir` flag.
         
        optional string profile_name = 1;
      • getProfileName

        java.lang.String getProfileName()
         A filename of the Seccomp profile. This should be a path
         relative to the directory containing Seccomp profiles,
         which is specified on the agent via the `--seccomp_config_dir` flag.
         
        optional string profile_name = 1;
      • getProfileNameBytes

        com.google.protobuf.ByteString getProfileNameBytes()
         A filename of the Seccomp profile. This should be a path
         relative to the directory containing Seccomp profiles,
         which is specified on the agent via the `--seccomp_config_dir` flag.
         
        optional string profile_name = 1;
      • hasUnconfined

        boolean hasUnconfined()
         If set to `true`, Seccomp is not applied to the container.
         If not set or set to `false`, the container is launched with
         the profile specified in the `profile_name` field.
         NOTE: `profile_name` must not be specified if `unconfined` set to `true`.
         `profile_name` must be specified if `unconfined` is not set or
         is set to `false`.
         
        optional bool unconfined = 2;
      • getUnconfined

        boolean getUnconfined()
         If set to `true`, Seccomp is not applied to the container.
         If not set or set to `false`, the container is launched with
         the profile specified in the `profile_name` field.
         NOTE: `profile_name` must not be specified if `unconfined` set to `true`.
         `profile_name` must be specified if `unconfined` is not set or
         is set to `false`.
         
        optional bool unconfined = 2;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /