Class HttpsFluent<A extends HttpsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.security.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 Summary
Constructors Constructor Description HttpsFluent()HttpsFluent(Https instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetDisableHttp()StringgetSecretName()booleanhasDisableHttp()inthashCode()booleanhasSecretName()StringtoString()AwithDisableHttp()AwithDisableHttp(Boolean disableHttp)AwithSecretName(String secretName)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
HttpsFluent
public HttpsFluent()
-
HttpsFluent
public HttpsFluent(Https instance)
-
-
Method Detail
-
getDisableHttp
public Boolean getDisableHttp()
-
hasDisableHttp
public boolean hasDisableHttp()
-
getSecretName
public String getSecretName()
-
hasSecretName
public boolean hasSecretName()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HttpsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HttpsFluent<A>>
-
withDisableHttp
public A withDisableHttp()
-
-