Class SeLinuxOptionsFluent<A extends SeLinuxOptionsFluent<A>>

    • Constructor Detail

      • SeLinuxOptionsFluent

        public SeLinuxOptionsFluent()
      • SeLinuxOptionsFluent

        public SeLinuxOptionsFluent​(SeLinuxOptions instance)
    • Method Detail

      • getLevel

        public String getLevel()
      • withLevel

        public A withLevel​(String level)
      • hasLevel

        public boolean hasLevel()
      • getRole

        public String getRole()
      • withRole

        public A withRole​(String role)
      • hasRole

        public boolean hasRole()
      • getType

        public String getType()
      • withType

        public A withType​(String type)
      • hasType

        public boolean hasType()
      • getUser

        public String getUser()
      • withUser

        public A withUser​(String user)
      • hasUser

        public boolean hasUser()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SeLinuxOptionsFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SeLinuxOptionsFluent<A>>