Class SeccompProfileFluent<A extends SeccompProfileFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    SeccompProfileBuilder, SecurityContextFluent.SeccompProfileNested

    public class SeccompProfileFluent<A extends SeccompProfileFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • SeccompProfileFluent

        public SeccompProfileFluent()
      • SeccompProfileFluent

        public SeccompProfileFluent​(SeccompProfile instance)
    • Method Detail

      • getLocalhostProfile

        public String getLocalhostProfile()
      • withLocalhostProfile

        public A withLocalhostProfile​(String localhostProfile)
      • hasLocalhostProfile

        public boolean hasLocalhostProfile()
      • getType

        public String getType()
      • withType

        public A withType​(String type)
      • hasType

        public boolean hasType()
      • equals

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

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