Interface ApicurioRegistrySpecConfigurationSecurityHttpsFluent<A extends ApicurioRegistrySpecConfigurationSecurityHttpsFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApicurioRegistrySpecConfigurationSecurityFluent.HttpsNested<N>
- All Known Implementing Classes:
ApicurioRegistrySpecConfigurationSecurityFluentImpl.HttpsNestedImpl,ApicurioRegistrySpecConfigurationSecurityHttpsBuilder,ApicurioRegistrySpecConfigurationSecurityHttpsFluentImpl
public interface ApicurioRegistrySpecConfigurationSecurityHttpsFluent<A extends ApicurioRegistrySpecConfigurationSecurityHttpsFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetSecretName()BooleanhasDisableHttp()BooleanhasSecretName()booleanisDisableHttp()AwithDisableHttp(boolean disableHttp)AwithNewSecretName(String original)Deprecated.AwithSecretName(String secretName)
-
-
-
Method Detail
-
isDisableHttp
boolean isDisableHttp()
-
withDisableHttp
A withDisableHttp(boolean disableHttp)
-
hasDisableHttp
Boolean hasDisableHttp()
-
getSecretName
String getSecretName()
-
hasSecretName
Boolean hasSecretName()
-
withNewSecretName
@Deprecated A withNewSecretName(String original)
Deprecated.
-
-