Class SeccompProfileFluent<A extends SeccompProfileFluent<A>>

    • 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>>