Interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1PodSecurityContextFluent.SeccompProfileNested<N>, V1SecurityContextFluent.SeccompProfileNested<N>
All Known Implementing Classes:
V1SeccompProfileBuilder, V1SeccompProfileFluentImpl

public interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getLocalhostProfile

      String getLocalhostProfile()
    • withLocalhostProfile

      A withLocalhostProfile(String localhostProfile)
    • hasLocalhostProfile

      Boolean hasLocalhostProfile()
    • getType

      String getType()
    • withType

      A withType(String type)
    • hasType

      Boolean hasType()