Class HttpsFluent<A extends HttpsFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    HttpsBuilder, SecurityFluent.HttpsNested

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

      • HttpsFluent

        public HttpsFluent()
      • HttpsFluent

        public HttpsFluent​(Https instance)
    • Method Detail

      • getDisableHttp

        public Boolean getDisableHttp()
      • withDisableHttp

        public A withDisableHttp​(Boolean disableHttp)
      • hasDisableHttp

        public boolean hasDisableHttp()
      • getSecretName

        public String getSecretName()
      • withSecretName

        public A withSecretName​(String secretName)
      • hasSecretName

        public boolean hasSecretName()
      • equals

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

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

        public A withDisableHttp()